Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist

Firefox restart forced after update, even though auto updates are disabled

Firefox regularly forces me to restart the browser because of background updates being executed. When loading a new page I get: "Restart to Keep Using Firefox - An update… (tuilleadh eolais)

Firefox regularly forces me to restart the browser because of background updates being executed. When loading a new page I get: "Restart to Keep Using Firefox - An update to Firefox started in the background...". (see image below) Background updates of Firefox are disabled in the browsers preferences. (see image below) After restarting the browser, I actually noted, that the version is still the same as before (Noticed this the first time today, when taking the screenshot). (see image below) Anyway, it's a really annoying fact which made me and some colleagues almost leaf Firefox, even though I have been forever.

What is causing this issue and how can I stop it?

System:

  • Windows 10
  • Firefox 122.0.1 (and prior versions)
  • Reproducible on other machines
  • Machines are not managed remotely

Asked by vau4323 2 mhí ó shin

Downloads in incoginto mode disappear from downloads folder when closing browser

Every time I browse incognito mode and download files (pdf mostly), then I exit the browser and my files disappear from the Downloads folder in Windows 11. It has been li… (tuilleadh eolais)

Every time I browse incognito mode and download files (pdf mostly), then I exit the browser and my files disappear from the Downloads folder in Windows 11. It has been like this for a long time now. I have to remember to cut and paste them to another folder before shutting the browser down, but when I forget it's annoying. Can this be fixed?

Asked by zauberlita 2 mhí ó shin

saved logins vs saved passwords

In some recent update firefox privacy and security settings changed from saved logins to saved passwords. I find this much less useful. Can i change back to saved logins?… (tuilleadh eolais)

In some recent update firefox privacy and security settings changed from saved logins to saved passwords. I find this much less useful. Can i change back to saved logins?

Asked by MaryDoe 2 mhí ó shin

Why is hovering over URLs intermittent?

In regular web pages, I'm able to hover over an URL / picture w/ URL behind it, etc.... It shows up on the status bar at the bottom of the page (that's what it used to… (tuilleadh eolais)

In regular web pages, I'm able to hover over an URL / picture w/ URL behind it, etc.... It shows up on the status bar at the bottom of the page (that's what it used to be called). Sometimes I can't.

Somewhere around the same time as I started noticing this, I had just upgraded to a Win11 computer. So, when I try to hover over a suspicious link, I get nothing!

Is there code these people can put in that shields them from hover? So, we can't see what we're getting into? If so, then I presume if I can't hover, don't click... Right?

TIA

Asked by jdelucien 2 mhí ó shin

Names of Firefox-saved passwords

Is there a way to rename things in the Passwords list? I'm not concerned about MY password or sign-in, but what appears in the list. A name such as "login.live.com" tel… (tuilleadh eolais)

Is there a way to rename things in the Passwords list? I'm not concerned about MY password or sign-in, but what appears in the list. A name such as "login.live.com" tells me nothing about what site that sign-in will take me to. I'd like to be able to rename it with something that gives me a hint.

I have a fairly long list of saved logins, and visually scan the list at times to get to a supplier or service I need.

I'm using a desktop, Windows 10.

Thanks.

Asked by hal.giles 2 mhí ó shin

FireFox not logging on the SirusXM

I have been trying to logon to my SirusXM account for 30 minutes. I enter the email address for the account and it says it can't find it. Then Find Username link tells … (tuilleadh eolais)

I have been trying to logon to my SirusXM account for 30 minutes. I enter the email address for the account and it says it can't find it. Then Find Username link tells me to use the email it can't find. Repeated several times. Even got online with SirusXM chat pop up and they told me to use the email it "can't find". The email is/was typed correctly. The FireFox is the latest update. The OS is Windows 11 (updated) and the hardware is an I9-12900HX, 32 gig laptop. More than adaquate. So on a whim I opened the logon site in Brave and voila got right in. Am I doing something wrong with Firefox?

Asked by leoscott 3 mhí ó shin

Last reply by zeroknight 3 mhí ó shin

Primary Password asked every time I open the browser

Dear community, since some recent update I am asked for a primary password every time I open the browser, which is higly annoying. I like my passwords protected by a pri… (tuilleadh eolais)

Dear community,

since some recent update I am asked for a primary password every time I open the browser, which is higly annoying. I like my passwords protected by a primary password and in former times it was only asked for when trying to reveal a saved password. I know this has probably to do with me using Firefox sync, because I use the browser on my Android too but I would like to keep my devices synced. Besides: On my phone I am only asked for a fingerprint when accessing passwords, not every single time I open the app. There must be a way to reconfigure this on a desktop, right?

Asked by Jonah 3 mhí ó shin

Last reply by cor-el 3 mhí ó shin

Is AdBlock scamming all Firefox users, or do you not want their partnership?

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam a… (tuilleadh eolais)

AdBlock has not made any updates for Firefox for eleven months. Do they just not care, or has Mozilla rejected them? The internet is terrible enough as it loves to scam all users on all sites.

Asked by Benjamin_Minney 4 mhí ó shin

Last reply by cor-el 4 mhí ó shin

Firefox v122 --profile option is not working properly

Hi, I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap) and when using the --profile option to specify the startup pr… (tuilleadh eolais)

Hi,

  I am running the latest Firefox v122 (firefox_122.0+build1-0ubuntu0.22.04.1~mt1_amd64.deb not snap)

and when using the --profile option to specify the startup profile it fails to start even on a NEW system that never ran Firefox if I give it a directory that resides on a mounted ext3 filesystem.

  All the permissions are OK and yet running strace I see an error and after a few second will get the

generic pop-up with the error message: (after a few seconds)

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.

 Running the SAME from /tmp works fine, but I need the profile to reside on a persistent storage area

so if the LIVE distro restarts then it can restore the previous session, bookmarks, options, etc...


============================================================
 The 2 directories were created identically and have the exact same permissions:

xubuntu@xubuntu:~$ mkdir /tmp/firefox3

xubuntu@xubuntu:~$ mkdir /media/xubuntu/sys_n01_home/mozilla/firefox3

xubuntu@xubuntu:~$ ls -ald /tmp/firefox3 drwxrwxr-x 17 xubuntu xubuntu 1080 Jan 21 22:05 /tmp/firefox3

xubuntu@xubuntu:~$ ls -ald /media/xubuntu/sys_n01_home/mozilla/firefox3 drwxrwxr-x 17 xubuntu xubuntu 4096 Jan 21 21:13 /media/xubuntu/sys_n01_home/mozilla/firefox3

============================================================

The only difference is that one is mounted on tmpfs and the other is on /dev/nvme0n1p2:

xubuntu@xubuntu:~$ df -k /tmp/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 32560016 351528 32208488 2% /tmp

xubuntu@xubuntu:~$ df -k /media/xubuntu/sys_n01_home/mozilla/firefox3 Filesystem 1K-blocks Used Available Use% Mounted on /dev/nvme0n1p2 195751828 51056068 142695768 27% /media/xubuntu/sys_n01_home


============================================================

When starting firefox with the /tmp/firefox3 profile directory it works fine and starts up:

xubuntu@xubuntu:~$ firefox --profile /tmp/firefox3

newfstatat(AT_FDCWD, "/tmp/firefox3", {st_mode=S_IFDIR|0775, st_size=1040, ...}, 0) = 0 newfstatat(AT_FDCWD, "/tmp/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/tmp/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=-487933736}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 uname({sysname="Linux", nodename="xubuntu", ...}) = 0


BUT when using the persistent storage on the real filesystem (but SAME exact permissions) it fails:

newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3", {st_mode=S_IFDIR|0775, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", {st_mode=S_IFREG|0664, st_size=0, ...}, 0) = 0 openat(AT_FDCWD, "/media/xubuntu/sys_n01_home/mozilla/firefox3/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11 fcntl(11, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0, l_pid=1519466008}) = 0 fcntl(11, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = -1 EACCES (Permission denied) close(11) = 0

Am I doing anything wrong or is this some weird startup issue / race condition in the parentlock management?

Thank you for looking into this.

  -Sanjiyan

PS: I can upload the full strace file for both scenarios if needed. Thanks again.

     running on an xubuntu distribution "22.04.2 LTS (Jammy Jellyfish)"

Asked by Sanjiyan 4 mhí ó shin

Last reply by zeroknight 3 mhí ó shin

No history or bookmarks

Firefox has stopped saving history and I am unable to save any bookmarks. This seems to have happened recently for no reason I can understand. I haven't made any change… (tuilleadh eolais)

Firefox has stopped saving history and I am unable to save any bookmarks. This seems to have happened recently for no reason I can understand. I haven't made any changes. I use a VPN but was doing so before this happened. I have checked all the settings and also deleted the places.sqlite file. When I click <bookmark current tab> nothing happens and history shows as empty.

Asked by sambain 3 mhí ó shin

Last reply by cor-el 3 mhí ó shin

Firefox is not loading or requires multiple reloads to access some pages since the most recent update

Since the most recent update, I am finding that Firefox has become highly unresponsive when it comes to loading some pages. Some are fine but others such as Reddit and Wi… (tuilleadh eolais)

Since the most recent update, I am finding that Firefox has become highly unresponsive when it comes to loading some pages. Some are fine but others such as Reddit and Wikipedia will not or only partially load. Pictures will often only half load or not at all. News articles will often print text and fonts but nothing else.

This not occurring on all sites. And it doesn't seem to matter whether the site is https activated or not as some of the other threads seem to indicate is the problem.

I need a solution to this.

Asked by Lover_of_Goats 3 mhí ó shin

Last reply by zeroknight 3 mhí ó shin

Stop jumping to a new search box or the address bar when searching. V122

Yes I have tried everything that has been written or suggested on how to fix the fixup. Still nothing has worked. About:config everything has been set to false that has b… (tuilleadh eolais)

Yes I have tried everything that has been written or suggested on how to fix the fixup. Still nothing has worked. About:config everything has been set to false that has been suggested. It seems this latest version wants to eliminate our ability to customize and you even know how dangerous this is.

Asked by justoriole 3 mhí ó shin

Last reply by zeroknight 3 mhí ó shin

page has infinite reloading

I'm experiencing a problem when I visit certain websites, like 'https://mui.com/x/react-data-grid/'. Every time I try to access this site, the page starts an infinite rel… (tuilleadh eolais)

I'm experiencing a problem when I visit certain websites, like 'https://mui.com/x/react-data-grid/'. Every time I try to access this site, the page starts an infinite reloading loop, preventing me from using the website normally.

Asked by elhaddajiotmane 4 mhí ó shin

Last reply by zeroknight 4 mhí ó shin