Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst

Update 108 -> 109, wont work

Hi, TL:DR, Firefox 108 refuses to update to Version 109. Firefox refused to update to 109, repeatedly said 108 was the latest version. I was sick of websites breaking s… (Lesen Sie mehr)

Hi,

TL:DR, Firefox 108 refuses to update to Version 109.

Firefox refused to update to 109, repeatedly said 108 was the latest version. I was sick of websites breaking so I decided to reinstall Firefox, and the website worked perfectly fine on the reinstalled one, since that app is on 109.

Unfortunately, it caused a whole host of problems since I have two Firefoxes on my laptop. When I finally got rid of the older Firefox, it worked fine…

…until I restarted my laptop. Upon launching Firefox, it crashed my laptop and when it rebooted, the Firefox reverted back to version 108 with 109 nowhere to be found.

How can I get Update 109 on my laptop? Thanks in advance.

Gefragt von Raeoniel vor 5 Monaten

Beantwortet von cor-el vor 5 Monaten

  • Gelöst

Firefox direct download Link

Hi If I click my way through https://www.mozilla.org/de/firefox/all/#product-desktop-release I get a different Link everytime. So as someon who wants to distribute Firef… (Lesen Sie mehr)

Hi

If I click my way through https://www.mozilla.org/de/firefox/all/#product-desktop-release I get a different Link everytime. So as someon who wants to distribute Firefox on different PC's , I want to know: Are there any direct download links for the latest version? The best would be some links like Webex has for distribution (e.g. https://mozilla.org/firefox/windows/FirefoxInstaller.exe)

Thanks in advance Robin

Gefragt von robingebert99 vor 5 Monaten

Beantwortet von TyDraniu vor 5 Monaten

  • Gelöst

directory structure has changed upgrading from 106.0.5 to 108.0 linux

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable. -rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-… (Lesen Sie mehr)

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable.

-rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-108.0.tar.bz2

tar xjvf firefox-108.0.tar.bz2

mv firefox firefox-108.0

  • -rwxr-xr-x 1 14416 2022-04-28 13:54 firefox-100.0/firefox
  • -rwxr-xr-x 1 14416 2022-08-08 07:34 firefox-103.0.2/firefox
  • -rwxr-xr-x 1 14416 2022-11-04 08:00 firefox-106.0.5/firefox
  • drwxr-xr-x 7 4096 2022-12-15 08:47 firefox-108.0/firefox

Gefragt von Kelt3243 vor 5 Monaten

Beantwortet von Kelt3243 vor 5 Monaten

  • Gelöst
  • Archiviert

OpenH264 fails to install with HTTPS-Only mode enabled

"OpenH264 Video Codec provided by Cisco Systems, Inc." plugin will sit in the "will be installed shortly" status forever if you have HTTPS-Only mode enabled. I have been … (Lesen Sie mehr)

"OpenH264 Video Codec provided by Cisco Systems, Inc." plugin will sit in the "will be installed shortly" status forever if you have HTTPS-Only mode enabled. I have been pulling my hair out for the last few days trying to figure out why I couldn't play YouTube or many other sites videos.

Turns out the site that the library is downloaded from has a bad certificate installed: https://ciscobinary.openh264.org/libopenh264-2.3.0-linux64.6.so.bz2

``` Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for ciscobinary.openh264.org. The certificate is only valid for the following names: a248.e.akamai.net, *.akamaihd-staging.net, *.akamaihd.net, *.akamaized-staging.net, *.akamaized.net

Error code: SSL_ERROR_BAD_CERT_DOMAIN ```

OS: Fedora 36 Firefox Version: 104.0 (64-bit)

Gefragt von Nickolas Gupton vor 9 Monaten

Beantwortet von Nickolas Gupton vor 9 Monaten

  • Gelöst
  • Archiviert

Can't adjust or dismiss sidebar -

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website. After the… (Lesen Sie mehr)

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website.

After the most recent firefox update 107.0 (20221110173214) there is now a large bar that i can't remove!

I have a CSS file for appearance, which i have included below.

any idea how to shrink this dead zone? I would really like to keep using my fun tabs.

****
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  opacity: 0;
  pointer-events: none;
}


#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
    visibility: collapse !important;
}
 
#nav-bar {
    margin-right:140px;
}
 
/* Some space on top to allow window dragging */
#titlebar {
    appearance: none !important;
    height: 20px;
}
 
