6 ms·
You don't need GUI to create profiles. ./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/"
by notafox 11mo ago
You don't need GUI to create profiles.
./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/"
- Brybry 11mo agoThis is a good catch and does indeed work. -CreateProfile "profile-name" also works and will use the default profile path.
- notafox 11mo agoKeep it mind, though, if you don't specify path, the profile directory name would be: random_string + '.' + "profile-name" That could prove inconvenient for navigation. If you want predictable, non-random directory names, you'll have to specify it.
- bluebarbet 11mo agoUseful. This is not documented in the manfile or command help text, at least for the ESR release.