Showing questions tagged:

Firefox is once again refusing to add extensions.

What version of Firefox actually allows you to add extensions? I'm running the most current version of Tumbleweed that ships with 144.0. Attempts to add extensions just s… (read more)

What version of Firefox actually allows you to add extensions? I'm running the most current version of Tumbleweed that ships with 144.0. Attempts to add extensions just sit there doing nothing until I close the tab. This sort of worked some time ago (I forget the version) but the inability of Firefox to allow add-ons/extensions is getting to be a joke. There are other browsers out there, ya know.

Archived 24 375

Firefox tabs don't get saved when closing Firefox - Version 145.0

Firefox version 145.0 in Linux Ubuntu 22.04.5 LTS. When I open Firefox all tabs from previous session are gone. On "Startup" I have checked "Open previous windows and tab… (read more)

Firefox version 145.0 in Linux Ubuntu 22.04.5 LTS. When I open Firefox all tabs from previous session are gone. On "Startup" I have checked "Open previous windows and tabs". Which worked before but not now. It is very frustrating. How do I fix? The Profile Manager opens the settings and "Open previous windows and tabs" is checked. Checking "ask before closing multiple tabs" doesn't help.

Solved 9 372

Lose focus on some websites when pressing the Control key

I am using Firefox 127 on Ubuntu. When I press the Control key, I often lose focus in the window I am currently viewing. This is annoying as it prevents me from copy-past… (read more)

I am using Firefox 127 on Ubuntu.

When I press the Control key, I often lose focus in the window I am currently viewing. This is annoying as it prevents me from copy-pasting for example.

Sometimes the focus is back when I release Control, sometimes it is lost and I have to click again on the text field. It does not happen on all websites, for example support.mozilla.org works well, but it happens on duckduckgo or overleaf.

It does not seem to be the same as existing issues such as [the "show mouse when press Ctrl" of Ubuntu] (it is disabled) or an addon (the problem still happens in safe mode).

In case it is useful, when I press Control the tab bar background goes slightly darker, see attached images.

Thanks for your help :) Nicolas

Solved Archived 6 370

Firefox Flatpak unable to load Google.com (infinite loading loop) on Pop!_OS

I am experiencing an issue where Google.com (other google domains work fine) will not load in Firefox, resulting in an infinite loading loop. Other browsers on the same s… (read more)

I am experiencing an issue where Google.com (other google domains work fine) will not load in Firefox, resulting in an infinite loading loop. Other browsers on the same system (Brave) work fine.

Here are the steps I have already tried:

Reinstalled Firefox completely

Removed Firefox via sudo apt remove --purge firefox -y

Cleared all user profiles and caches: ~/.mozilla/firefox, ~/.cache/mozilla, ~/.config/Mozilla

Reinstalled via Flatpak

Tested network connectivity outside Firefox

curl google.com works correctly

DNS resolution works via getent hosts google.com in the host system

Checked proxy settings

Ensured “No proxy” is selected in Firefox → did not resolve the issue

Tested in Safe Mode (disabling extensions)

Problem persists, so not caused by extensions

Tried disabling IPv6 inside Firefox

network.dns.disableIPv6 set to true → no effect

Cleared DNS cache inside Firefox

about:networking#dns → clicked “Clear DNS Cache” → no effect

Disabled DNS-over-HTTPS (Secure DNS)

about:preferences#privacy → “Use secure DNS” → disabled → no effect

Disabled HTTP/3 (QUIC)

network.http.http3.enabled set to false → no effect

Verified Flatpak network permissions

flatpak info --show-permissions org.mozilla.firefox shows network access allowed

Inside the Flatpak shell:

flatpak run --command=sh org.mozilla.firefox getent hosts google.com

→ returns only IPv6 address: 2800:3f0:4001:839::200e google.com

Solved 7 369

Firefox 141 startup crash

Hi, my Machine updated from 140.0.4 to 141.0 since then I cannot start up Firefox anymore. On startup after a short pause the Crash Reporter shows up - interestingly the … (read more)

