Showing questions tagged: Show all questions

how do i remove the "finsih setup" in the tob right?

so in the top right there is "Finish setup", i have marked all things, beside "Import previous browser"... the problem is.... what previous browser?... it is a fresh inst… (read more)

so in the top right there is "Finish setup", i have marked all things, beside "Import previous browser"... the problem is.... what previous browser?... it is a fresh installed system, i have no file to import, and for whatever reason i can not skip it, which doesn't make sense... cuz firefox works without those imports... so why do i get forced to import them... i do not have anything... the annyoing part it... when i click on it, firefox says something "couldn't find files"... which sould be a deead giveaway that i don't have any, it it just should move one... i tired to disable it in about:config, i tried to edit ~/.mozilla, did not work... i just have that super annyoing text at the top, where i have zero change of removing.... why don't you just add a "skip button"... is taht to much to ask?

Asked by nonamed duck 3 hours ago

some fonts are ugly

hello. i downloaded firefox from official void linux repo, and have issue with font rendering or smth. in settings option "Allow pages to choose their own fonts, instead … (read more)

hello. i downloaded firefox from official void linux repo, and have issue with font rendering or smth. in settings option "Allow pages to choose their own fonts, instead of your selections above" is enabled. don't have same issue in any other gtk apps on my system.

Asked by rusni1kk 3 days ago

Last reply by rusni1kk 3 hours ago

Font Not Changing

Hello, I changed the default font on firefox the other day, and now most things from the browser are rendering in that font. I tried to change the font back to what it w… (read more)

Hello,

I changed the default font on firefox the other day, and now most things from the browser are rendering in that font. I tried to change the font back to what it was before because I decided that I don't like how it looks, but now that I have changed all of the fonts back, they will not change to the new selection. I have restarted firefox multiple times and even my computer in the meantime. I don't know what the deal is.

Asked by gradyokeefe8 8 hours ago

not loading pages, have to shut down and restart

Every 1 - 2 hours Firefox stops loading pages and I have to shut it down and restart it and restarting takes around 6 clicks on the icon to get it to start. Also one tim… (read more)

Every 1 - 2 hours Firefox stops loading pages and I have to shut it down and restart it and restarting takes around 6 clicks on the icon to get it to start.

Also one time today I lost all my pinned tabs and had to manually restore them one at a time.

Using Ubuntu 24.04.2 and latest Firefox. Cleared cache but doesn't help.

Asked by a.frayed.knot.mate 1 week ago

Last reply by jonzn4SUSE 1 day ago

Distorted text in canvases

For some reason text rendered in canvases (used by Minecraft hostings to display console) is distorted. I'm not getting this behavior in other browsers (including Zen – F… (read more)

For some reason text rendered in canvases (used by Minecraft hostings to display console) is distorted. I'm not getting this behavior in other browsers (including Zen – Firefox fork). The issue persists in both stable and nightly versions, with and without hardware acceleration, in safe mode too. Any clues?

Asked by Illia Bondar 1 day ago

Can't update Firefox on Linux Mint

Tried to update Firefox. Got the message: your updates are being managed by your organization. I'm a home user. No organization. What is the problem? Thank you in adv… (read more)

Tried to update Firefox. Got the message: your updates are being managed by your organization. I'm a home user. No organization. What is the problem? Thank you in advance.

Asked by KLRGUY 1 day ago

Last reply by TyDraniu 1 day ago

Firefox Addon page does not load.

After recent update, I can not browse any addons. The site https://addons.mozilla.org does not open, shows the connection timed out. I uninstalled and reinstalled firefox… (read more)

After recent update, I can not browse any addons. The site https://addons.mozilla.org does not open, shows the connection timed out. I uninstalled and reinstalled firefox deleteting all firefox related files. The problem still persists. Other than this all the using browsing I do are all working fine. Just this extensions I cannot browse. When I click the extension icon by default it shows some extensions, I can Install them. The problem is I can not browse them. Even the recomendation tab is also empty.

PS: I am using firefox on manjaro linux.

Asked by Basavaraja G 3 days ago

