I have several firefox profiles and I would like to be asked which to load when I start firefox.

In Gnome2, I had a launcher with the command

firefox -ProfileManager -no-remote

How can I do this with gnome-shell?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Find the .desktop file for Firefox in /usr/share/applications/, copy it to ~/.local/share/applications/, and edit the Exec= line.

You may need to restart GNOME Shell – Alt-F2, r.

link|improve this answer
Thank you. That worked after restarting. – stardt Jun 30 '11 at 14:58
If you want two (or more) different launchers, make sure to rename the file from firefox.desktop to something else (e.g. firefox2.desktop). – palswim Dec 23 '11 at 20:42
Is it possible to prevent the grouping in the dash somehow. Now all my Firefox profiles go under the same icon. – Emil Ivanov Jan 22 at 19:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.