Showing questions tagged: Show all questions
  • Solved

Profile Root Directory does not exist

In the about:profiles page I can see that the Root Directory for my current profile is: /home/username/.mozilla/firefox/no9r1iq5.default-release-1681391696978 When I clic… (read more)

In the about:profiles page I can see that the Root Directory for my current profile is: /home/username/.mozilla/firefox/no9r1iq5.default-release-1681391696978 When I click the Open Directory button it does nothing. When I manually navigate to /home/username/.mozilla/firefox I can see that there is no folder there called no9r1iq5.default-release-1681391696978

The Local Directory is show as: /home/username/.var/app/org.mozilla.firefox/cache/mozilla/firefox/no9r1iq5.default-release-1681391696978 This exits and opens with the Open Directory button.

If I search for no9r1iq5.default-release-1681391696978 in the file manager, I see that there are two folders with this name, on at the Local Directory path shown above and the other at: /home/username/.var/app/org.mozilla.firefox/.mozilla/firefox My assumption is that this is actually the Local Folder (it contains files with today's date)

My question is, why does about:profiles show the wrong path for the Local Directory or why is the actual Local Directory in the wrong place (it appears that the path shown in about:profiles is the normal default location)?

I tried creating a new profile and it was created in exactly the same way: the Local directory path is: /home/username/.var/app/org.mozilla.firefox/.mozilla/firefox but about:profiles says it is: /home/username/.mozilla/firefox

I would rather have my profile in the normal default location but I want to ensure that I don't leave pointers to the wrong location that could cause problems.

I am running Firefox 121.0 (64-bit) from flathub on Debian GNU/Linux 12 (bookworm).

Any help appreciated.

Asked by Chris 4 months ago

Answered by zeroknight 4 months ago

  • Solved

Unwanted data backup/seasonal message

Hi, I develop a firefox kiosk application for an IoT device and I'm wondering what setting disables this message? This message popped up on a release of our software whi… (read more)

Hi, I develop a firefox kiosk application for an IoT device and I'm wondering what setting disables this message?

This message popped up on a release of our software which hadn't applied a policies.json file yet, is it safe to assume it will be covered by the following policy which we have on a later release?

   "UserMessaging": {
     "WhatsNew": false,
     "ExtensionRecommendations": false,
     "FeatureRecommendations": false,
     "UrlbarInterventions": false,
     "SkipOnboarding": true,
     "MoreFromMozilla": false,
     "Locked": true
   },

Asked by Niklas Andersson 5 months ago

Answered by zeroknight 4 months ago

  • Solved
  • Archived

userChrome.css is not being applied

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code: /* Show Tab Close buttons only… (read more)

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code:

/* Show Tab Close buttons only when hovered */

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 visibility: collapse !important;
 opacity: 0 !important;
 transition: all 250ms ease-in-out !important;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]):hover > .tab-stack > .tab-content > .tab-close-button {
 visibility: visible !important;
 opacity: 1 !important;
 transition: all 250ms ease-in-out !important;;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 display: -moz-box !important;

}


This code is however not being implemented no matter how many times I restart Firefox. 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to True The location is userChrome.css is '/home/user1/.mozilla/firefox/yqomjsh9.default-release-1672744596809/chrome/userChrome.css'

What could be the issue? I tried adding executable permissions using "chmod" but that did not change anything.

Asked by mhlangalyton 1 year ago

Answered by cor-el 1 year ago

  • Solved

Linux - 121 update changed cursor

After updating to version 121, the cursor theme, while having it on the window, changes from the default one (Breeze) to Adwaita while also getting like 2x bigger. How do… (read more)

After updating to version 121, the cursor theme, while having it on the window, changes from the default one (Breeze) to Adwaita while also getting like 2x bigger. How do I change it back to default theme and size?

Asked by April22 5 months ago

Answered by April22 5 months ago

  • Solved

I don't want to always be asked where to save files. I made the change in Settings. but if i restart Fox, setting is not saved

I don't want to always be asked where I want to save files. I'm okay for all future files to be saved in my Downloads folder. I go to settings and remove the Check mark f… (read more)

