Prikaz označenih pitanja: Prikaži sva pitanja

downloading statements from my bank account

Recently I have found that I cannot download statements from my bank account, also at the same time (2/3 months ago) I cannot access a Tesco website from Firefox. I can … (pročitajte više)

Recently I have found that I cannot download statements from my bank account, also at the same time (2/3 months ago) I cannot access a Tesco website from Firefox. I can carry out these functions easily from Microsoft Edge, so why the sudden change ? Can anyone please help me to fix this in Firefox?

Asked by stef.l1 prije 2 mjeseci

Last reply by cor-el prije 2 mjeseci

No Longer Staying Signed In to Outlook

I use Microsoft Outlook through GoDaddy for website-related correspondence. The Outlook sign-in page has a selectable option to remain signed in, which I check. This ha… (pročitajte više)

I use Microsoft Outlook through GoDaddy for website-related correspondence. The Outlook sign-in page has a selectable option to remain signed in, which I check. This has worked for years: each time I open Firefox, I have been automatically signed in to my email account.

Until recently.

Now, I am NEVER signed in to my account, even though I check the "Keep me signed in" box at each login.

To experiment, I downloaded Google Chrome and have been using it for a few weeks. I stay signed in using that browser, with no issues.

Any ideas about fixing this issue?

Asked by Jeffrey Zens prije 2 mjeseci

Last reply by jonzn4SUSE prije 2 mjeseci

Why can't Firefox copy text anymore?

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using ver… (pročitajte više)

Why can't Firefox copy text to the clipboard anymore? It won't copy text from a web page, from a URL, or even from about:support "Copy text to clipboard"!!! I'm using version 1.22 64 bit on windows 11. I've reinstalled Firefox but it doesn't make a difference. I've tried "Troubleshoot Mode" and it's still broken!!!

I can paste into Firefox but something has broken copy!

Asked by FirefoxUser73 prije 3 mjeseci

Last reply by zeroknight prije 2 sedmica

Firefox Browser

bold textWhen I click onto Firefox, it opens a tab that says Invalid URL. If I click onto the + next to it, it opens up into the firefox browser. What can I do about th… (pročitajte više)

bold textWhen I click onto Firefox, it opens a tab that says Invalid URL. If I click onto the + next to it, it opens up into the firefox browser. What can I do about the original tab??

Asked by James Shewbridge prije 2 mjeseci

Last reply by cor-el prije 2 mjeseci

Blocked web site jgonzalaez@lungdoctors.com first time this has occured I refreshed Firefox this morning and now Pocket comes in Do not want Pocket and how do I unblock web site which is my Pulmonary Dorcot

I have a website that is now being blocked for 1 week jgonzalez@lungdoctors.com this is my Pulmonary Doctor and have used this web site for at least 1 year. Being a nov… (pročitajte više)

I have a website that is now being blocked for 1 week jgonzalez@lungdoctors.com this is my Pulmonary Doctor

and have used this web site for at least 1 year. Being a novice I refreshed my Firefox site and now I have

Pocket which I do not want.

Any ideas would be appreciated very much.

Thank you Judith B. Basch

Asked by baschmets358 prije 2 mjeseci

Last reply by jscher2000 - Support Volunteer prije 2 mjeseci

Norton Safe Search

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them… (pročitajte više)

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them but not Norton Safe Search although I have been able to add it to the toolbar. Why is it no longer one of the options?

Asked by ju.col prije 1 mjeseci

Last reply by jscher2000 - Support Volunteer prije 1 mjeseci

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… (pročitajte više)

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 prije 3 mjeseci

Last reply by cor-el prije 3 mjeseci

playing video on youtube is always choppy!

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is a… (pročitajte više)

To be really homest, I never had this kin of problem in chrome, your youtube video player has too many bugs. The issues I've faced are: 1.Whenever I play a video, it is always choppy which is so frustrating. 2.This happened so many times, when I turn switch into full screen mode the whole app crashes.

Please look into this issue, I like the UI and that is the reason why I'm still using mozrilla on my phone.

Asked by yandada.lalit prije 3 mjeseci

Last reply by Paul prije 3 mjeseci

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… (pročitajte više)

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 prije 3 mjeseci

Last reply by zeroknight prije 3 mjeseci

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… (pročitajte više)

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 prije 3 mjeseci

Last reply by cor-el prije 3 mjeseci

Developer Edition switched to dark background and I cannot undo this setting

I change nothing in my settings and I am now on Dark background everywhere despite having: - forced the system settings (OS) to stay in light background - in about:prefer… (pročitajte više)

I change nothing in my settings and I am now on Dark background everywhere despite having: - forced the system settings (OS) to stay in light background - in about:preferences appearance I've manually selected (forced) the light background - in about:config I've tried to switch the browser.theme.content-theme to "1" (instead of "0")

this is really frustrating, I would like to get a better "reading" of what happens, as an Engineer I am happy to also squint at logs if needed, please consider adding a preference / settings change log file

Asked by looeegee prije 3 mjeseci

Last reply by cor-el prije 3 mjeseci

found old phone still using Lockwise

I just discovered that the android phone (Samsung A71) I am currently using was in fact still using Lockwise for Auto Fill. How do I force this old copy of Lockwise to d… (pročitajte više)

I just discovered that the android phone (Samsung A71) I am currently using was in fact still using Lockwise for Auto Fill.

How do I force this old copy of Lockwise to do a final sync before I uninstall it. I do know that at least some of the passwords stored in it are up to date. At this time, I DO NOT have access to a PC. I DO have access to a more recent android phone (Samsung A53 5G) that DOES NOT have Lockwise installed and is using the most up-to-date version of FireFox for Android.

Also is firefox typed out in lowercase or one of these ways: "Firefox" or "FireFox"? I have a habit of camelcasing some computer terms left over from my days as a UNIX Administrator (AT&T Bell Labs versions and not any BSD versions) and want to know the proper way to type it (from the horse's mouth so to speak).

Regards

Asked by Evil Dave of Canada prije 3 mjeseci

Last reply by Paul prije 3 mjeseci

Windows 10-Where else is Firefox accessing on my boot drive when it's installed to a secondary drive?

Took me a while to figure out how to get the full installer to install to my faster and larger D drive, but I finally did. Then I discovered it was still accessing C: un… (pročitajte više)

Took me a while to figure out how to get the full installer to install to my faster and larger D drive, but I finally did.

Then I discovered it was still accessing C: under: D:\Users\[Username]\AppData\Local D:\Users\[Username]\AppData\Roaming

So I now have my Mozilla folders in both locations pointed to D: with a symbolic link or whatever.

But it STILL seems to be accessing C: to do SOMETHING, and I'm not sure what or where, as searching C: for Firefox or Mozilla turns up nothing.

It still thrashes my C: drive though, especially noticeable if I'm using it for something else at close to 100% and Firefox for example loads a Youtube page that was unused/not in focus for a while.

Somehow it's STILL causing as much activity on C as D and I'm not sure why...if I was maybe I could point more directories to D with more Symbolic links (or whatever they're called...I may be misremembering since I set this up a few weeks ago, but they seem to work fine).

(I gave up on Chrome...I can point a bunch of stuff at D, but sooner or later it breaks its ability to do updates until I move stuff to C...I'm guessing maybe the updater "fixes" something in the background that breaks it. Thankfully Firefox seems to update just fine (I do NOT use the background process, I just check every day), and I got 122 today seemingly fine. No idea why browsers are so weird about getting installed on an alternative drive compared to other programs...it's a pretty common thing to want!)

Asked by Wolf prije 3 mjeseci

Last reply by zeroknight prije 2 mjeseci