Feb
14
2006
Quick Tip: Using Rosetta from the command-line
Posted by: Kevin Ballard in Mac OS X, Miscellaneous, tags: OS X, Photo Booth, rosetta, translateHere’s a neat tip I just discovered. It’s really quite easy to run an app through Rosetta from the command-line. How? By using /usr/libexec/oah/translate. For example, /usr/libexec/oah/translate /Applications/Photo\ Booth.app/Contents/MacOS/Photo\ Booth will launch Photo Booth in Rosetta.
Entries (RSS)
December 5th, 2006 at 11:08 am
Cool. Now I can have two Safaris, one for normal use and one for using a PPC plugin (Scorch). Helps a lot when browsing for music…Rosetta Safari is too slow for normal use. Thanks!
October 21st, 2008 at 1:20 pm
another way to launch applications that are a different architecture is to use the arch command, like so: arch -ppc executable_name. Can also be used to launch 32-bit apps on 64-bit processors.