Kukhonjiswa imibuzo ethegiwe:

Turn off FF going dim when FF window is inactive (not in focus)

How do I turn this odd feature that dims FF bars when window loses focus? As of look of it only tabbar and toolbar are affected. I couldn't find anything relevant under "… (funda kabanzi)

How do I turn this odd feature that dims FF bars when window loses focus? As of look of it only tabbar and toolbar are affected. I couldn't find anything relevant under "about:config". Also some tricks with CSS didn't work for me, maybe because I have custom chromeCSS that brings tabbar under bookmarksbar and applies other customization so that FF window looks like old good FF before they started to put everything on a single line in the bar. Thanks in advance.

Kusonjululiwe Okugcinwe kunqolobane 2 250

Issue with adding a certificate in the certificate manager.

I'm trying to add the zscaler certificate (my company uses it) to firefox using the certificate manager. When i select the certificate and click import, nothing happens. … (funda kabanzi)

I'm trying to add the zscaler certificate (my company uses it) to firefox using the certificate manager. When i select the certificate and click import, nothing happens. The certificate doesn't show up on the list of authorities and there are no error messages.

I'm using firefox in a VM running Ubuntu btw and the certificate I exported from the host machine running Windows.

Kusonjululiwe Okugcinwe kunqolobane 5 249

Launch geometry

The latest version of Firefox (115) always launches at fullscreen size in linux. I rarely use any application at full screensize because I like to have other windows ope… (funda kabanzi)

The latest version of Firefox (115) always launches at fullscreen size in linux. I rarely use any application at full screensize because I like to have other windows open on the desktop at the same time. Virtual desktops are not always convenient. I have tried using the -geometry option at the command line, which is usual honoured by applications running under X11, but this is ignored. Nor can I grab the bottom right-hand corner and drag it diagonally to resize it dynamically. Maybe there is a setting somewhere for initial size?

Kusonjululiwe Okugcinwe kunqolobane 2 238

How to change menu font in version 132

I haven't upgraded browser versions for a while and I'm now going from 109 to 132. Pretty bad I know. I'm having a number of issues but for this post I'd like to concentr… (funda kabanzi)

I haven't upgraded browser versions for a while and I'm now going from 109 to 132. Pretty bad I know.

I'm having a number of issues but for this post I'd like to concentrate on userChrome.css.

