Installing multiple Opera instances with separate profiles on Mac
By Andreas Bovensandreasbovens. Wednesday, June 10, 2009 5:53:54 PM
Update 2011-01-28: From Opera 11.01 and onward, the -csp command line hook should be used instead of the PrefsSuffix method described below. See Daniel Aleksandersen's multi-installation blog entry for full details.
If you're an avid Opera snapshot downloader, you've probably bumped into a situation where you want to install an Opera build with a clean profile, rather than having it reuse an already existing profile.
At first sight, there's no easy way to do so, but luckily enough, there's a handy command line hook that helps you out. A quick step-by-step guide to explain how you can install 2 Opera instances with separate profiles:
- Install the first Opera instance in the Applications folder
- Rename it to
Opera_xxx - Install the second Opera instance in the Applications folder
- Rename it to
Opera_yyy - Open up Terminal (can be found in the Utilities folder)
- Type
cd /Applications/Opera_yyy.app/Contents/Resources/and hit enter - Then type
echo "Opera_yyy" >> PrefsSuffixand close the terminal - Done!
If you launch Opera_xxx and Opera_yyy now, they will each run with their own profile. Of course, you can adjust the file name and profile strings to your liking :-)

Charles SchlossChas4 # Friday, June 12, 2009 4:42:27 PM
Zi Bin Cheahzibin # Tuesday, June 30, 2009 1:31:18 PM
FWIW, the specific profiles are later stored in
/Users/"username"/Library/Caches/"Profile Name"
Non-Tropponon-troppo # Saturday, July 4, 2009 2:06:01 PM
http://my.opera.com/non-troppo/blog/2009/06/13/multiplying-mac-opera-operiply-the-automated-profile-maker
Unregistered user # Monday, March 8, 2010 6:41:42 AM
Unregistered user # Friday, June 4, 2010 9:44:53 AM
Unregistered user # Friday, June 4, 2010 9:45:37 AM
Unregistered user # Saturday, September 4, 2010 1:09:25 PM
Andreas Bovensandreasbovens # Sunday, September 5, 2010 12:23:17 AM
Daniel Aleksandersendaniel # Tuesday, July 26, 2011 7:00:55 AM