Hi, my Machine updated from 140.0.4 to 141.0 since then I cannot start up Firefox anymore. On startup after a short pause the Crash Reporter shows up - interestingly the Crash Reporter may enter a endless loop and opens up multiple times. While that the CPU load is at 100%. I tried

  • `firefox --safe-mode`
  • `firefox --ProfileManager`

as well, for those I get the same behavior. I tried downgrading to 140.0.4 - after that a profile dialog shows up which tells me that a new profile needs to be created due to a downgrade. After that Firefox comes up fine with the new vanilla profile. IF Firefox updates to 141.0 (in background) the next startup with the vanilla profile doesn't work gain. Which brings me back to the initial problem.

Workaround for now:

  • download 140.0.4
  • create a fresh profile
  • immediately disable auto update
  • live with the empty profile

My environment:

Solved Archived 2 369

Updated Firefox but menu icon remains old version-- how to fix?

Greetings. I am using an old Linux Mint version. I got messages that my Firefox needed to be updated. I finally figured out how to do that and updated it. I started to us… (read more)

Greetings.

I am using an old Linux Mint version. I got messages that my Firefox needed to be updated.

I finally figured out how to do that and updated it. I started to use it. No problems.

However, the update did not change the default Firefox in the menu or on the taskbar panel below. If I click on them, I get the old version.

So when I restarted the computer, when I clicked on the Firefox shortcut icon in the lower taskbar I got the old version with the tabs that were on it. I had to go back into the Firefox file downloaded for the update in order to open the new version.

So, how do I get a working shortcut icon for the new version and get rid of the old version/icon?

Thanks.

David

Solved Archived 4 368

Debian 13

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-fi… (read more)

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-firefox-linux#w_installare-firefox-tramite-il-pacchetto-deb-per-le-distribuzioni-basate-su-debian-consigliato and the commands were


sudo install -d -m 0755 /etc/apt/keyrings

wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null

echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null

echo ' Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000 ' | sudo tee /etc/apt/preferences.d/mozilla

sudo apt-get update && sudo apt-get install firefox firefox-l10n-it

but I get this result OpenPGP signature verification failed: https://packages.mozilla.org/apt mozilla InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signature by 35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3 was created after the --not-after date.Il repository "https://packages.mozilla.org/apt mozilla InRelease" non è firmato.

What mistake could I have made? Apart from the fact that now we use sudo apt update && sudo apt install Thank you in advance for your response.

Solved Archived 2 365

Firefox Download Save & Retrieve Folders

The Firefox 'Downloads, Save Files To.." location appears to be disconnected from reality. If I indicate either of the Documents or Desktop folders as the preferred save … (read more)

The Firefox 'Downloads, Save Files To.." location appears to be disconnected from reality. If I indicate either of the Documents or Desktop folders as the preferred save location, both of those folders present as being empty when in fact they both have numerous files/directories. Even if I try to save in "+ Other Locations", those locations are limited to the same as presented in the 'Browse' window of Home, Desktop, Documents and Downloads. Only the Downloads folder displays correctly.

