Showing questions tagged: Show all questions
  • Solved
  • Archived

Firefox had still saved some searches in spite of settings

I don't fully remember when this happened, but lately the browser has trouble clearing my search history even though I had it set so that it does so every time I close it… (read more)

I don't fully remember when this happened, but lately the browser has trouble clearing my search history even though I had it set so that it does so every time I close it. I only managed to fix it by making it so that it doesn't remember the search history, but some of the old searches are still there whenever I punch in part of what I was searching.

Asked by peytongarrett75 10 months ago

Answered by jscher2000 - Support Volunteer 10 months ago

  • Solved
  • Archived

Washed out colours and some whites appearing glitched and pink.

Recently starting having the issue where some whites and the tab icons appear washed out and even glitched out and pink when using my PC. I haven't made any significant c… (read more)

Recently starting having the issue where some whites and the tab icons appear washed out and even glitched out and pink when using my PC. I haven't made any significant changes to my system as far as I recall.

Colours in other browsers and applications are effected. Going to the same webpage on both Brave and Edge shows the whites correctly. On all the games on my PC there are no glitches in colours.

I have tried a few fixes already: -Removing and re-downloading GPU drivers - Fixes the issue temporarily. After about 1 day the issue comes back. -Re-seating the GPU - No fix. -Turning off colour override in Firefox - No fix. -Uninstalling and reinstalling Firefox - No fix.

If anyone has an idea or knows the setting that may be causing this problem I would really appreciate it.

Asked by joelhiggins849 1 year ago

Answered by joelhiggins849 1 year ago

  • Solved
  • Archived

Unable to Launch Firefox 3.5.19 On Linux Ubuntu 24.04.2 LTS

Can’t launch Firefox 3.5.19 on Linux Ubuntu When trying to run with: ./firefox Terminal gives the following: ./firefox-bin: error while loading shared libraries: libdb… (read more)

Can’t launch Firefox 3.5.19 on Linux Ubuntu When trying to run with:

./firefox

Terminal gives the following:

./firefox-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

Asked by virtual_law 9 months ago

Answered by virtual_law 9 months ago

  • Solved
  • Archived

Live stream and videos no longer work

For years I have been able to watch a foreign TV website, despite having only a DSL connection (I allow only the scripts essential to make it work). Since I did the last… (read more)

For years I have been able to watch a foreign TV website, despite having only a DSL connection (I allow only the scripts essential to make it work). Since I did the last update, to 137.0, I cannot watch either the live stream ("General source error") or old programs ("There is something wrong with your internet connection"). This is absolutely consistent; I've lost count of the times I've tried.

I never had problems like this before. At worst, if Windows was running a background process I might have to stop it to keep from having pauses in the program. All I can think of is that you did something in the new version of Firefox that has made video impossible on DSL.

Asked by krylaarsdam 10 months ago

Answered by krylaarsdam 10 months ago

  • Solved
  • Archived

Some Keyboard Shortcuts No Longer Work.

Hello. This question concerns the Windows 11 desktop version of Firefox. I have long used the Home and End keys on my extended keyboard to scroll to the very top of any … (read more)

Hello. This question concerns the Windows 11 desktop version of Firefox.

I have long used the Home and End keys on my extended keyboard to scroll to the very top of any given page in Firefox (Home) or to the very bottom of that page (End).

But, lately, I notice that, for no reason I can figure out, Firefox no longer responds to those shortcuts. Now, when I tap Home or End, the page may, at first, scroll up or down slightly but not to the top or bottom. If I press Home or End again, nothing happens at all.

Sometimes, if I press Ctrl + Home simultaneously or Ctrl + End the page will scroll to the top or bottom respectively.

Why has Firefox's behavior apparently changed? Is there an issue with my keyboard or operating system settings? (I use a Logitech G915 keyboard.)

Please let me know how to restore Firefox's shortcut functionality, where I can tap just Home to scroll to the top of a page or only End to scroll to the bottom of a page.

Thanks and be well.

Asked by buy6 10 months ago

Answered by Logosor 10 months ago

  • Solved
  • Archived

