GNOME Bugzilla – Bug 761401
Wrong
Last modified: 2016-02-01 18:10:39 UTC
When GIMP is installed by dragging to /Applications by user, it works. If it's installed using sudo, user has no execute bit for /Applications/GIMP.app/Contents/MacOS/GIMP Chmod works, but would be nicer if execution bit was there packaged in. chmod 755 $3/Applications/GIMP.app/Contents/MacOS/GIMP
Is this basically the same as e.g. bug 759684 (even if you are not be using Homebrew Casks at all)?
(In reply to Michael Schumacher from comment #1) > Is this basically the same as e.g. bug 759684 (even if you are not be using > Homebrew Casks at all)? Seems to be exactly same problem. We use munki to deploy GIMP and copy dmg option, which copies the package as it is to /Applications. Only owner of the binary has execute right, which causes problems in multiuser environment. All previous versions worked well, at lest no one complained.
Are the permissions in the original DMG from gimp.org really wrong? I thought Kris fixed that with our latest DMG...
Anyway, resolving as duplicate. *** This bug has been marked as a duplicate of bug 759684 ***
(In reply to Michael Natterer from comment #3) > Are the permissions in the original DMG from gimp.org really wrong? > I thought Kris fixed that with our latest DMG... I tested the official dmg at home. -rwxr--r-- 1 ******* ***** 2.9K Dec 13 22:21 GIMP -rwxr-xr-x 1 ******* ***** 7.8M Dec 13 22:29 GIMP-bin -rwxr-xr-x 1 ******* ***** 13K Dec 13 22:30 python GIMP is 744, other binaries 755.