I don't want to always be asked where I want to save files. I'm okay for all future files to be saved in my Downloads folder. I go to settings and remove the Check mark for "Always ask where to save files". But this setting does not survive a Firefox restart/exit. Why not?

How can I get firefox to preserve my preferred setting?

Asked by Mozilla cheese 5 months ago

Answered by zeroknight 5 months ago

  • Solved

top border is different on Nightly

I have three Firefox-related browsers installed on a Linux Mint MATE system: Firefox, Nightly, and Pale Moon. I realize that Nightly is not intended for production use. T… (read more)

I have three Firefox-related browsers installed on a Linux Mint MATE system: Firefox, Nightly, and Pale Moon. I realize that Nightly is not intended for production use. That said, the top border is twice as tall as the one on Firefox and Pale Moon. This is a new system and I don't remember the border ever looking like this. The three images should illustrate the problem. Is there an about:config setting I should set?

Asked by pccobbler 5 months ago

Answered by cor-el 5 months ago

  • Solved

Where can I find Firefox 4 icon resources?

Hello! I have been inspired to customize Firefox to make it look like version "4" from this reddit post! One of the things that I cannot find is how to get the old Firef… (read more)

Hello! I have been inspired to customize Firefox to make it look like version "4" from this reddit post!

One of the things that I cannot find is how to get the old Firefox 4 icons. Is there an official site that has them or should I search or the source code of Firefox from version 4?

Asked by rempas 5 months ago

Answered by Nandla Links 5 months ago

  • Solved

Hotkeys for rotating between different screens when responsive design mode is on

Is there any way to rotate between different screen sizes option using shortcuts keymaps which appear during "responsive design mode" is on. I found extensions which resi… (read more)

Is there any way to rotate between different screen sizes option using shortcuts keymaps which appear during "responsive design mode" is on. I found extensions which resizes whole browser & they helps. but it also causes developer tool to resize along with browser which hinders me to see different css properties. so i am looking for a way to rotate only screens.

"Responsive Design mode" is what turns on when we press ctrl+shift+m.


I Love using firefox more than Chrome. This is my go to browser.

Asked by rajesh kumar chaurasiya 6 months ago

Answered by cor-el 5 months ago

  • Solved
  • Archived

Menu Colors

I'm using last release Firefox in a fresh install of Debian 12 with KDE. Trying to personalize colors and get a coherent style, I've installed Firefox Color and it worked… (read more)

I'm using last release Firefox in a fresh install of Debian 12 with KDE. Trying to personalize colors and get a coherent style, I've installed Firefox Color and it worked fine, except for a few GUI elements.

I solved the scrollbars part with this answer:

https://support.mozilla.org/en-US/questions/1419353

Is there a similar setting for the menus? I mean in Firefox's menu bar or the ones popping over the page. The dropdown of the burguer menu and the bookmarks toolbar do get styled (I will include images showing the difference).

Thank you in advance and to zeroknight for sharing the bit about scrollbars!

Asked by Nico 6 months ago

Answered by Nico 6 months ago

  • Solved
  • Archived

Number on Firefox Icon

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's… (read more)

The Firefox icon on my taskbar has a great big green number 1 plonked on it. It doesn't seem to relate to the number of windows I have open or the processes running. It's there even when Firefox is closed. I thought it might be messages but I can't find those either. Its driving me nuts can you please tell me how to get rid of it? I'm running it in Ubuntu on a laptop.

Asked by megallen 6 months ago

Answered by zeroknight 6 months ago

  • Solved
  • Archived

Open links in private window

I am running Firefox on my Arch Linux. Is there a way to modify the default behavior so that links open automatically in a private window instead of a regular one? … (read more)

I am running Firefox on my Arch Linux.

Is there a way to modify the default behavior so that links open automatically in a private window instead of a regular one?

Asked by user419 6 months ago

Answered by user419 6 months ago

  • Solved
  • Archived

The preference browser.privatebrowsing.enable-new-indicator does not work as expected anymore.

It used to be that when I'd set browser.privatebrowsing.enable-new-indicator to false, that there would not be the text Private browsing next to the private browsing icon… (read more)

