Hacker News new | ask | show | jobs
by notafox 218 days ago
You don't need GUI to create profiles.

   ./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/"
2 comments

This is a good catch and does indeed work.

  -CreateProfile "profile-name"
also works and will use the default profile path.
Keep 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.

Useful. This is not documented in the manfile or command help text, at least for the ESR release.