Zobrazujú sa otázky k téme:
Zobrazenie otázok označených:

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (ďalšie informácie)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

Vyriešené Archivované 14 584

Installation aborted because the add-on appears to be corrupt.

Installation aborted because the add-on appears to be corrupt. OmegaSwitch Hello, I encountered an error when trying to install the extension. I've never encountered an… (ďalšie informácie)

Installation aborted because the add-on appears to be corrupt. OmegaSwitch

Hello, I encountered an error when trying to install the extension. I've never encountered anything like this before

Vyriešené Archivované 10 7751

Firefox install on external drive

Is it possible to install Firefox (or at least the profiles) onto an external SSD (i.e., not the C: drive)? If so, how? Note: this is not about migration/backup/recovery … (ďalšie informácie)

Is it possible to install Firefox (or at least the profiles) onto an external SSD (i.e., not the C: drive)? If so, how?

Note: this is not about migration/backup/recovery of profiles. Nor is it about where files are downloaded by default.

Windows 11 is consuming nearly all of the C: drive. I badly need to get Firefox (and later Thunderbird) onto my E: drive. I further note that the installer gives no options whatsoever as to the destination drive.

Most of the help I've found on the web is clearly outdated.

Thanks. jt

Vyriešené Archivované 7 738

firefox setup 127.0.2.exe offline installer fails with message about "extraction failed" and popup "file is corrupt"

firefox setup 127.0.2.exe offline installer fails with message about "extraction failed" and popup "file is corrupt". Windows explorer shows file properties and a signatu… (ďalšie informácie)

firefox setup 127.0.2.exe offline installer fails with message about "extraction failed" and popup "file is corrupt".

Windows explorer shows file properties and a signature for mozilla.

Is there a way to manually unpack the .exe? Someplace that issues are logged with more data (which file is corrupt?) There is a progress bar that flashes by part way, then a popup window with the file corrupt message.

(Trying to update to hopefully get rid of some crashes.)

Is there a hash for that .exe I could check?

Vyriešené Archivované 5 599

Firefox Update Bars Hotmail

I just installed an update when prompted by Firefox. Now I can't log into Hotmail. FF 129.0.2 x64. The update restarted FF. Everything else seems to work OK. But when I g… (ďalšie informácie)

I just installed an update when prompted by Firefox. Now I can't log into Hotmail.

FF 129.0.2 x64. The update restarted FF. Everything else seems to work OK. But when I go to Hotmail.com, at first it displays my Hotmail inbox - which is odd; all other webpages requiring a login were logged out when I installed the update, requiring me to log in again - but then it switches to an error:

Something went wrong and we can't sign you in right now. Please try again later.

The Microsoft account login server has detected too many repeated authentication attempts. Please wait a moment and try again.

The same Hotmail account is still logged in and functioning on Chrome. This is why I think it's a FF-specific problem.

Vyriešené Archivované 5 433

What is the url for firefox update

I want to create a link in the bookmarks toolbar to easy check and update firefox In chrome I can do that with creating a bookmark to: chrome://settings/help In edge I ca… (ďalšie informácie)

I want to create a link in the bookmarks toolbar to easy check and update firefox In chrome I can do that with creating a bookmark to: chrome://settings/help In edge I can do that with creating a bookmark to: edge://settings/help I have search for, but cannot find the equivalent in firefox

Vyriešené Archivované 5 183

How do you download, install, and run Firefox from Linux command line with Lighweight Ubuntu desktop

Hi all, I have a docker container which is running Ubuntu 20.04 and the lightweight desktop GUI. I need Firefox up and running in order to access the application for whic… (ďalšie informácie)

Hi all, I have a docker container which is running Ubuntu 20.04 and the lightweight desktop GUI. I need Firefox up and running in order to access the application for which was the intended use of this container. However the lightweight desktop apparently doesn't have some of the services running like systemd and snap. There is a binary named "Firefox" already installed at /usr/bin/firefox but I've tried "systemctl start firefox" but that didn't work. Any ideas on how to get Firefox up and running? Thanks Norm