/* Fix for main menu calling by Alt button */
#titlebar > #toolbar-menubar {
    margin-top: 10px;
}
 
.titlebar-buttonbox-container {
  display: block;
  height: 35px;
  margin-top: 0px;
}

:root {
  --sidebar-min-width: 50px;
  --sidebar-visible-width: 160px;
}

#sidebar-header {
  overflow: hidden !important;
}

#sidebar-box #sidebar-header {
  display: none !important;
}

#sidebar,
#sidebar-header {
  min-width: var(--sidebar-min-width) !important;
  max-width: var(--sidebar-min-width) !important;
  transition: .1s ease .05s;
  z-index:1;
}
.titlebar-buttonbox-container .titlebar-button {
  display: block;
  height: 45px;
}

#sidebar-box:hover :-moz-any(#sidebar,#sidebar-header) {
  background-color: var(--toolbar-bgcolor) !important;
  min-width: var(--sidebar-visible-width) !important;
  max-width: var(--sidebar-visible-width) !important;
  margin-right: calc((var(--sidebar-visible-width) - var(--sidebar-min-width)) * -1) !important;
  z-index:1;
  position: relative !important;
  transition: .1s ease .05s;
}

Gefragt von warmbloodedreptile vor 6 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 6 Monaten

  • Gelöst
  • Archiviert

Profile cannot be loaded - Tried all advice I can find already

Windows 10 - 22 H2 - All updates applied AMD Ryzen 7950x + DDR5 64GB RAM + 3090 RTX GPU + Plenty of Disk Space Firefox Hi, To get myself off MS Edge (as its Chromium … (Lesen Sie mehr)

Windows 10 - 22 H2 - All updates applied AMD Ryzen 7950x + DDR5 64GB RAM + 3090 RTX GPU + Plenty of Disk Space Firefox

Hi,

To get myself off MS Edge (as its Chromium based), I've come back to FF. But after I tried installing firefox standard and even the Extended Support Release I can not run it for the first time - I get this error

Your Firefox profile cannot be loaded. It may be missing or inaccessible.

I've followed the advice in the help pages, but it hasnt fixed the issue

https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles#w_start-the-profile-manager-when-firefox-is-closed

The same happens when I run

firefox -p

The firefox App Data folder contains no profile file at all....

C:\Users\marcu\AppData\Roaming\Mozilla\Firefox

Just

2022-11-14 12:49 PM <DIR> Crash Reports 2022-11-14 12:46 PM <DIR> Pending Pings

Inside crash reports is an empty events folder, and two crash report instance files (once for each attempt to start up FF) For example

InstallTime20221104133228

The above crash file conatins

1668458789

I've tried uininstalling and wiping all files, and I wanted to try an old versions BUT the link on the page is dead

https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ - Gives me 404

Do I have some service not running that this relies on ?

Gefragt von marcusobrien vor 6 Monaten

Beantwortet von marcusobrien vor 6 Monaten

  • Gelöst
  • Archiviert

Backup & restore information in Firefox profiles

Hi there! I'm attempting to migrate my Firefox (106.0.3) profile from the Linux Mint V20.3 on one SSD to a new installation of Linux Mint V21 on a separate SSD. I'm usi… (Lesen Sie mehr)

Hi there!

I'm attempting to migrate my Firefox (106.0.3) profile from the Linux Mint V20.3 on one SSD to a new installation of Linux Mint V21 on a separate SSD. I'm using the information supplied on this page:

https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

Step 4, under Backing up your profile says: Right-click on your profile folder (e.g. xxxxxxxx.default), and select Copy.

This folder, qspfoqtl.default, contains 1 file, named times.json, the contents of which are:

{ "created": 1618792039414, "firstUse": null }

Clearly, not my Firefox profile.

There is, however, a folder named nnob5aww.default-release that contains a bunch of directories and files (505.4MB) with names like bookmarkbackups, browser-extension-data... storage, weave.

Is this documentation incorrect as of this release of Firefox? And, should I be using the nnob5aww.default-release folder as the profile? I'm a little confused. (Most often, I'm a lot confused.) Any help would be appreciated.

Thanks in advance,

- Ralph

Gefragt von Mandelbrot1 vor 6 Monaten

Beantwortet von Mandelbrot1 vor 6 Monaten

  • Gelöst
  • Archiviert

Escape developer's version in favor of stable without losing profiles

