RSS/Atom feed Twitter
Site is read-only, email is disabled

OSX Second User Can not open app

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

OSX Second User Can not open app RF_Gimp 17 Jan 03:46
  OSX Second User Can not open app Sven Claussner 17 Jan 10:25
   OSX Second User Can not open app RF_Gimp 18 Jan 01:07
2016-01-17 03:46:04 UTC (almost 9 years ago)
postings
2

OSX Second User Can not open app

Running OS X 10.10.5 and have downloaded Gimp 2.8.16 and installed under administrator user account. App opens fine for that user.

Second "Standard" user tries to launch Gimp and gets Finder error "The Application "Gimp" can't be opened".

Security & Privacy settings are set to "Anywhere" for Allow apps downloaded from:. The Security & Privacy does not indicate that Gimp did not run due to settings in its control

If you download and install from the "standard" user, the administrator user gets the above Finder error.

Have tried to install and then create a new user which results in the new user getting the Finder error.

I am missing something.

Sven Claussner
2016-01-17 10:25:26 UTC (almost 9 years ago)

OSX Second User Can not open app

On 17.1.2016 at 4:46 AM Rf Gimp wrote:

Running OS X 10.10.5 and have downloaded Gimp 2.8.16 and installed under administrator user account. App opens fine for that user.

Second "Standard" user tries to launch Gimp and gets Finder error "The Application "Gimp" can't be opened".

Security & Privacy settings are set to "Anywhere" for Allow apps downloaded from:. The Security & Privacy does not indicate that Gimp did not run due to settings in its control

If you download and install from the "standard" user, the administrator user gets the above Finder error.

Have tried to install and then create a new user which results in the new user getting the Finder error.

I am missing something.

Hi,

I could reproduce and fix it by opening a Terminal session (see ApplicationsUtilities), then executing sudo chmod 755 /Applications/GIMP.app/Contents/MacOS/* This will set execution permissions for all users on this Mac. A quick function test passed here.

The system setting Security & Privacy has no effect on this. For security reasons I recommend to reset it to the default value ('Install from Mac App Store and verified developers').

For future releases this bug is reported here: https://bugzilla.gnome.org/show_bug.cgi?id=759684

Greetings

Sven

2016-01-18 01:07:20 UTC (almost 9 years ago)
postings
2

OSX Second User Can not open app

On 17.1.2016 at 4:46 AM Rf Gimp wrote: Hi,

I could reproduce and fix it by opening a Terminal session (see ApplicationsUtilities), then executing sudo chmod 755 /Applications/GIMP.app/Contents/MacOS/* This will set execution permissions for all users on this Mac. A quick function test passed here.

The system setting Security & Privacy has no effect on this. For security reasons I recommend to reset it to the default value ('Install from Mac App Store and verified developers').

For future releases this bug is reported here: https://bugzilla.gnome.org/show_bug.cgi?id=759684

Greetings

Sven

----------------------------------------------------------- Thank you for the quick reply and fix for my issue. It worked perfectly.