In version 109, I had a custom font for the top menu bar, the top menus, the bookmark toolbar, the bookmark toolbar menus, and the right click menus. I did this by including the following in userChrome.css (as per [https://support.mozilla.org/si/questi.../1335097|here]:

  1. navigator-toolbox { font-family:"MyFont" !important }

This worked great, but it is no longer working in version 132. Obviously I don't know in which Firefox version this stopped working.

Has this been disabled by Mozilla or has it been changed? If it's been changed, how can I achieve it now?

I'm very grateful for any help!

Kusonjululiwe Okugcinwe kunqolobane 14 231

Translate to selected language on a per-site basis?

I miss being able to chose which language to translate to on a per-site basis AND the browser remember that setting. If you want to permanently translate to a specific la… (funda kabanzi)

I miss being able to chose which language to translate to on a per-site basis AND the browser remember that setting. If you want to permanently translate to a specific language you have to change the preferred display language for all websites as I understand it. Actually it would suffice to be able to set a standard language to translate to, but independent of the preferred display language.

I know Firefox Translate is still Beta so perhaps this important enhancement is in the pipeline?

Kusonjululiwe Okugcinwe kunqolobane 1 223

Where can I find Firefox Relay Dashboard in settings on my computer.

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. … (funda kabanzi)

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. How do I locate it?

Ikhiyiwe Okugcinwe kunqolobane 1 209

Vertical tabs and top row

Hello, It's been a while I wanted to try vertical tabs and now is is possible with FF. I was wondering if it is possible to merge the two top rows when using vertical tab… (funda kabanzi)

Hello,

It's been a while I wanted to try vertical tabs and now is is possible with FF. I was wondering if it is possible to merge the two top rows when using vertical tabs ? (The address and buttons row and the Windows, minimize, resize and close row).

When using horizontal tabs, the top row (minimize, resize and close row) is merged with the tabs row. But when using vertical tabs, you can a "useless" row that takes almost as much space as the horizontal tabs row, so vertical tabs doesn't make you gain that much browsing space.

Thanks

Kusonjululiwe Okugcinwe kunqolobane 2 209

extra mouse buttons causing trouble

hi, I recently purchased a new wireless mouse and keyboard... and my only problem is that there are a couple extra buttons on my new mouse... roughly thumb position... an… (funda kabanzi)

hi, I recently purchased a new wireless mouse and keyboard... and my only problem is that there are a couple extra buttons on my new mouse... roughly thumb position... and are by default set to navigate backward and forward.... I'm running ubuntu linux... which results in accidentally clicking back midway through a video or podcast and losing my position more often than you'd expect... any idea how I might either reassign or disable them entirely on the software side of things? thanks. -dan

Kusonjululiwe Okugcinwe kunqolobane 2 209

Change option for opening map links

Hello, I use Firefox for Mac. When I click on a link to a map, I get a message to open the link in Apple Maps, installed on my computer. Is there a way to make Firefox o… (funda kabanzi)

Hello,

I use Firefox for Mac. When I click on a link to a map, I get a message to open the link in Apple Maps, installed on my computer. Is there a way to make Firefox open the link in Google Maps in the browser? Here's an example, the link is at the bottom of the article: https://sfstandard.com/2024/10/17/hunters-point-gantry-crane-illumination/

Thanks for your help

Kusonjululiwe Okugcinwe kunqolobane 2 202

Firefox binds to absolute add-on paths, why?

I tried to create a default Windows profile with pre-configured app settings, including FF. I created a temporary user, logged in, installed FF and configured it, also in… (funda kabanzi)

I tried to create a default Windows profile with pre-configured app settings, including FF. I created a temporary user, logged in, installed FF and configured it, also installed some add-ons (first of all, ublock origin). Then I logged out, logged as an administrator and moved the temporary user profile to the default profile location (c:\Users\Temp -> c:\Users\Default), and then reset its NTFS permissions. This almost always works for all applications, including Google Chrome. I created a new user and logged in, opened FF. The settings were applied, but the extensions did NOT work, and even the buttons on the toolbar looked like empty squares. At the same time, the add-ons were present in the list of add-ons in settings, although without icons. It helped to turn off and turn on all the add-ons one by one, manually.

After some research, I realized that FF binds its settings to absolute paths to add-on files (*.xpi), specifically in the $profile/extensions.json and $profile/addonStartup.json.lz4 files. Google Chrome, for example, doesn't do anything simular, like the vast majority of applications. Removing these files from the profile will cause all add-ons to be "reinstalled" on first launch and set to a disabled status.

An easier way to reproduce the problem: 1. Run firefox -profile d:\temp\profile1 2. Install some extensions. 3. Rename profile1 folder to profile2. 4. Run firefox -profile d:\temp\profile2 5. Got it!

For what purposes does firefox bind to absolute add-on paths, and how can this problem be solved? P.S. I know about portable firefox from PortableApps.com, but I don't want to use a third-party loader for my tasks.

Kusonjululiwe Okugcinwe kunqolobane 6 201

Firefox Labs not showing in Settings page

After the 139.0 update, I noticed 'Firefox Labs' is missing on my settings page. I checked the config and saw: browser.preferences.experimental true I have telemetry chec… (funda kabanzi)

After the 139.0 update, I noticed 'Firefox Labs' is missing on my settings page. I checked the config and saw: browser.preferences.experimental true

I have telemetry checked Send technical and interaction data to Mozilla This helps us improve Firefox features, performance, and stability. Learn more

Once in a while the 'Firefox Labs' will appear momentarily then disappear.

Any ideas son why this is happening?

Kusonjululiwe Okugcinwe kunqolobane 2 200

can't add extension icon to toolbar.

Firefox 132.0.1 (64-bit); Fedora-40; Gnome. I just added the "authenticator" extension (https://addons.mozilla.org/en-US/firefox/addon/auth-helper/?utm_source=addons.mozi… (funda kabanzi)

Firefox 132.0.1 (64-bit); Fedora-40; Gnome. I just added the "authenticator" extension (https://addons.mozilla.org/en-US/firefox/addon/auth-helper/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search). I would like its icon to appear in the toolbar, along with those for NoScript, Simple Translate, and others. I tried following the instructions on this page: "https://support.mozilla.org/en-US/kb/extensions-button". But clicking the "gear" icon in the toolbar brings up a list of all installed extensions, and there is no "gear" icon next to any of them.

How do I add the "authenticator" extension's icon to my toolbar where the other extension icons are?

Kusonjululiwe Okugcinwe kunqolobane 2 199

Why the focus on the search bar on the homepage and new tab automatically shifts to URL bar? I hate this. I cannot find any option to change this. Vivaldi gives us an option to decide what we want unlike Firefox.

Why the focus on the search bar on the homepage and new tab automatically shifts to URL bar? I hate this. I cannot find any option to change this. Vivaldi gives us an opt… (funda kabanzi)

Why the focus on the search bar on the homepage and new tab automatically shifts to URL bar? I hate this. I cannot find any option to change this. Vivaldi gives us an option to decide what we want unlike Firefox.

Chrome focuses on the search bar on the new tab regardless, duckduckgo browser does same, edge does same, opera does same, Brave does same and Vivaldi does same but gives us option in the settings as in the image below. But Firefox automatically forces it. Why? Looks so cheap.

How to change this? I dont want this. I cannot see what I am typing when it shifts to smaller bar on the URL bar from the search bar.

And most importantly, I cannot change the new tab or homepage with any other search engine, like Duckduckgo or Ecosia or Brave Search, if I had any search engine addon from addon store. Chrome has no such BS show. If I am using Google, then new tab and homepage is of Google. But if I use any search, I have to suffer with underdeveloped same old FF new tab and homepage. Is this intentional or forced?

Edge is opening randomly, might be going back until this is user controlled.

https://connect.mozilla.org/t5/discussions/why-the-focus-on-the-search-bar-on-the-homepage-and-new-tab/m-p/81117#M31052

Ikhiyiwe Okugcinwe kunqolobane 2 198

Disable updates AND updates pop-up EVERY SECOND OF MY EXISTENCE

Dear Firefox team, I have one question only. ARE YOU FUCKING INSANE? Can you STOP bombarding me with the notifications? This is MY DESKTOP, this is MY PC, I DON'T NEED th… (funda kabanzi)

Dear Firefox team, I have one question only.

ARE YOU FUCKING INSANE? Can you STOP bombarding me with the notifications? This is MY DESKTOP, this is MY PC, I DON'T NEED this shit.


For anyone who would like to help:

No, there's no such option in settings. No, removing updater physically does not stop pop-ups. No, there's nothing in about:config to shut up the updates.


For Firefox team:

No, your updates ruin the browser, more and more, I think I'm about to switch to Pale Moon instead.

Kusonjululiwe Okugcinwe kunqolobane 2 195

configure view ratio for pdf files

Hi there! Is there a way to define the view in which pdf files are opened by default? When I open a pdf file it opens in "Automatic Zoom." Is it possible to set pdf's to … (funda kabanzi)

Hi there!

Is there a way to define the view in which pdf files are opened by default?

When I open a pdf file it opens in "Automatic Zoom." Is it possible to set pdf's to open in "page width" or a different zoom setting?

Kind regards

Kusonjululiwe Okugcinwe kunqolobane 1 194

Shrink vertical space between shortcut icons on new tab page

How to shrink this vertical space? (see attached image) Ever since 131.0.0 my shortcut icons got all messed up so I am trying to restore the original look. I've already r… (funda kabanzi)

How to shrink this vertical space? (see attached image)

Ever since 131.0.0 my shortcut icons got all messed up so I am trying to restore the original look. I've already removed the giant Firefox logo and made my icons larger. Now I need to condense them so I don't have to scroll to see them all.

Here's what I have so far in my userContent.css:

/* Minimize the size of the logo and wordmark on the Home/New Tab pages */ @-moz-document url(about:newtab), url(about:home) {

 .logo {
   background-size: 0px !important;
   height: 0px !important;
   width: 0px !important;
 }
 .wordmark {
   background-size: 0px !important;
   height: 0px !important;
   width: 0px !important;
   margin-inline-start: 0px !important;
 }
 /* Expand the shortcut icon images to max size on the Home/New Tab pages */
 .top-site-outer .tile .icon-wrapper {height:100% !important; width:100% !important;}

}

Kusonjululiwe Okugcinwe kunqolobane 3 193