Firefox mac desktop install disk image won't open. Operation not permitted error.

I am trying to upgrade firefox to the latest version on my intel imac. The os is Sonoma 14.5 I download the .dmg file and when I try to mount the diskimage it gives me … (xle nububuwo)

I am trying to upgrade firefox to the latest version on my intel imac. The os is Sonoma 14.5 I download the .dmg file and when I try to mount the diskimage it gives me this error "Operation Not Permitted" I tried to verify the .dmg file using the mac disk utility program. It won't do it. It just gives me the same "Operation not Permitted" error. I tried verifying another .dmg file in the same directory (downloads) Disk Utilities performs the operation just fine on that .dmg .

?????

I'd appreciate any help. Thanks.

Asked by dean.mougianis 1 ŋkeke si va yi

Shortcuts - Can't delete or dismiss unwanted shortcut

I am trying to remove a shortcut off of my Firefox homepage. I have been trying everyday of what I can do, clicking "Dismiss" or "Delete from History" will not do anythin… (xle nububuwo)

I am trying to remove a shortcut off of my Firefox homepage. I have been trying everyday of what I can do, clicking "Dismiss" or "Delete from History" will not do anything. I am trying to find out what other ways can help, but so far, none seem to help for now. I haven't been on the website because I didn't need to anymore. I have been looking for ways, but they seem to not help me at all. Is there anyway I can get rid of it please? Please let me know.

Asked by echolsjade15 2 ŋkeke siwo va yi

Last reply by echolsjade15 1 ŋkeke si va yi

double FF and FF private icons in the win 11 all apps lists

I noticed there are 2 FF and 2 FF private browsing icons in win 11 under "start", "all apps". I don't see a way to delete 1 of each. is there a reason they are there mayb… (xle nububuwo)

I noticed there are 2 FF and 2 FF private browsing icons in win 11 under "start", "all apps". I don't see a way to delete 1 of each. is there a reason they are there maybe? I'd like to remove the 2 duplicates if not. thanks

Asked by Jason 1 ŋkeke si va yi

Microsoft 'search-ms:query=' stopped working in the latest version '128.0.3'

I am using 'search:query=seattle&crumb=location:C%3A%5CMyFolder' such query to search in my local indexed files on my windows using firefox 124.xx versions and also a… (xle nububuwo)

I am using 'search:query=seattle&crumb=location:C%3A%5CMyFolder' such query to search in my local indexed files on my windows using firefox 124.xx versions and also all the other browser supports this , after the update to 128.0.3 , this stopped working , Is there any setting to do so that it would start working back. reference link https://learn.microsoft.com/en-us/win.../search-protocol

Microsoft search Protocol works fine in older versions now it didnt , Any new update stopped this?

Asked by aju hogade 3 ŋkeke siwo va yi

Last reply by aju hogade 3 ŋkeke siwo va yi

Problems Loading Sites

I have been using Firefox for a long time and truly enjoy it. However, lately it has problems loading websites. It can delay for two or three minutes to load gmail, ci… (xle nububuwo)

I have been using Firefox for a long time and truly enjoy it. However, lately it has problems loading websites. It can delay for two or three minutes to load gmail, citicards, Schwab, etc. I do not have the problem when I switch to Chrome. Therefore, it has to be something with Firefox. If this cannot be resolved I will switch, reluctantly, to Chrome.

Asked by John 1 ŋkeke si va yi

Firefox Tabs Constantly / Randomly Crashing

I would love for someone to help point me in the right direction as to why my Firefox tabs are constantly crashing, especially on high memory usage websites like webmail … (xle nububuwo)

I would love for someone to help point me in the right direction as to why my Firefox tabs are constantly crashing, especially on high memory usage websites like webmail or youtube.

I'm wondering if it could be related to a potentially faulty processor, as I recently had to RMA my i9 14900k processor, and modify the bios for stability even after I got a replacement, just to get applications to stop crashing and the OS to stop blue-screening.

For the curious, my intel forum post about that issue. My system specs are included in there as well: https://community.intel.com/t5/Processors/i9-14900k-randomly-crashing/m-p/1593273/thread-id/71838

Firefox crash logs:

Some crash reasons listed are EXCEPTION_BREAKPOINT , EXCEPTION_ACCESS_VIOLATION_READ , and EXCEPTION_ACCESS_VIOLATION_WRITE .

https://crash-stats.mozilla.org/report/index/00bbdeec-14a7-4a44-b94c-864b80240802

https://crash-stats.mozilla.org/report/index/763b6ba3-20d6-4d7f-b45a-590c90240802

https://crash-stats.mozilla.org/report/index/be827794-0dc8-43cd-b856-a531f0240802

https://crash-stats.mozilla.org/report/index/450e5778-85f2-45e6-9bd1-6009b0240802

https://crash-stats.mozilla.org/report/index/defca8cd-6541-4b53-93f1-a6ce70240802

https://crash-stats.mozilla.org/report/index/e2fb7a02-addd-4bb9-9d19-2a4540240802

https://crash-stats.mozilla.org/report/index/9a645cd9-2cad-4116-ac8d-60a410240802

https://crash-stats.mozilla.org/report/index/23e997ca-d79d-4aa4-8de6-ac4400240801

Thank you in advance

Asked by Trooper170 1 ŋkeke si va yi

Playing sound and music on the site heats up the computer

Hello, what can I do to prevent the fans in my laptop from turning on at full speed when watching a video, or playing a music stream or internet radio through the site? I… (xle nububuwo)

