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.
~/apps
cd ~/apps/firefox-profile-selector
. (Replace with your apps directory)./install.sh
profiles_path
in config.ini
if needed. If you are not using snap firefox, then it should be .mozilla/firefox/profiles.ini
sudo apt-get install build-essential libgtk-3-dev