firefox-profile-switcher icon indicating copy to clipboard operation
firefox-profile-switcher copied to clipboard

Upgrading FF to 107.0 from 106.0.4 breaks profile switcher

Open wheelerlaw opened this issue 3 years ago • 8 comments

Performing a dnf update upgraded my FF to firefox-107.0-3.fc36 from firefox-106.0.4-1.fc36. Now when I click on the profile switcher button and then click on another profile I want to switch to, nothing happens. The profile switcher modal stays open and the target profile does not open up. Performing a manual downgrade of FF by running the following command works as a temporary workaround for now:

sudo dnf downgrade https://kojipkgs.fedoraproject.org//packages/firefox/106.0.4/1.fc36/x86_64/firefox-106.0.4-1.fc36.x86_64.rpm

I tried running FF from the command line to see if there would be any sort of useful debug information but nothing was present. I would be happy to gather some debug logs but I do not know how or where to find them.

wheelerlaw avatar Nov 25 '22 16:11 wheelerlaw

For those who might have upgraded to Fedora 37, you will also need to downgrade firefox-langpacks. To do both with one command, run this:

sudo dnf downgrade \
  https://kojipkgs.fedoraproject.org//packages/firefox/106.0.4/1.fc37/x86_64/firefox-106.0.4-1.fc37.x86_64.rpm \
  https://kojipkgs.fedoraproject.org//packages/firefox/106.0.4/1.fc37/x86_64/firefox-langpacks-106.0.4-1.fc37.x86_64.rpm

wheelerlaw avatar Nov 26 '22 20:11 wheelerlaw

It's also happening in Fedora 36 so I think the problem lies in Firefox 107 rather than a given Fedora update.

Package version:

firefox-107.0-4.fc36.x86_64

ikerexxe avatar Nov 29 '22 09:11 ikerexxe

I've got the same problem and it seems to be similar to #53. The following errors are logged in the extension's console: image

OS: Fedora 37 Firefox Version: 107.0.1

noassl avatar Dec 07 '22 17:12 noassl

Same here with Fedora 37 installed through dnf.

skaldebane avatar Jan 04 '23 21:01 skaldebane

The issue is still present on Firefox 108.0.1 (installed via dnf) on Fedora 37.

As a workaround, it's possible to set a profile as the default, then restart the browser.

Silejonu avatar Jan 08 '23 10:01 Silejonu

@Silejonu You can also open other profiles from about:profiles, without restarting the browser. The convenience of this extension will be missed though 😢

skaldebane avatar Feb 13 '23 08:02 skaldebane

Best workaround for me was to ditch the extension and create separate desktop application files for each profile.

donCESAR12345 avatar Mar 17 '23 14:03 donCESAR12345

take a look at the workaround in the repo of the connector, this worked for me https://github.com/null-dev/firefox-profile-switcher-connector/issues/14

NL-TCH avatar Oct 17 '23 16:10 NL-TCH