Hello. I use developer's version of ff for a few weeks (currently on 107.0b2). I recently decided to switch back to stable version 106. However, when I run it it says ``… (Lesen Sie mehr)

Hello. I use developer's version of ff for a few weeks (currently on 107.0b2). I recently decided to switch back to stable version 106. However, when I run it it says

``` Using an older version of Firefox can corrupt bookmarks and browsing history already saved to an existing Firefox profile. To protect your information, create a new profile for this installation of Firefox. ```

So, how do I move from developer's version back to stable without losing anything?

(OS: debian 11, if it matters)

Gefragt von WhiteBlackGoose vor 7 Monaten

Beantwortet von WhiteBlackGoose vor 6 Monaten

  • Gelöst
  • Archiviert

Firefox cannot download .msi files as binaries to Downloads folder

Hi. I'm trying to download an installer .msi file from a valid link. If I do this in Chrome it simply pops it into the Downloads folder as it should. In Firefox, it do… (Lesen Sie mehr)

Hi. I'm trying to download an installer .msi file from a valid link. If I do this in Chrome it simply pops it into the Downloads folder as it should. In Firefox, it downloads and then displays as a text page of garbage. It seems the file is wrongly defined as text/plain on the server rather than as a binary.

However, I've looked into my Firefox settings to see if I can define the handling behaviour of that file type. I can't! Amazingly to me, the .msi file type can not be added to the list manually. There is no "Add File Type" functionality in there. It seems as though I have to handle the file in Firefox for it to see that that type exists and then it will let me add it to the Downloads/Applications area of settings.

I can right click on the link and choose Save File As which gets round it, but then I still cannot see the .msi file type to add it to the Applications list. Can anyone tell me what I am missing here?

Gefragt von Bordonbert vor 7 Monaten

Beantwortet von TyDraniu vor 7 Monaten

  • Gelöst
  • Archiviert

installation of Firefox is incompleet, Firefox starts but nothing functions, no sites, no settings

