• Rezolvată

32-bit vs 64-bit on Windows 11 22H2?

Hi there. This is my first post so bare with me.  :-) We are deploying the 32-bit version of the Firefox Browser to 4 700 clients and the 64-bit version to only 8… (citește mai mult)

Hi there.

This is my first post so bare with me.  :-)

We are deploying the 32-bit version of the Firefox Browser to 4 700 clients and the 64-bit version to only 8 clients; all clients on a 64-bit Windows 10 environment. We will migrate to Windows 11 22H2 this year. The manager for the 8 clients says he wants the 64-bits version just because it's...64-bits. No other reason.

I've read that the 64-bit version can not handle Java, Media Players like VLC and mayby some other plugins. Is that still so?

What is the main reason TODAY for using 64-bit Firefox Browser instead of 32-bit, except for the use of 4 GB+ RAM?

Regards. Anders, Göteborgs Stad, Sweden

Asked by software.maintenance acum 3 zile

Answered by James acum 3 zile

  • Rezolvată

Can't install Firefox snap

I'm following a tutorial to install cinnamon desktop which includes Firefox snap on my Ubuntu LXD container, but the installation with snap fails. Does anyone know why it… (citește mai mult)

I'm following a tutorial to install cinnamon desktop which includes Firefox snap on my Ubuntu LXD container, but the installation with snap fails. Does anyone know why it happens and how to fix it?

Preparing to unpack .../firefox_1%3a1snap1-0ubuntu2_amd64.deb ... => Installing the firefox snap ==> Checking connectivity with the snap store ==> Installing the firefox snap error: cannot perform the following tasks: - Setup snap "firefox" (2487) security profiles (cannot setup udev for snap "firefox": cannot reload udev rules: exit status 1 udev output: Failed to send reload request: No such file or directory ) - Setup snap "firefox" (2487) security profiles (cannot reload udev rules: exit status 1 udev output: Failed to send reload request: No such file or directory ) - Setup snap "firefox" (2487) security profiles for auto-connections (cannot reload udev rules: exit status 1 udev output: Failed to send reload request: No such file or directory ) dpkg: error processing archive /var/cache/apt/archives/firefox_1%3a1snap1-0ubuntu2_amd64.deb (--unpack):

new firefox package pre-installation script subprocess returned error exit status 1

Errors were encountered while processing:

/var/cache/apt/archives/firefox_1%3a1snap1-0ubuntu2_amd64.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

Asked by Hey232 acum 6 zile

Answered by Hey232 acum 6 zile

  • Rezolvată

In Linux Mint, FIrefox works without installing it

