noobskills.blogg.se

Firefox profile manager run command
Firefox profile manager run command









firefox profile manager run command
  1. Firefox profile manager run command how to#
  2. Firefox profile manager run command code#
firefox profile manager run command

Open the customization dialog and on the lest you'll see Themes as drop down menu. To have them all running at the same time you'll also need to add -new-instance to the command.Īnd finally, you can select one of the predefined themes via the Customize Menu and Toolbars option : You can then create Profiles for each task, all in the same homefolder (if you must). You can activate it with the option " -P" like this on the commandline firefox -P I think Firefox Profile Switcher is your answer! After that, enjoy your multiple profiles! Or you can use the command desktop-file-install -dir=~/.local/share/applications ~/.local/share/applications/sktop You have to reboot (maybe logging out and back in is also enough?) before the system realizes that you want to override the system-wide sktop file and use your personal and customized one. It's the topmost and should look like this: Exec=firefox %uĮdit it to look like the one below, maybe replacing profile1 with the correct default profile name you wish.

firefox profile manager run command

Now if you want to specify a permanent default profile for when you left-click the launcher icon (otherwise the profile you last used through the ProfileManager with the respective checkbox ticked gets launched), you also have to edit the main Exec= line.

firefox profile manager run command

Also the last word in the lines has to exactly match the keys you added to the Actions= line above. lines have to contain the exact (case-sensitive) name of the profiles you created in the profile manager! The -no-remote flag allows multiple firefox profiles to run at the same time.

Firefox profile manager run command code#

Insert the code snippet below at the end of the file, you may vary the Name= value and add as many translations as you want (example for German is given). Search for the line: Actions=NewWindow NewPrivateWindow Īnd add new context menu action identifiers like this (example names, but only used within the file, you won't see them anywhere else): Actions=NewWindow NewPrivateWindow Profile1 Profile2 ProfileManager with either Gedit (GUI) or Nano (terminal): gedit ~/.local/share/applications/sktop Set up your launcher icon to access those profiles from the context menu:Ĭopy the original launcher file (which is owned by root, used system-wide and will get replaced with the next update) to your home folder: cp /usr/share/applications/sktop ~/.local/share/applications/sktopĮdit the copy e.g. I would recommend you not to change the folder where the profile will be stored in, unless you have a good reason to do so. The second window will ask you to enter a name for the profile, enter profile2 here (or replace it wherever it occurs in this guide with exactly what you entered instead). It will show you an info window first, read it and click Next. Rename your current profile default to profile1 (or whatever you like, you don't even have to rename it, but I will do in this guide for clarification - you just have to replace profile1 with your exact name wherever it occurs!) by clicking on Rename Profile.Ĭreate a new profile with the wizard by clicking on Create Profile. Launch Firefox's ProfileManager from the terminal or with Alt+ F2: firefox -ProfileManager So you just need to start Firefox with one of those parameters by either using a terminal, the Alt+ F2 HUD, from the launcher icon's context menu after editing its configuration file, which I will describe below. Use -no-remote if there is already a running firefox instance. Manager if a valid profile name is not specified. Start firefox with the profile named profile. You will need to also use -no-remote if there is already Use this to choose the profile you would like to

Firefox profile manager run command how to#

How to set up different Firefox profiles for the same Ubuntu user and the same Firefox installationĮxcerpt of the command-line options from man firefox: -ProfileManager











Firefox profile manager run command