It used to be that when I'd set browser.privatebrowsing.enable-new-indicator to false, that there would not be the text Private browsing next to the private browsing icon on the tab bar. But now, even though I have confirmed that the setting is still on false, the text is back, just where I don't want it.

What is going on, and what step can I take to change it back?

Asked by Sterrence 6 months ago

Answered by zeroknight 6 months ago

  • Solved
  • Archived

How to change the css of addons-pages

Hey there, How can I change the css of pages created by an addon? (Example-URL: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html) I know how to change… (read more)

Hey there,

How can I change the css of pages created by an addon?

(Example-URL: moz-extension://285d678c-ecb3-4003-923d-835fc9d8e0bc/reader.html)

I know how to change normal pages css via different tools like Stylus etc. (or via userContent.css). But this does not work for pages created by addons.

Can you please help me?

Asked by Thomas likes to learn 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Why can't we customize the keyboard shortcuts?

Hello, I have been using Firefox as my main browser for more than a decade. One could say i am some Mozilla fanboy, having convinced many of my friends and relatives to u… (read more)

Hello, I have been using Firefox as my main browser for more than a decade. One could say i am some Mozilla fanboy, having convinced many of my friends and relatives to use Firefox instead of any chrome based options (Which there are to many these days). It struck me today, as i was reworking some workflow elements in many programs i use daily, that it is impossible to change any key binding in Firefox anymore. I know it has been a while now, and i searched all over the web for an answer or a solution, but at this point it is clear that other than going in the code and recompiling Firefox manually, it is not possible. I stumbled upon the (only) extension that allows to change some shortcuts, but the two that i wanted to change are impossible to configure from it, being disabling only f12 as i would use it for other things but i do not want to lose the dev console and also ctrl+L to open the address bar, it is quite inconvenient and would much prefer to use ctrl+spacebar as it matches many other bindings i am using with other software. There have been many other features that were changed in the recent years that made me start to look for an alternative, as i see features melting away almost as quickly as the user base of the product.

I do understand that one person's problem is not going to change the way a big piece of software is working, but i am wondering, why are the users losing such features as basic as customizing key bindings in a piece of software that used to be so incredibly customizable in the past? Why is the only viable option to anything chrome based losing it's edge over the competition? Is Firefox v150 be based on the chromium engine or will it die before?

Thank you in advance, and no, i don't need the link to the shortcut page, i already have it.

Asked by DoubleWookie 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

Mendeley Web Extension blocked on PDFs

Hi, I use Mendeley Web Extension to pull articles and other things from Firefox directly into my Mendeley library. I will usually rapidly read through the PDF file onlin… (read more)

Hi,

I use Mendeley Web Extension to pull articles and other things from Firefox directly into my Mendeley library. I will usually rapidly read through the PDF file online before deciding to add it or not. For some unknown reason, Firefox blocks the use of Mendeley on PDF file, for security reasons, and I can no longer add them to my library. Most references are only available as PDF files making the add-on completely useless. Is there a security feature that I can disable to be able to use the extension again?

Kind regards,

Mathias

Asked by mathias.rsl 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

start up popup unwanted

Hi, Could someone tells me how to deactivate the startup popup upon each firefox start which says (translated) "thanks this is 100th version of firefox, start navigation"… (read more)

Hi, Could someone tells me how to deactivate the startup popup upon each firefox start which says (translated) "thanks this is 100th version of firefox, start navigation", or is it to stay until the 1000th annniversary ? Thanks

Asked by web55 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

opt-out the saved passwords proposals

Hi, is there a config option to prevent the showing of user/pw proposals when opening a website for which user account data is saved? When i'm logging into a website wit… (read more)

Hi,

is there a config option to prevent the showing of user/pw proposals when opening a website for which user account data is saved? When i'm logging into a website with already saved user data, i get account proposals (as ff saves the data "per domain", say if you have 3 accounts to one website, e.g. a test user, an administrator and a cms administrator, they are all presented where needed content may be...) see pict. I would like to opt out this behavior, as i have more than one website with 2 or more accounts.


-- cu

jth

Asked by jth 2 years ago

Answered by cor-el 2 years ago