Issue with latest Firefox update -- Firefox no longer starts

After Firefox updated today, the executable no longer starts. I get the following error message: firefox.exe -- Bad Image C:\Program Files\<Mozilla Firefox\gkcodecs… (read more)

After Firefox updated today, the executable no longer starts. I get the following error message:

firefox.exe -- Bad Image

C:\Program Files\<Mozilla Firefox\gkcodecs.dll is either not designed to run on Windows or it contains an error. Error status 0x000000d. </p>

And then another error message: Couldn't load XPCOM.

Please advise.

Asked by Art Monzingo 10 months ago

Answered by Art Monzingo 10 months ago

  • Solved
  • Archived

firefox is already running but is not responding

Hi, We are using Horizon VDI terminal server. Firefox is installed on these servers. Some users get Firefox is already running but is not responding error. Ending Firefox… (read more)

Hi, We are using Horizon VDI terminal server. Firefox is installed on these servers. Some users get Firefox is already running but is not responding error. Ending Firefox via task manager does not work. I log off the user and have them log in again, but it does not work.

When I check, I see that the user's profile file cannot be created on any terminal server.

Is there a solution to this problem?

Asked by ahmet ozdemir 11 months ago

Answered by ahmet ozdemir 11 months ago

  • Solved
  • Archived

Firefox has stopped obeying target="_blank"

Firefox has stopped obeying target="_blank" Started a month or so ago. Take a look at Firefox target="_blank" problem for details. There is not a topic in the dropdow… (read more)

Firefox has stopped obeying target="_blank"

Started a month or so ago.

Take a look at Firefox target="_blank" problem for details.

There is not a topic in the dropdown list that remotely addresses this issue so I just selected Performance and Connectivity for the hell of it.

Asked by BNovell 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Firefox 136 broke my custom new tab page, how do I fix it?

I'm on Linux. I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/a… (read more)

I'm on Linux.

I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/article/firefox-new-tab-page

---

Navigate to /usr/lib/firefox.

Create autoconfig.cfg:

// var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");  
 var newTabURL = "file:///home/james/ff/index.html";  
 AboutNewTab.newTabURL = newTabURL;  

} catch(e){Cu.reportError(e);} // report errors in the Browser Console

Create defaults/pref/autoconfig.js:

// pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);

---

However, upon updating to Firefox 136, I only get a blank page. All of my autoconfig files still exist in /usr/lib/firefox.

When I create a new tab with Ctrl+T, it's a blank page. When I create a new window, it loads the local page I want it to load with the file path in the URL (which it never had before; the URL bar was blank in Firefox 135). So it seems to be partially working.

Any tips?

Asked by firefox2506 11 months ago

Answered by jscher2000 - Support Volunteer 11 months ago

  • Solved
  • Archived

Firefox won't load accounts.firefox.com

new install of firefox won't load accounts.firefox.com other browsers on the computer load it fine I've imported bookmarks and passwords and stuff, and since refreshed … (read more)

new install of firefox won't load accounts.firefox.com

other browsers on the computer load it fine

I've imported bookmarks and passwords and stuff, and since refreshed firefox but can't find a way to fully restore it to initial settings, even uninstall and reinstall won't do it

error messages from console:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/styles/62a53a14.main.css. (Reason: CORS request did not succeed). Status code: (null). Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/bundle-f3c065c3bfd12957bbfc07df4a7dfa472ec1b92e/head.bundle.js. (Reason: CORS request did not succeed). Status code: (null). None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. accounts.firefox.com Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/bundle-f3c065c3bfd12957bbfc07df4a7dfa472ec1b92e/appDependencies.bundle.js. (Reason: CORS request did not succeed). Status code: (null). None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. accounts.firefox.com Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/styles/3c59f525.tailwind.out.css. (Reason: CORS request did not succeed). Status code: (null). Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/bundle-f3c065c3bfd12957bbfc07df4a7dfa472ec1b92e/app.bundle.en_US.js. (Reason: CORS request did not succeed). Status code: (null). None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. accounts.firefox.com Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.accounts.firefox.com/bundle-f3c065c3bfd12957bbfc07df4a7dfa472ec1b92e/app.bundle.en_US.js. (Reason: CORS request did not succeed). Status code: (null). None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. accounts.firefox.com InstallTrigger is deprecated and will be removed in the future. accounts.firefox.com onmozfullscreenchange is deprecated. accounts.firefox.com onmozfullscreenerror is deprecated. accounts.firefox.com

