E
E
extratag2013-01-29 00:56:10
Google Chrome
extratag, 2013-01-29 00:56:10

Running Chromium from different users of the browser itself, how?

Hey %username%!
It's no secret that in the Chromium browser you can create multiple users and work in different sessions.
By default, Chromium starts with the user session that was last accessed.
How to run Chromium as a specific user (with the right session)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rowdy Ro, 2013-01-29
@rowdyro

If I'm not mistaken, all chromium user data is taken from --user-data-dir, if you do cat chromium-browser (this is a shell script), you can see how it configures it from the user's home dir using this switch.
nice 2 read: peter.sh/experiments/chromium-command-line-switches/

S
stan_jeremy, 2013-01-29
@stan_jeremy

www.gate2.net/TnT/ChrmSecure.html
You can run many instances (separate sessions) of Chromium browser at the same time by specifying different profiles for each of them. To launch Chromium browser with specific profile use this command line option:
-user-data-dir=PathTo\profile

A
akral, 2013-01-29
@akral

Respondents are right :

google-chrome --profile-directory=Default
google-chrome --profile-directory='Profile 1'
google-chrome --profile-directory='Profile 2'
google-chrome --profile-directory='Profile 3'

Obviously, when you change the names of your profile: the name of the folder on the disk remains the default. You need to find the right profile by experimentation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question