I try to install Firefox on a HP Z1 G8 desktop under Windows 11 Pro. The first time I get a warning that a .dll is not available or so (I dont know what this warning is p… (Lesen Sie mehr)

I try to install Firefox on a HP Z1 G8 desktop under Windows 11 Pro. The first time I get a warning that a .dll is not available or so (I dont know what this warning is precisely, becaus it pops up for 2 seconds only ) , and firefox is not well installed, reinstalling goes without warning, but still Firefox starts and then stay dead, no sites, no settings. I know the security in this computer is very thight, but other apps install without problem and functions.

Why Firefox cant be installed where other apps can ??????

who has experienced this also and has a clou ?? thanks Ferdinand

Gefragt von dieten vor 7 Monaten

Beantwortet von dieten vor 7 Monaten

  • Gelöst
  • Archiviert

getting old versions

Where can I get Firefox 52.9.0? There was a list of old versions here but now I can't find it. I found https://download2.portableapps.com/portableapps/FirefoxPortableLeg… (Lesen Sie mehr)

Where can I get Firefox 52.9.0? There was a list of old versions here but now I can't find it. I found https://download2.portableapps.com/portableapps/FirefoxPortableLegacy52/FirefoxPortableLegacy52_52.9.0_English.paf.exe I really did not want the portable version but avast considers it a threat so it may not be genuine.

Gefragt von robey vor 7 Monaten

Beantwortet von James vor 7 Monaten

  • Gelöst
  • Archiviert

disappearing add-ons

i use the same add-ons on my desktop and laptop. i open my laptop and click on synchronize and later i open my desktop. two of these add-ons on the desktop have disappea… (Lesen Sie mehr)

i use the same add-ons on my desktop and laptop. i open my laptop and click on synchronize and later i open my desktop. two of these add-ons on the desktop have disappeared! this is not the first time. what can do i, how can install it to prevent it does not happen again?

Gefragt von Slawomir Dzwonek vor 7 Monaten

Beantwortet von cor-el vor 7 Monaten

  • Gelöst
  • Archiviert

Profile Missing or Inaccessible

I use both firefox and firefox dev edition. Deleted the dev edition and reinstalled the latest one, now i'm getting the error below on attachment. I did not just uninstal… (Lesen Sie mehr)

I use both firefox and firefox dev edition. Deleted the dev edition and reinstalled the latest one, now i'm getting the error below on attachment. I did not just uninstall the dev edition but i manually cleaned the directorys: C:\Program Files\Mozilla Firefox Dev Edition C:\Users\User\AppData\Local\Mozilla\Firefox\Profiles C:\Users\User\AppData\Roaming\Mozilla\Firefox\Profiles

Firefox still works but the new dev edition after fresh install doesn't

Gefragt von Firefox_Beginner vor 7 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 7 Monaten

  • Gelöst
  • Archiviert

Firefox and Tor both wont launch if installed in default location

If i move the directory to anywhere else it launches In the default location it wont launch - No errors - cannot launch in profile manager mode - cannot launch via cmd -… (Lesen Sie mehr)

If i move the directory to anywhere else it launches In the default location it wont launch - No errors - cannot launch in profile manager mode - cannot launch via cmd - cannot by going to C:\Program Files\Mozilla Firefox\ and launching firefox.exe literally nothing happens

Gefragt von Nixos vor 7 Monaten

Beantwortet von Nixos vor 7 Monaten

  • Gelöst
  • Archiviert

How to not manually delete download files?

I am honestly in chock with Firefox's terrible decision of not providing any option for the user to delete downloaded files. It is honestly amazing that they came up wit… (Lesen Sie mehr)

I am honestly in chock with Firefox's terrible decision of not providing any option for the user to delete downloaded files.

It is honestly amazing that they came up with such a terrible decision. My downloads folder is a complete mess now and there seems to be no way to fix this.

I don't understand why not just provide an option for the user to only open files. People should be able to choose their settings.

I refereed to this previous post and the solution there didn't work: https://support.mozilla.org/en-US/questions/1370409. By setting browser.download.improvements_to_download_panel to false.

Is there actually no way to only open files now?

Gefragt von gudehh vor 8 Monaten

Beantwortet von cor-el vor 8 Monaten

  • Gelöst
  • Archiviert

Synced tabs and history on new computer

I got a new computer so I created an acct and set all my open tabs and history to sync. It wasn't intuitive to my not techie brain, but found out how to open all the ta… (Lesen Sie mehr)

I got a new computer so I created an acct and set all my open tabs and history to sync. It wasn't intuitive to my not techie brain, but found out how to open all the tabs on the new computer. However, they don't open in the same order (makes it almost useless when you have a lot of tabs), and the tabs don't have their associated history.

Is there some way to have Firefox open tabs and history in the same state on the new device?

Gefragt von RR123 vor 8 Monaten

Beantwortet von cor-el vor 8 Monaten

  • Gelöst
  • Archiviert

Keep getting new version is available when I have the latest version installed.

I kept getting new version is available while I was up to date. This could be due to this: When I had Firefox in its standard location in C drive, I also installed anoth… (Lesen Sie mehr)

I kept getting new version is available while I was up to date. This could be due to this:

When I had Firefox in its standard location in C drive, I also installed another copy on my computer's E drive. After a while I uninstalled the E drive version and kept the C drive one.

After that I kept getting a new version is available, but could not be downloaded. I follow the links and find out I do have the latest version. When there is a new version out, in Settings - General - Check for updates I always get the message Firefox is up to date.

I uninstalled Firefox completely, but kept my profile directory contents. After re-installation, I copied contents of my old profile into the new installation default profile.

However, I still get the 'New version is available, but couldn't be downloaded'. The problem is still there.

Somewhere in the files in my profile directory there is still a trace of the E drive installation and the update checking looks at that (I guess ? ) Any suggestions would be appreciated.

Gefragt von shahriar01001 vor 8 Monaten

Beantwortet von Dropa vor 8 Monaten

  • Gelöst
  • Archiviert

Reinstall Firefox without Importing Previous Bookmarks

I cannot find this anywhere. As a Topic . I've Reinstalled Firefox several times,and,each time the Browser continues to Import the previous instalations Bookmarks. Noti… (Lesen Sie mehr)

I cannot find this anywhere. As a Topic . I've Reinstalled Firefox several times,and,each time the Browser continues to Import the previous instalations Bookmarks.

Noticed that a small Dialog box pops up stating what is being installed,with 'Importing Previous Bookmarks". Should be an Option on Instalation that handles exactly what is to be described as installed. Supposed there used to be. Since im used to installing w/o 'default settings.

The little check box that denotes 'use old settings,and apps,does nothing.

Have another problem with my Bookmarks. And this is what I need solved Reinstalling Firefox without Importing Previous Bookmarks.

Options for Migrations is not a punn here.

Gefragt von Mike vor 8 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 8 Monaten