Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

downloading and installing firefox

I have tried many times to download and install firefox but when I try to install it, and sait for what seems to be theinstallation process to finish, I keep getting a p… (funda kabanzi)

I have tried many times to download and install firefox but when I try to install it, and sait for what seems to be theinstallation process to finish, I keep getting a page that says invalid URL.

How can I insall the prowser?

Actually, I used to have it on my computer but somehow I cannot find it. [email removed]@aol.com

Asked by fbjon 1 isonto elidlule

Not able to change desktop background photo since today's Firefox update

Hello: When I signed into my computer this morning, a pop-up asked me if I wanted Firefox to update. I let it do that, and then a pop-up came up letting choose among so… (funda kabanzi)

Hello:

When I signed into my computer this morning, a pop-up asked me if I wanted Firefox to update. I let it do that, and then a pop-up came up letting choose among some photos and art for a desktop background. It even let me upload a photo of mine. I chose one of yours, now I can't change to any other photo I have on my computer. Please help.

Thank you,

Cynthia M.

Asked by clmcda63 6 ezinsukwini ezidlule

Last reply by Denys 6 ezinsukwini ezidlule

  • Kusonjululiwe

how to save telephone permissions for G Voice page https://voice.google.com/u/0/calls

W 11 May, 2025 update really made my computer unable to go online in any way and I had to restore. But FFox updates to have made it impossible to communicate. My phone ha… (funda kabanzi)

W 11 May, 2025 update really made my computer unable to go online in any way and I had to restore. But FFox updates to have made it impossible to communicate. My phone has trouble s too. So, how do we make stick telephone permissions for, say: G Voice page https://voice.google.com/u/0/calls now? Thank you

Asked by WDHC 2 emasontweni adlule

Answered by WDHC 2 emasontweni adlule

Problems stemming from firefox update

When I updated my Firefox app, I was asked for an email address, which I supplied. This address was rejected. I used another email address, but one which I seldom used in… (funda kabanzi)

When I updated my Firefox app, I was asked for an email address, which I supplied. This address was rejected. I used another email address, but one which I seldom used in firefox, and it was accepted. Now I see that I have two accounts, one under each address, and all my bookmarks and passwords seem to be associated with the rejected email address. There seems to be no clear way to move access them in the new installation,

Asked by RHE709 3 emasontweni adlule

Install LabStats Extension using GPO

I have received the .xpi file from LabStats and verified that the Firefox ADMX Templates are on the DC. I'm having trouble getting this to work though. Can I have someone… (funda kabanzi)

I have received the .xpi file from LabStats and verified that the Firefox ADMX Templates are on the DC. I'm having trouble getting this to work though. Can I have someone look over the settings in case I missed something obvious? The GPO is enabled and set to a test group of PCs. I have ran GPupdate /Force each time I make a change and then checked about:policies & about:addons and never see LabStats show up. Thanks,

Asked by Steve's Firefox 2 izinyanga ezidlule

Installing Firefox ESR in Enterprise Enviroments

Hello everyone, We have been using Mozilla Firefox ESR (32-bit) in the organization for several years. For installation on our clients, we use "Matrix42 Empirum" as the … (funda kabanzi)

Hello everyone,

We have been using Mozilla Firefox ESR (32-bit) in the organization for several years. For installation on our clients, we use "Matrix42 Empirum" as the software distribution tool. All it does is install the MSI of Firefox.

However, for quite some time now (almost 2 years), we have been facing an issue where some installations are marked as successful (Error code 0), but once the MSI installer is automatically closed, files like "firefox.exe" disappear from the installation directory – despite the installation being marked as successful.

The problem doesn’t always occur, but a repair attempt usually resolves the issue.

In addition to Empirum, we also use Defender for Endpoint, but we couldn’t find any clues there.

Is this problem known, or are we the only ones experiencing it?

Asked by WilliCat 3 izinyanga ezidlule

Last reply by Mike Kaply 2 izinyanga ezidlule

Firefox Updates when the user never logs in to PC

When a user logs onto the PC, FF creates the Task scheduler folder but not the task inside. This only get created once the user opens FF for the first time. So as an ad… (funda kabanzi)

When a user logs onto the PC, FF creates the Task scheduler folder but not the task inside. This only get created once the user opens FF for the first time.

So as an admin how would I manage the updates for FF when the user never opens Firefox?

Asked by harry.coetzee 2 izinyanga ezidlule

Last reply by Mike Kaply 2 izinyanga ezidlule

unable to export from windows

I am unable to export from tbird windows to Android. When I click on the first qr code and then done phone goes back to the import page. This has been for quite awhile. … (funda kabanzi)

I am unable to export from tbird windows to Android. When I click on the first qr code and then done phone goes back to the import page. This has been for quite awhile. I have 9 accounts to export and get 3 qr codes on pc.

What do I?

Same on w10 or w11.

Asked by Leon Zetekoff 5 izinyanga ezidlule

Last reply by Leon Zetekoff 5 izinyanga ezidlule

  • Okugcinwe kunqolobane

userChrome.css for Title Bar Broken by Latest Update

A friendly hello to whomever is kind enough to read this! Your help is greatly appreciated! The latest update caused an edit I made to my Profile's userChrome.css file t… (funda kabanzi)

A friendly hello to whomever is kind enough to read this! Your help is greatly appreciated!

The latest update caused an edit I made to my Profile's userChrome.css file to be nullified. Now there's huge bar where the tabs toolbar used to be, and apparently it's not the title bar, as when I activate the title bar in "Customize Toolbar," this huge gets replaced by the actual toolbar.

