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

Does not work with Firefox forks

Open 88572 opened this issue 1 year ago • 5 comments

This extension does not work on forks of Firefox, such as Floorp.

88572 avatar May 05 '24 17:05 88572

As mentioned by @null-dev in https://github.com/null-dev/firefox-profile-switcher-connector/issues/8 it works with another browsers if you change the settings.

For Floorp (on Linux) you need to change the file ~/.config/firefoxprofileswitcher/config.json

{
    "browser_profile_dir": "/home/<your username here>/.floorp",
    "browser_binary": "/usr/bin/floorp"
}

Similar for Mercury just set the correct settings for the browser binary path AND the browser profile folder.

Yaakoss avatar Jul 14 '24 11:07 Yaakoss

Where should this config be on Macos? Installed via brew

leshaburlak avatar Aug 22 '24 12:08 leshaburlak

Don't really need for this Floorp btw, Floorp already has its own built-in Profile Switcher.

Invertex avatar Aug 30 '24 18:08 Invertex

Don't know if this helps anyone but I was unaware that you can manage profiles directly from about:profiles in the URL bar (create, delete, set as default, launch profile in new browser).

0x6A7232 avatar Mar 06 '25 07:03 0x6A7232

Just an update, as of Firefox 138.0b9, it has a built-in profile switch feature that gives you the behavior of this extension. It also handles opening links you click in other apps into the last active window you had selected.

It can be enabled in about:config by setting browser.profiles.enabled to true

Invertex avatar Apr 21 '25 21:04 Invertex