Hi. I was suddenly having unexpected problems to log in in a site (https://www.lanacion.com.ar/). So I updated FF but the problem persists. Then, I uninstalled FF, downlo… (citește mai mult)

Hi. I was suddenly having unexpected problems to log in in a site (https://www.lanacion.com.ar/). So I updated FF but the problem persists. Then, I uninstalled FF, downloaded it again from the repository and installed again, but the problem persists. Then, I downloaded directly rom the Mozilla site, expand it in the desktop and double click the program icon. The program opened and I was able to log into the site I was trying to. Interesting enough, the browser opens a lot faster than when installed. My question is: everywhere on the web the response is "you have to install the program" or "the program is already installed in your distro", which is true in my case, but one day stopped to work properly. BUT I'm not installing it, and it works apparently well... ¿how can it be? Thanks in advance for your reply. -Enrique.

Asked by gomezyafal acum 1 săptămână

Answered by James acum 1 săptămână

  • Blocat

Firefox = Wikipedia

duplicate of /questions/1409084 thread WHY is it that every time I try to search for something in Firefox it takes me to Wikipedia? I cannot use Firefox any longer for … (citește mai mult)

duplicate of /questions/1409084 thread

WHY is it that every time I try to search for something in Firefox it takes me to Wikipedia? I cannot use Firefox any longer for searches. Everything I try to do ends up as a Wikipedia issue. I cannot escape it, I can't delete it, I can't do anything with Firefox any longer.

Asked by Nancy Gresham acum 1 săptămână

  • Rezolvată

I cannot unpin Firefox from the taskbar

How do I uninstall the Firefox icon from the taskbar? The standard article on the Firefox Support website is `How to pin and unpin Firefox from the taskbar on Windows 1… (citește mai mult)

How do I uninstall the Firefox icon from the taskbar? The standard article on the Firefox Support website is `How to pin and unpin Firefox from the taskbar on Windows 10 and Windows 11', but it seems to be out of date. It says to right-click on the icon and click on `Unpin from taskbar', but there is no such item in the right-click menu any more.

I know that it became difficult to unpin the Firefox icon about a year ago. I got a new PC recently and installed Firefox, but I could not remove the icon. Then realised that I should have done this during installation, by using 'Custom installation' and unticking the 'Icon on taskbar' option. I searched the web for clues and found none, so I uninstalled and reinstalled, which was a nuisance.

Some months later, I have just installed the new version 110.0.1, but I forgot to use 'Custom install', with the result that the icon is back on the taskbar. Again I have searched the web, and again no success. I tried reinstalling V110.0.1 on top, using 'custom install' this time --- I could switch off the 'Icon on taskbar', but the icon is still there.

I don't want to uninstall-reinstall this time because I have now configured Firefox as I want it, so that would waste a lot of time --- and I will probably forget again sometime in the future.

I am sure that Firefox has not done this deliberately, because they are always so much on the user's side.

QUESTION: How do I unpin the Firefox icon from the taskbar without uninstalling? I have an idea that there is a registry hack that will achieve this.

Asked by bill292 acum 1 săptămână

Answered by TechHorse acum 1 săptămână

  • Rezolvată

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (citește mai mult)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Asked by goriest-02-stacker acum 1 săptămână

Answered by goriest-02-stacker acum 1 săptămână

  • Rezolvată

I installed Firefox on Windows 10, and when Firefox is running, the taskbar is blank with no icons.

I installed Firefox on Windows 10, and when Firefox is running, the taskbar is blank with no icons. I just installed Firefox, logged into my Firefox account, and did noth… (citește mai mult)

I installed Firefox on Windows 10, and when Firefox is running, the taskbar is blank with no icons. I just installed Firefox, logged into my Firefox account, and did nothing else.

System:Windows 10 家庭中文版 Windows Version:22H2 OS Build:19045.2673 Feature:Windows Feature Experience Pack 120.2212.4190.0

Asked by Mason Liu acum 2 săptămâni

Answered by Mason Liu acum 2 săptămâni

  • Rezolvată

Google Drive Apps require dowloading of PDF instead of printing

When I do the keybind (Control + P) or press the print icon in google apps (google docs, drawings, etc) it automatically downloads a pdf instead of opening the print menu… (citește mai mult)

When I do the keybind (Control + P) or press the print icon in google apps (google docs, drawings, etc) it automatically downloads a pdf instead of opening the print menu. Chosen solution

Printing on any other site pops up with the printing options. Only on google apps does this happen, including gmail.

This problem is non-existent on Google Chrome and Edge. It does persist on Brave although. Haven't tested any other browsers.

Asked by monkeydoggtd acum 3 săptămâni

Answered by monkeydoggtd acum 3 săptămâni

  • Rezolvată

How to install Firefox Dev Edition without overriding existing vanilla Firefox installation?

Hi! I have latest version of Firefox installed on my PC. But sometimes I am programming for web. So I would like to have Firefox Developer Edition as well. But I don't wa… (citește mai mult)

Hi! I have latest version of Firefox installed on my PC. But sometimes I am programming for web. So I would like to have Firefox Developer Edition as well. But I don't want them both at the same time - one for my usual web surfing and another one for web programming using leading (or even bleeding) edge features.

How do I install and use them separately? I tried running Firefox Dev Edition installer, but it does not ask questions like where to install and which Firefox profile to use.

Asked by glebminaev02 acum 3 săptămâni

Answered by techguy150 acum 3 săptămâni

  • Rezolvată

Firefox saves files that I only wanted to open

Firefox saves files that I only wanted to open with another application. I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I ch… (citește mai mult)

Firefox saves files that I only wanted to open with another application.

I checked the previous solutions in the forum, but they did not work for me. (Windows 11) I changed in system> general > download , applications > the app to open that file type and it works, but besides this Firefox keeps saving the files in the default download folder.

I tried also about:config browser.download.improvements_to_download_panel to false. browser.download.start_downloads_in_tmp_dir change to true No change - still saving copies.

Asked by gsm600 acum 1 lună

Answered by cor-el acum 1 lună

  • Rezolvată

How can I revert to a prior version of Fire

I am very unhappy after 2 weeks using the current version of Firefox 109.0.1.8427 on Win 10. Most of my prior add-ons are gone or do not work, even though Firefox shows … (citește mai mult)

I am very unhappy after 2 weeks using the current version of Firefox 109.0.1.8427 on Win 10. Most of my prior add-ons are gone or do not work, even though Firefox shows them as installed.

I can't live with this version; most of my prior add-ons are not accessible (no symbols to click on even though Firefox says they are installed). The others are missing or require me to access the application menu plus several more clicks, instead of single-clicking an icon on the Firefox header.

How can I get back to the prior version (without having to determine and save/restore everything else that changed in my Win 10 sysres since the current Firefox was installed)?

Asked by car-nuts acum 1 lună

Answered by car-nuts acum 1 lună

  • Rezolvată

108.0.2 (64-bit) to 109.01

I recently upgraded from 108.0.2 (64-bit) to 109.01 but it slowed my PC down to the point of uselessness. Nothing else changed application or OS-wise. PC, OS and all Apps… (citește mai mult)

I recently upgraded from 108.0.2 (64-bit) to 109.01 but it slowed my PC down to the point of uselessness. Nothing else changed application or OS-wise. PC, OS and all Apps are current & up to date. Defrag, Cache Clear a& all similar utilities run on scheduled basis prior to upgrade and everything A-OK.

Is this a Known Issue? If so, is there a fix coming

Asked by abroadwarriorc acum 1 lună

Answered by jonzn4SUSE acum 1 lună

  • Rezolvată

Firefox unbranded builds

Dear community, As I use a few self-made unsigned add-ons, for several years now I have been using the Firefox unbranded builds on Linux with great joy. In the past thes… (citește mai mult)

Dear community,

As I use a few self-made unsigned add-ons, for several years now I have been using the Firefox unbranded builds on Linux with great joy. In the past these became available for download shortly after a regular Firefox was released. Lately though things have changed. The current latest release for unbranded is stalling at version 107. So it's getting further and further away from the official Firefox, which is at 109 at the time of writing.

Obviously I'm concerned my unbranded Firefox is not getting the same security updates any longer. I do realize there's alternatives for supporting unsigned add-ons. Running a Firefox nightly or developer-edition is something I'd want to avoid, so for me these aren't real alternatives. I've also tried tracking unbranded info on bugzilla.mozilla.org, but couldn't find anything relating to this 'lag'.

Where can I find more info on this topic? Are these unbranded builds being discontinuated?

Thanks for reading, keep well!

Asked by glitsj16 acum 1 lună

Answered by cor-el acum 1 lună

  • Rezolvată

Downloads auto-save when I don't want them to

Every time I come across a file and click the link to either open or save the file, Firefox just downloads the file -- THEN it asks me if I want to open it or save it..? … (citește mai mult)

Every time I come across a file and click the link to either open or save the file, Firefox just downloads the file -- THEN it asks me if I want to open it or save it..? It's bugged and an obscene security threat if the browser is so easily willing to download files against my intention.

Before I'm asked, I have gone through the settings multiple times to ensure 'Always ask you where to save files' and 'Ask whether to open or save files" are checked. Behavior does not change according to settings.

Example 1. Click link for a PDF with the intention to open, read, and forget 2. Firefox automatically downloads the file to my download folder 3. Firefox prompts me if I want to save the file or open it

If I click 'open', the file stays in the saved location even though I don't want it to exist.

Asked by A name acum 1 lună

Answered by jscher2000 - Support Volunteer acum 1 lună

  • Rezolvată

? opened site/s bar

is it possible to make this opened site/s bar smaller,less wilde ,see my screenshot, this one by : nieuw tabblad like using fonts in about:config. the internet b… (citește mai mult)

is it possible to make this opened site/s bar smaller,less wilde ,see my screenshot, this one by : nieuw tabblad like using fonts in about:config. the internet bar i find ok.

Asked by Slawomir Dzwonek acum 2 luni

Answered by TyDraniu acum 2 luni

  • Rezolvată

Used Firefox for years, suddenly it does not work, and new version will not install

Firefox stopped openng, tried to reinstall, no response (see the screenshot) I also use Tor Browser (never any problems) and Chrome (when absolutely necessary, like when … (citește mai mult)

Firefox stopped openng, tried to reinstall, no response (see the screenshot) I also use Tor Browser (never any problems) and Chrome (when absolutely necessary, like when Firefox failed to connect to an external email server and for sending queries like this one because Firefox does not work and will not reinstall. )

Asked by bob-hudson acum 2 luni

Answered by bob-hudson acum 2 luni

  • Blocat

Unable to install firefox latest

Hello, I have downloaded Firefox installer but I couldn't install it. It's giving issue that you need to start over but when i start over again it gives the same issue. I… (citește mai mult)

Hello, I have downloaded Firefox installer but I couldn't install it. It's giving issue that you need to start over but when i start over again it gives the same issue. I have some pending work to do on my blog so I nee to install it ASAP. How can i fix it? Please help me. Thanks

Asked by zwigzsq038 acum 2 luni

Last reply by Paul acum 2 luni

  • Blocat

Firefox 109 is a DISASTER!!!

Locking this thread.Please continue here: [/questions/1403460] I just updated Firefox to version 109. Every single thing that I liked about Firefox is now GONE. Options… (citește mai mult)

Locking this thread.
Please continue here: [/questions/1403460]
I just updated Firefox to version 109. Every single thing that I liked about Firefox is now GONE. Options are GONE. Customizing the toolbar - GONE. Adding toolbars - GONE!!! It lost my open tabs. It won't show the LastPass icon in the toolbar like it used to, so I have to hunt for it now. All my toolbar settings - GONE!

Mozilla - you really should WARN people BEFORE they update that the update is a major overhaul. Why would you just make yourself another Chrome? If I wanted to use Chrome, I would (and I probably will now), but I prefer Firefox - at least I DID prefer Firefox before this update. I do not understand why you completely RUINED Firefox! This update is horrible and I have now lost a full day at work trying to FIX this clusterf**k of a browser mess that you have made for me! For the life of me I do not understand why you took away the ability for the user to make Firefox more user-friendly. Before, I could choose to customize if I wanted to, or not to customize. Now I have no choice and am stuck with the way YOU want it. Well, I don't like the way you want it! I liked it the way I had it customized! I am so stinking furious with you right now! I will be reverting to the prior version and will then search for a new browser. I am really sick of companies taking away things that make their products better. Congratulations, Firefox - you are now Chrome's Clone.

Asked by ElegalEyes acum 2 luni