I've attached my css code below for inspection. It used to work perfectly, but after the last update (133.0) it's no longer working. What can I do to fix this and have it like I had it prior to the latest update (133.0)?

userChrome.css File: `#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {

 opacity: 0;
 pointer-events: none;

}

  1. main-window:not([tabsintitlebar="true"]) #TabsToolbar {
   visibility: collapse !important;

}

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

/* Adding empty space for buttons */

  1. nav-bar {

margin-right:140px; }

/* 15px for dragging whole window by mouse*/

  1. titlebar {

appearance: none !important; height: 15px; }

/* Fix for main menu calling by Alt button */

  1. titlebar > #toolbar-menubar {

margin-top: 10px; }

/* Move minimize/restore/close buttons to empty space */

  1. TabsToolbar > .titlebar-buttonbox-container {

display: block; position: absolute; top: 17px; right: 1px; }

  1. sidebar-box {
 min-width: 250px !important;

}`

Asked by SynTriarch 6 izinyanga ezidlule

Last reply by cor-el 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Want the export tool for thunderbird for Android, but having trouble updating to desktop v128.4.x from v115 msix (win11)

Hello, I've got the french version of Thunderbird on my laptop. I want to have it now on my smartphone Android. But impossible to find the function "move to mobile" in th… (funda kabanzi)

Hello, I've got the french version of Thunderbird on my laptop. I want to have it now on my smartphone Android. But impossible to find the function "move to mobile" in the parameterss... Please help me !

Asked by Marc Pahud 7 izinyanga ezidlule

Last reply by Wayne Mery 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Firefox ESR Update

We use Firefox ESR in our environment today, Is it possible to have a policy that would display "update required" message to end-users, or have it automatically update wi… (funda kabanzi)

We use Firefox ESR in our environment today, Is it possible to have a policy that would display "update required" message to end-users, or have it automatically update without users opening the browsers.

Asked by Ayodeji David 6 izinyanga ezidlule

Last reply by Mike Kaply 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Cannot access my bank account

Firefox cannot access my bank account. Bank says hello to my name when I log in, but then keeps saying "loading" and can never show me what is in my bank accounts. Why?… (funda kabanzi)

Firefox cannot access my bank account. Bank says hello to my name when I log in, but then keeps saying "loading" and can never show me what is in my bank accounts. Why?

Asked by dwcas 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Error message when opening Firefox

After a windows update I get the following message when I try to open Firefox: The procedure entry point ?ToLogLevel@mozilla@@VA?AW4LogLevel@1@H@Z could not be locat… (funda kabanzi)

After a windows update I get the following message when I try to open Firefox: The procedure entry point ?ToLogLevel@mozilla@@VA?AW4LogLevel@1@H@Z could not be located in the dynamic link library C:ProgramFiles\Mozilla Firefox\xul.dll Then I get Couldn't load XPCOM

I tried uninstalling firefox but it just hung. I restored it to before the windows update but still got the same message

Asked by SueJohnson 8 izinyanga ezidlule

Answered by NoahSUMO 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Latest Developers edition missing new tab and reload icons

I'm using Firefox Developer Edition 132.0b2 (64-bit) and noticed that the only way to open a new tab is to click on the pancake icon and select new tab. The "+" icon in t… (funda kabanzi)

I'm using Firefox Developer Edition 132.0b2 (64-bit) and noticed that the only way to open a new tab is to click on the pancake icon and select new tab. The "+" icon in the tab bar is missing.

I also noticed that there is no way to reload the page (especially doing a hard reload). This is a major issue when making updates to websites and wanting to see those edit. Clicking in the address bar and then on enter will reload the page, but does not do a hard reload, so the cached version of the page is displayed, not the updates.

Asked by scott224 8 izinyanga ezidlule

Last reply by cor-el 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Conflict between Firefox and Thunderbird

Each time I open Thunderbird, Firefox randomly switches to another window. When I set Firefox back to the proper window, Thunderbird closes. Using Windows 11, Firefox 13… (funda kabanzi)

Each time I open Thunderbird, Firefox randomly switches to another window. When I set Firefox back to the proper window, Thunderbird closes.

Using Windows 11, Firefox 130.0.1 and Thunderbird 128.2.3esr.

I suspect the problem is with the latest release of Thunderbird. I want to install the older Thunderbird 115.10.1, but I did not find an easy way to do that.

Asked by ChrisVS 8 izinyanga ezidlule

Last reply by jonzn4SUSE 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Changing Firefox ESR 115.15 to 128.2

I've noticed that after a few months Firefox ESR will go from being one specific version to two different version tracks. Eventually the older track is removed and the ne… (funda kabanzi)

I've noticed that after a few months Firefox ESR will go from being one specific version to two different version tracks. Eventually the older track is removed and the newer one is continued until it then splits. Can someone tell me why this happens and is there an easy way to swap over to the current track? I've included an attachment of what i'm talking about.

Asked by thomas.williams1156 9 izinyanga ezidlule

Last reply by thomas.williams1156 9 izinyanga ezidlule

  • Okugcinwe kunqolobane

New tab opens, cursor goes to bottom of page

For a few days now whenever a new tab opens, either by clicking a link in search results or by clicking a link in an email, the cursor jumps to the bottom of the page and… (funda kabanzi)

For a few days now whenever a new tab opens, either by clicking a link in search results or by clicking a link in an email, the cursor jumps to the bottom of the page and I have to scroll to the top of the page. I'm just getting started with Windows 11 on a new computer. What happened to cause this?

Asked by John Martin 10 izinyanga ezidlule

Last reply by John Martin 9 izinyanga ezidlule