Asked by Matty Wright 11 months ago

Answered by Matty Wright 11 months ago

  • Solved
  • Archived

Toolbar shows up in fullscreen when I keep my cursor on the top of the screen.

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong? Also the fullscreen animation fix using the about:config settings doesn't… (read more)

I tried to do the fix using userChrome.css but it just didn't work. Am I doing something wrong?

Also the fullscreen animation fix using the about:config settings doesn't work either.

Thanks in advance :3

Asked by YourLocalSadNerd 9 months ago

Answered by YourLocalSadNerd 9 months ago

  • Solved
  • Archived

Firefox update (133->135) fails on Ubuntu 24.04 (snap refresh)

Update fails, apparently in post-refresh hook with the symlinks in /var/snap/firefox/common/snap-hunspell/ pointing to non-existent files in a non-existent directory (e.g… (read more)

Update fails, apparently in post-refresh hook with the symlinks in /var/snap/firefox/common/snap-hunspell/ pointing to non-existent files in a non-existent directory (e.g. to /snap/firefox/5701/usr/share/hunspell/en_US.aff where /snap/firefox/5701/ does not exist).

A thunderbird update (128.6.0esr->128.6.1esr) fails very similarly.

I used snap to update manually in order to see error messages:

donald@dhl-pd70sneg24:~$ snap refresh --list Name Version Rev Size Publisher Notes firefox 135.0-2 5701 270MB mozilla✓ - thunderbird 128.6.1esr-3 634 221MB canonical✓ - user@machine:~$ sudo snap refresh error: cannot perform the following tasks: - Run post-refresh hook of "firefox" snap if present (run hook "post-refresh":


rm: missing operand Try 'rm --help' for more information. ln: failed to create symbolic link '/var/snap/firefox/common/snap-hunspell/et_EE.dic' -> : No such file or directory ln: failed to create symbolic link '/var/snap/firefox/common/snap-hunspell/et_EE.aff' -> : No such file or directory


)

Starting and ending state of /snap/firefox/: user@machine:~$ ls -tl /snap/firefox total 0 lrwxrwxrwx 1 root root 4 Feb 6 08:24 current -> 5437 drwxr-xr-x 7 root root 201 Dec 10 10:01 5437 drwxr-xr-x 7 root root 201 Nov 25 19:59 5361

Asked by dhlocker 1 year ago

Answered by dhlocker 11 months ago

  • Solved
  • Archived

Bookmarks impor doesn't show bookmarks on title bar?

Hello, I just tried to import bookmarks to Firefox, however they're not appearing on the title bar? I imported bookmarks to desktop Firefox 134.0.1 (aarch64) on raspberr… (read more)

Hello, I just tried to import bookmarks to Firefox, however they're not appearing on the title bar?

I imported bookmarks to desktop Firefox 134.0.1 (aarch64) on raspberrypios - 1.0, but the title bar only shows Import Bookmarks... and the imported bookmarks are located in Library -> All Bookmarks -> Bookmarks Toolbar/Bookmarks Menu -> Mozilla Firefox -> Imported Bookmark.

Asked by kFirefoxForum 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

About:config setting reverts upon Firefox restart

Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and fin… (read more)

Hi. There is a new feature of Firefox that bothers me. It is when I drag tabs around the top, they try to group when I don't want them to. So I go to about:config and find the "browser.tabs.groups.enabled" key and set it to false. But when I restart Firefox, the change reverts. How do I fix this so the change stays?

I've already tried going to Menu->Help->More troubleshooting information->Profile Folder->Open folder, but there is no "user.js" file there. Do I have to do a Firefox reset to fix this? I hope not...

Note that I'm pretty sure that other settings that I change do not revert when I restart Firefox. Right now, it seems to be just this one about:config setting, unless the new version of Firefox reverts all manually changed about:config settings upon restart.

Thanx in advance for any help.

Asked by jjbradbury 9 months ago

Answered by Agent virtuel 9 months ago

  • Solved
  • Archived

Really slow loading pages in ebay.

Trying to browse ebay using Firefox. The pages have become really slow when loading.When scrolling down the page is blank then slowly populates as I scroll down the page.… (read more)

Trying to browse ebay using Firefox. The pages have become really slow when loading.When scrolling down the page is blank then slowly populates as I scroll down the page. I've just tried microsoft edge and there is no problem.

Asked by jamestimothy1 11 months ago

Answered by jonzn4SUSE 11 months ago

  • Solved
  • Archived

Website thumbnails will not display

On websites, thumbnails will not display but appear instead as white boxes with small blue question marks. I am using a two year old ipad and my internet speed is 180. T… (read more)

On websites, thumbnails will not display but appear instead as white boxes with small blue question marks. I am using a two year old ipad and my internet speed is 180.

This is a new bug, as of today.

If I click on each thumbnail the image displays just fine, but that is not ideal.

On a reddit forum, someone suggested typing about:config into the search bar but nothing happens when I do that.

Any ideas?

Asked by azehav 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

FF on Mac: Control+Enter used to complete the address bar entry with .com

This does not work anymore and I get an edit drop down with copy, paste etc It works on Chrome and Safari. I checked the config for "browser.fixup.alternate.suffix" and i… (read more)

This does not work anymore and I get an edit drop down with copy, paste etc It works on Chrome and Safari. I checked the config for "browser.fixup.alternate.suffix" and it is set to .com.

Asked by I i 1 year ago

Answered by NoahSUMO 11 months ago

  • Solved
  • Archived

DDG Search Broken

Ok, this is a weird one. I can't load https://duckduckgo.com. It breaks search in a new tab, but I also can't visit it directly from the url. The tab simply does not loa… (read more)

Ok, this is a weird one.

I can't load https://duckduckgo.com. It breaks search in a new tab, but I also can't visit it directly from the url. The tab simply does not load.

I've cleared cache, cookies, and extensions. I've refreshed Firefox more than once.

I can visit https://html.duckduckgo.com. I can visit https://lite.duckduckgo.com.

However! In a private window, I can visit https://duckduckgo.com It still breaks in a secondary normal window.

No other site appears to be broken.

Asked by s4b3r6 1 year ago

Answered by s4b3r6 1 year ago

  • Solved
  • Archived

Can't watch Video after Asus bios and nvidia driver updated

I can't watch Twitch live stream and videos after updated.When I watching live stream on Twitch, the stream start showing some old tv effect but in colours green. I thoug… (read more)

I can't watch Twitch live stream and videos after updated.When I watching live stream on Twitch, the stream start showing some old tv effect but in colours green. I thought was Twitch problem, then I changed to watch video from my college by using their website. But it still has that effect. But I can watch Youtube videos with no problems. Then i changed to use Microsoft Edge to watch Twitch, surprisingly with no problem. I already updated to the latest version in Firefox. Can anyone help me Please. Thank You

Asked by Tom Tom 1 year ago

Answered by Tom Tom 1 year ago

  • Solved
  • Archived

Bookmarks import doesn't show bookmarks on title bar?

I've imported bookmarks to Firefox, however the Bookmarks bar doesn't show on a blank tab (I'll raise another forum post about this). If I manually add the Bookmarks tool… (read more)

I've imported bookmarks to Firefox, however the Bookmarks bar doesn't show on a blank tab (I'll raise another forum post about this). If I manually add the Bookmarks toolbar, it permanently shows only a few Bookmarks, not the original Bookmarks that have been imported?

I imported the Bookmarks 3 times as shown on the attached screenshot, but somehow they have been stored by default, in the wrong location. The correct location would be so the Bookmarks appear in the Bookmarks toolbar.

Asked by kFirefoxForum 11 months ago

Answered by kFirefoxForum 11 months ago