Last reply by Basavaraja G 1 day ago

Disabling "Open previous windows and tabs" has no effect

The setting works...in the way that if i quit Firefox, it'll not continue from the tabs and windows, but if i reboot my pc and open Firefox, I find myself the same place … (read more)

The setting works...in the way that if i quit Firefox, it'll not continue from the tabs and windows, but if i reboot my pc and open Firefox, I find myself the same place i stopped...even though i have that setting disabled. I found someone else with same issue on reddit and i did the same restarting the browser and refreshing and all....all to no effect.

Asked by oluwatobilobatemi05 1 day ago

Last reply by oluwatobilobatemi05 1 day ago

Pocket icon missing from Firefox desktop

Why it disappeared? It was always there. I am logged in Pocket and tried to restart Firefox. Maybe it has to something do with recently added AI side panel? It seems that… (read more)

Why it disappeared? It was always there. I am logged in Pocket and tried to restart Firefox. Maybe it has to something do with recently added AI side panel? It seems that since then my Pocket icon is missing. Browser version: 140.0.2 (64-bit) OS: Linux Mint MATE 21.3 (Virginia) Kernel: 5.15.0-143-generic

Asked by ondrej123 3 days ago

Last reply by Denys 1 day ago

Firefox 140 hot fans, slow peformance.

What's wrong with the new release? Today i decided try the new firefox(140) since it's going to be ESR, but i'm getting hot-fan from a couple of tabs (particularly video… (read more)

What's wrong with the new release?

Today i decided try the new firefox(140) since it's going to be ESR, but i'm getting hot-fan from a couple of tabs (particularly video streams). Second it's slower and seems to have 4second delay for shutdown..

The laptop is running linux mint with intel i5 (11th), tigerlake (iris xe) gpu. It might not be newest, but it shouldn't have a problem with regular web browsing.

Is it a bug? like it's not maxing my ram or cpu during use.

Asked by potyzevi 2 days ago

Last reply by TyDraniu 2 days ago

User Chrome javascript to change keyboard shortcuts stopped working

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few wee… (read more)

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few weeks ago. Now it only partly works. C+J is fine. The other two succeed in deleting the existing command, and the shortcut key does nothing. Any ideas please?

// C+J = open downloads var element = document.getElementById('key_openDownloads'); if (element) {

 element.setAttribute('key', 'j');
 element.setAttribute('modifiers', 'accel');

}

// C+D = Duplicate tab var element = document.getElementById('addBookmarkAsKb'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', "duplicateTabIn(gBrowser.selectedTab, 'tab')");

}

// CS+N = move tab to new window var element = document.getElementById('key_undoCloseWindow'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', 'gBrowser.replaceTabsWithWindow(gBrowser.selectedTab)');

}

Asked by Adam__S 2 days ago

Modifier les "top sites" ?

Bonjour, Je veux modifier ces sites webs recommandés. Des "top sites" ça s'appelle je crois. J'ai regardé sur le net mais j'ai pas vu comment les modifier. J'ai par exemp… (read more)

Bonjour, Je veux modifier ces sites webs recommandés. Des "top sites" ça s'appelle je crois. J'ai regardé sur le net mais j'ai pas vu comment les modifier. J'ai par exemple, pas besoin de Le Monde ou de Reddit. Cordialement, Un utilisateur

Asked by Sea 3 days ago

Update/upgrade Firefox for Linux/Ubuntu

Hello everyone, i have Linux/Ubuntu software with Firefox browser and for 5 months it has not asked me to update, with it's pop up message. Now it is urgently asking me t… (read more)

Hello everyone, i have Linux/Ubuntu software with Firefox browser and for 5 months it has not asked me to update, with it's pop up message. Now it is urgently asking me to update, i have followed the directions given in order to download the latest Firefox version as instructed but with no success. I am downloading it, but it doesn't have an instruction to "run" it. As a consequence, my system is getting slower and slower and i am afraid it will crush! Any ideas? Sooooos!!!

Asked by Eugenia Minacoulis 5 months ago

Last reply by Rogier van Vlissingen 3 days ago