Hello, what can I do to prevent the fans in my laptop from turning on at full speed when watching a video, or playing a music stream or internet radio through the site? I tried playing the same media on the EDGE browser and the computer is cool there, only through the Firefox browser, as soon as I turn on a YT movie or a radio stream, the fans start working at full speed. Please fix this, or tell me if I can change any settings? Best regards, Zenek

Asked by andfal13 1 ŋkeke si va yi

Browser Console

I want to programatically access the open tabs #document object by the Browser Console. I am in chrome://browser/content/browser.xhtml I fallow the docs in browser consol… (xle nububuwo)

I want to programatically access the open tabs #document object by the Browser Console. I am in chrome://browser/content/browser.xhtml I fallow the docs in browser console: https://firefox-source-docs.mozilla.org/devtools-user/browser_console/index.html

Following the code: var newTabBrowser = gBrowser.getBrowserForTab(gBrowser.selectedTab); newTabBrowser.addEventListener("load", function() {

newTabBrowser.contentDocument.body.innerHTML = "

this page has been eaten

";

}, true); newTabBrowser.contentDocument.location.href = "https://mozilla.org/";

.contentDocument is null except if current tab is a page such as page about:config

Is there a way to allow chrome:// tab to access read only of the tabs #documents property using the console?

I understand that accessing it with javascript from the browser console would be a security issue. I want to bypass it to read, analize and compare dynamic data from the open tabs.

Asked by Javier Munoz 1 ŋkeke si va yi

COME POSSO RISOLVERE, E’ URGENTE, SONO SITI CHE DEVO RAGGIUNGERE PER LAVORO!

Uhm… non riusciamo a trovare questo sito. Non è possibile contattare il server w3.ibm.com. Se hai inserito l’indirizzo corretto, puoi: • Riprovare più tardi • Verificare … (xle nububuwo)

Uhm… non riusciamo a trovare questo sito. Non è possibile contattare il server w3.ibm.com. Se hai inserito l’indirizzo corretto, puoi: • Riprovare più tardi • Verificare la connessione alla rete • Controllare che Firefox abbia il permesso di accedere a Internet (la connessione potrebbe essere protetta da un firewall)


COME POSSO RISOLVERE, E’ URGENTE, SONO SITI CHE DEVO RAGGIUNGERE PER LAVORO!

Asked by r_bonfigli 1 ŋkeke si va yi

youtube screen spins and doesn't play video

Two days ago firefox would not play youtube videos. I select a video from my home page and the screen turns black and I see a spinning circle. Then an ad will appear dark… (xle nububuwo)

Two days ago firefox would not play youtube videos. I select a video from my home page and the screen turns black and I see a spinning circle. Then an ad will appear darkened and I can skip. When I do the screen returns to black. This does not happen on any other source. It does not happen when I use Microsoft Edge.

Asked by moodypoint 1 ŋkeke si va yi

No proper right click context menu when trying to save an image from google photos.

Hello, I have encountered an issue on the google photos website. Allow me to explain by giving the scenario: Lets say A shared an album with B thereby A being the owner … (xle nububuwo)

Hello, I have encountered an issue on the google photos website. Allow me to explain by giving the scenario:

Lets say A shared an album with B thereby A being the owner and B being the collaborator.

When A right clicks an image within the gallery, in the right click menu he has the option to 'save image as'. It does not matter if A is the owner of said image or not.

If B wishes to do the same thing, he can only do so for images he uploaded aka that he owns. He cannot right click on the images A uploaded to save it. Instead he must use Shift + D. The right click context menu only shows "Save webpage as" so we cannot download anything.

I have tried to test it on other browsers and Firefox is the only one with this issue. For chromium based browsers it works perfectly normally.

Asked by nightmaretradesandprojects 1 ŋkeke si va yi

Outgoing Mail Server Issue- different devices

I get the error message The outgoing mail server (SMTP) smtp.myserver.com does not seem to support encrypted passwords. If you have just set up the account, try changing … (xle nububuwo)

I get the error message The outgoing mail server (SMTP) smtp.myserver.com does not seem to support encrypted passwords. If you have just set up the account, try changing the 'Authentication method' in 'Account settings | Outgoing mail server (SMTP)' to 'Normal password'.

I have several accounts, all have the setting 'normal password'. The solution is installed on several mobile devices. Via mobile phone (Iphone) my outbox works perfectly. I get the error message on my tablet and PC. I have not changed any settings or anything else. What would be the solution?

Asked by connect-gabriella 2 ŋkeke siwo va yi

Re recent Firefox upgrade that does not now support Macos High Sierra 10.13.6

I have an old Mac which still works fine, but this latest change to Firefox sort of came out of the blue, so I had not prepared or considered buying an upgraded Mac? Then… (xle nububuwo)

I have an old Mac which still works fine, but this latest change to Firefox sort of came out of the blue, so I had not prepared or considered buying an upgraded Mac? Then I saw that Firefox were offering a 2 month overlap solution, whereby I could download an Firefox ESR extension which I have since done, which seems to be working, albeit I have now found that it seems Microsoft (I hate those people) have interfered in that I can no longer format any Word documents as I have previously been able to do, when writing to clients using my business profile Matrix letterhead etc, moreover I also have a Skype phone (which is fully credited) yet now when I try to call someone on Skype, whilst I can hear them, they cannot hear me? So I am now wondering, whether your ESR temporary solution doesn't interface with those Microsoft products? I have tried speaking with Microsoft, but honestly it is like talking to a brick wall, as all they are interested in is forcing people like me to pay U.S.D $65 to speak with some Tech head who invariably doesn't know the answer anyway! I would very much appreciate your advise?

Asked by Detective Peter 2 ŋkeke siwo va yi