Open wheelerlaw opened 2 years ago
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
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
I've got the same problem and it seems to be similar to #53. The following errors are logged in the extension's console:
OS: Fedora 37 Firefox Version: 107.0.1
Same here with Fedora 37 installed through dnf
.
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 You can also open other profiles from about:profiles
, without restarting the browser. The convenience of this extension will be missed though 😢
Best workaround for me was to ditch the extension and create separate desktop application files for each profile.
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
Performing a
dnf update
upgraded my FF tofirefox-107.0-3.fc36
fromfirefox-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: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.