linhx / firefox-profiles-selector

Ubuntu firefox profiles selector
0 stars 0 forks source link
firefox firefox-profile firefox-profiles

Firefox profiles selector

Allow to select firefox profile when open an external link

Motivation

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.

showcase

Install

  1. Download release file
  2. Extract to your apps directory. E.g. ~/apps
  3. Run cd ~/apps/firefox-profile-selector. (Replace with your apps directory)
  4. Run ./install.sh
  5. Update the profiles_path in config.ini if needed. If you are not using snap firefox, then it should be .mozilla/firefox/profiles.ini

TODO

Development

Prerequire

sudo apt-get install build-essential libgtk-3-dev