Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Chromium browser does not give an graphic interface where user can create a second profile, but you can do it from command line by giving it option --user-data-dir, for example

No Format
chromium-browser --user-data-dir='~/.config/chromium2'

In Ubuntu or Debian system the default user-data-dir for Chromium browser is ~/.config/chromium

You can also add another launcher to panel besides the original Chromium Browser Icon, and modify the command property to

No Format
/usr/bin/chromium-browser --user-data-dir='.config/chromium2' %U
Note

This time please use '.config/chromium2' but not '~/.config/chromium2', otherwise it will create a ~ folder in your home directory!