Allow to select firefox profile when open an external link
By default, firefox auto open external link in first active profile.
We can show the Profile manager window when open external link by update the command in firefox's desktop file to have -P
parameter:
/yourpath/firefox -P -new-tab %u
But opening Profile manager window is slow. So I create this simple app for faster.
- Download release file
- Extract to your apps directory. E.g.
~/apps
- Run
cd ~/apps/firefox-profile-selector
. (Replace with your apps directory) - Run
./install.sh
- Update the
profiles_path
inconfig.ini
if needed. If you are not using snap firefox, then it should be.mozilla/firefox/profiles.ini
- Keep the app alive if booting app is slow. For now it's just fine.
sudo apt-get install build-essential libgtk-3-dev