profiles
-
horstwolfjager last edited by
I mean different profiles within opera - not under different user accounts on the computer.
Something that would allow me to run different profiles in separate Opera windows at the same time, which is what you can do in Chrome. -
horstwolfjager last edited by
You can rename 'Opera Stable' directory and make a copy for each profile, then run a script renaming your profile folder to 'Opera Stable', running opera then after exiting renaming the 'opera stable' back to your custom name. It works but it's kinda roughing it in.
The only reason I'm doing it is because one game I play is seriously lagging in Torch or Chrome and unplayable in FF. Opera shaves off seconds off each mouse click. As soon as the lamers developers fix the game and it doesn't lag in Torch anymore I'm not gonna look back at the Opera - solely for the lack of multiple profile capacity.
-
l33t4opera last edited by
Hi Horstwolfjager, you can create separate shortcuts to the "...launcher.exe" file, for each user profile.
Simply add the command line switch "--user-data-dir', and the path to the profile, as follows:
Shortcut to the first profile:"...launcher.exe" --user-data-dir="path_to_the_profile1_dir"
Shortcut to the second profile:
"...launcher.exe" --user-data-dir="path_to_the_profile2_dir"
and so on.
-
whitesiroi last edited by
Hi Horstwolfjager, you can create separate shortcuts to the "...launcher.exe" file, for each user profile.
Simply add the command line switch "--user-data-dir', and the path to the profile, as follows:
Shortcut to the first profile:"...launcher.exe" --user-data-dir="pathtotheprofile1dir"
Shortcut to the second profile:
"...launcher.exe" --user-data-dir="pathtotheprofile2dir"
and so on.
How to do the same on Mac?
Thank you.