Also as a result of this limited save location, I can only retrieve a file from the Downloads folder (the attached file was saved in my Documents folder but I had to move it to Downloads.

Why does the saving behavior behave like this?

Archived 2 361

Unable to synch my desktop and laptop

Sync works fine between my Android phone and my devices, in that I can see open tabs on the phone from both devices. But what does not work is sync between the laptop and… (read more)

Sync works fine between my Android phone and my devices, in that I can see open tabs on the phone from both devices. But what does not work is sync between the laptop and desktop. They are both listed as connected devices along with the phone, both are signed in, both synch with the phone but neither will sync with the other, so I can't see the open tabs on either device. Is this an issue or is it by design? Thank you.

Archived 4 359

127.0.2 profiles in folders: "Firefox is already running"

For a long time I've used Firefox on Linux with multiple instances each with their own profile folder. Today when I try to run these instances with separate profile folde… (read more)

For a long time I've used Firefox on Linux with multiple instances each with their own profile folder. Today when I try to run these instances with separate profile folders I get the following error:

> Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

Profiles are created like this:

firefox --new-instance --createprofile "PROFILENAME ~/.firefox-PROFILENAME"

They are run like this:

firefox --new-instance --profile "~/.firefox-PROFILENAME"

It seems something has broken with the instance isolation as this is now throwing an error. Additionally I run "createprofile" it doesn't seem to actually create the folder.

Solved Archived 1 356

After last update, more that 5 open tabs cause computer to freeze

When I have multiple tabs open, around the 6th tab, the entire computer freezes. I have to press the physical button to shut down and restart. This behavior started with … (read more)

When I have multiple tabs open, around the 6th tab, the entire computer freezes. I have to press the physical button to shut down and restart. This behavior started with the last Firefox update. It doesn't happen when I use Brave browser. What changed to cause this?

I'm running Mozilla Firefox for Linux Mint mint 100 - 1.0 version 141.0.3 (64 bit) on Linux Mint 22.1 Cinnamon. These are the latest versions of Mint and of Firefox for Mint.

Archived 8 355

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (read more)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Solved Archived 1 355

I can't seem to allow the camera when using sites like meet.google.com

I recently tried to connect to two different meeting sites. Both times I got a pop-up noting (correctly) that camera and microphone are blocked. I'm able to click to enab… (read more)

I recently tried to connect to two different meeting sites. Both times I got a pop-up noting (correctly) that camera and microphone are blocked. I'm able to click to enable the microphone but I never get the option to enable the camera.

I tried going to Settings>Security&Privacy>Camera but that only allows me to remove previously-enabled websites.

Clicking on the settings button in the address bar shows audio and recording settings but no camera.

What am I doing wrong?

Fedora 42 Firefox 145.0

Solved 8 353

Firefox won't open file:/// links

I have a local file I wish to view in firefox without starting a HTTP server (it's only docs for a crate I'm building) however Firefox is unable to open the file despite … (read more)

I have a local file I wish to view in firefox without starting a HTTP server (it's only docs for a crate I'm building) however Firefox is unable to open the file despite the file existing and having correct permissions. The file was in a separate mount (disk) to where Ffox is installed so I copied to to /tmp/ to remove that as a variable but still no joy..

➜ ~ file /tmp/index.html /tmp/index.html: HTML document, Unicode text, UTF-8 text, with very long lines (3556) ➜ ~ ls -la /tmp/index.html -rwxr-xr-x 1 ben ben 4208 Dec 30 14:04 /tmp/index.html

Am I missing some new setting which allows local file browsing using the good old 'file:///' protocol?

Thanks, Ben

OS Info: PRETTY_NAME="Ubuntu 24.04.3 LTS" NAME="Ubuntu" VERSION="24.04.3 LTS (Noble Numbat)" VERSION_CODENAME=noble

F/Fox version: 146.0.1 (64-bit)

Open 11 352

How to verify offline Firefox installer using its .asc file

I have downoloaed Firefox offline installer (a .xz file) from here: https://download-installer.cdn.mozilla.net/pub/firefox/releases/139.0b9/linux-x86_64/en-GB/ I have als… (read more)

I have downoloaed Firefox offline installer (a .xz file) from here:

https://download-installer.cdn.mozilla.net/pub/firefox/releases/139.0b9/linux-x86_64/en-GB/

I have also downloaded a .asc file, presumably a pgp signature.

Now both files are saved locally in my computer.

Assuming Linux latest release, how do I verify the contents of the offline installer file (.xz) from the Linux Terminal? I have install gpg tools. And commands like ```gpg``` are available.

What I did so far:

 gpg --show-keys --with-fingerprint firefox-139.0b9.tar.xz.asc

with this output:

 gpg: no valid OpenPGP data found.

Do you really want us to verify the contents of the installers you provide? A sha256 sum would be great, though not as secure, for when the GPG predictably fails for the ordinary user due to its huge and useless complexity and bureaucracy.

Solved Archived 4 350

instagram videos not playing

For a couple of days now Instagram linked videos won't play here. Actually some of them will -- my own reels and anything linked with that button that looks like a movie… (read more)

For a couple of days now Instagram linked videos won't play here. Actually some of them will -- my own reels and anything linked with that button that looks like a movie 'clapper'. But videos that show the triangular arrow pointing to the right, nothing happens when you click. Not sure if this is a FF issue or maybe something changed at Instagram. Did a google search and nothing came up.

Archived 5 350