Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Multi-profile Firefox #72

Closed
Yoric opened this issue Jan 16, 2014 · 10 comments
Closed

Multi-profile Firefox #72

Yoric opened this issue Jan 16, 2014 · 10 comments
Labels

Comments

@Yoric
Copy link
Contributor

Yoric commented Jan 16, 2014

Firefox has a hidden feature that lets a user manage several profiles in different windows (a profile has its own identity, add-ons, cookies, history, etc.). However, there is no menu or button to handle this.

The objective of this project is to develop a Firefox add-on to make this feature available for users.

@lpy
Copy link

lpy commented Jan 18, 2014

Seems interesting. Could you please provide more information to help me start this? I am willing to have a try.

@Yoric
Copy link
Contributor Author

Yoric commented Jan 18, 2014

At the moment, launching Firefox from the command line with options firefox --no-remote --ProfileManager opens a new Firefox with the profile dialog which lets users choose a profile (it might be firefox /no-remote /ProfileManager under Windows, I haven't checked). Similarly, firefox --no-remote -P path/to/the/profile/dir opens a new Firefox with the given profile.

That's not ideal, because:

  • it's hidden;
  • the --no-remote argument means that you can launch several independent windows with the same profile, which can cause bugs;
  • the dialog is kind of ugly.

The objective of this project is to provide the feature in a nicer way. I believe that this should be a nice UI that still calls the command-line behind the scene, but there may be alternatives.

@Mte90
Copy link

Mte90 commented Jan 18, 2014

There is this extension for firefox for open a new window of firefox with a different profile https://addons.mozilla.org/en-US/firefox/addon/profileswitcher/

@Yoric
Copy link
Contributor Author

Yoric commented Jan 19, 2014

Good point, @Mte90. I guess this project becomes "See if https://addons.mozilla.org/en-US/firefox/addon/profileswitcher/ can be improved, improve it if possible."

@klgrooms
Copy link

I would be interested in trying to improve this as an add-on if still desired.

@AntoineTurmel
Copy link
Member

@Mte90
Copy link

Mte90 commented Aug 12, 2016

now there is about:profiles so i think that we can close this ticket

@AntoineTurmel
Copy link
Member

@Mte90 it's nice but not discoverable really for a basic user

@Mte90
Copy link

Mte90 commented Aug 17, 2016

there are many extension that simplify that already shared on the ticket for that reason i think that can be closed

@AntoineTurmel
Copy link
Member

Right :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants