Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Run Photshop Elements 3 from a non-admin account' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run Photshop Elements 3 from a non-admin account
Authored by: Marty_M on Nov 03, '04 09:51:51PM

I suspect there is a better way to do this that makes the application usable by all of the different non-admin users that may use the machine.

I got the PhotoShop Elements Help to work for all non-admin users by adjusting permissions as follows (you will need to be root to make these changes):

chmod -R o+x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements Help.app"

chmod o+rw-x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements Help.app/Contents/MacOS/Opera.app/Contents/Resources/Styles/user.css"

chmod o+rw-x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements Help.app/Contents/MacOS/Opera.app/Contents/Resources/Styles/browser.css"



[ Reply to This | # ]
Run Photshop Elements 3 from a non-admin account
Authored by: Marty_M on Nov 03, '04 10:04:13PM

Actually, there's a few more change to make so the PSE application behaves as well (again, you need to do this as root):

chmod -R o+x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements 3.app"

chmod go+rw-x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements 3.app/Contents/MacOSClassic/opera.app/Contents/Resources/Styles/browser.css"

chmod go+rw-x "/Applications/Adobe Photoshop Elements 3/Photoshop Elements 3.app/Contents/MacOSClassic/opera.app/Contents/Resources/Styles/user.css"



[ Reply to This | # ]