Vyriešené Archivované 4 2339

Themes & extension icons

I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried… (ďalšie informácie)

I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried switching them and they still don't display. The menu bar is black w/white letters; the toolbar is gray with white icons/letters. - My extension icons are there...sort of. If I hover over them I can see the tool tip but the icon doesn't appear on the toolbar which is light gray in color. I can live without the themes if I have to. Not so much the invisible extension icons. Any suggestions as to how I can get them to appear as they do on my Windows 10 desktop? Screen cap below. Cursor is hovered over the Undo Close Tab extension icon but where's the icon? Any suggestions as to how to troubleshoot this will be appreciated!!

Vyriešené Archivované 4 312

Integration of IDM

I'm curious about integrating Internet Download Manager with Firefox. Can you provide a quick guide or steps on how to achieve this seamlessly? Your assistance would be h… (ďalšie informácie)

I'm curious about integrating Internet Download Manager with Firefox. Can you provide a quick guide or steps on how to achieve this seamlessly? Your assistance would be highly valuable. its important to me because i run a small online bussiness of Office Cleaning Solutions and i upload and download vedios from my site. but IDM is not integrated . Please solve my this quary.

Uzamknuté Archivované 3 396

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 an… (ďalšie informácie)

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.

Vyriešené Uzamknuté Archivované 3 1741

Installation issue on Win 10

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation do… (ďalšie informácie)

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation downloads and installs as it should. Firefox has been selected as the default browser and everything appears as it should. When I open Firefox and type in an address, nothing populates. No site will open on the screen. When I open settings in Firefox, nothing opens. When I open history, it shows that I have been to the sites that I have loaded even though they haven't shown on the browser. I have completely uninstalled Firefox and reinstalled it with the same result. I have downloaded Opera browser and it installs correctly, I have downloaded and installed Firefox from Opera and had the same result. Any ideas?

Thanks, John

Vyriešené Archivované 3 211

You never signed me out. I have duplicate tabs everywhere.

I can never sign out of my iphone or import my contacts. You have me down on Three devices Each attributing to iOS,iPhone and Firefox on PC. I recently got rid of my Micr… (ďalšie informácie)

I can never sign out of my iphone or import my contacts. You have me down on Three devices Each attributing to iOS,iPhone and Firefox on PC. I recently got rid of my Microsoft account because I thought its outlook was the source of Confusion. If it’s still alive, get rid of it. When I tried to sign in After I bought a. second pc, You totally confused The former owners. account with mine, Leading to her Canceling Firefox because. we shared passwords for Weeks. I don’t know what’s going on, but I wish someone would pick up a phone over there. I was with y’all for 15 years. Look at the past tense. I got to move on.

Uzamknuté Archivované 3 246

Firefox on a chromebook, tyring to install extensions for dashlane

I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions … (ďalšie informácie)

I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions work with Chrome, but I can't seem to get them to work with Frefox. The Chrome search engines choices are limited; ones that I never use with Firefox. Is there something in the Chromebook environment that limits firefox capabilities? (Am I looking for something that just is not possible?) Is there a work around? (Any Linux tricks?) I also have asked the same question of Dashlane, but have not heard back yet. My imperfect solution is use Chrome when it is a known website, and the password is recorded with Dashlane, and to use Firefox for new searches, where the choice of search engines is better.

Has anyone developed a search engine where there are no "sponsored" results. I understand that it would probably not be free.

Vyriešené Archivované 3 277

Downloading and saving Firefox.

Can I download Firefox and save it to a flash-drive instead of installing it? The computer I need it on has a new install of Windows 7 with IE and it will not browse. … (ďalšie informácie)

Can I download Firefox and save it to a flash-drive instead of installing it? The computer I need it on has a new install of Windows 7 with IE and it will not browse.

Vyriešené Archivované 3 313