After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761401 - Wrong
Wrong
Status: RESOLVED DUPLICATE of bug 759684
Product: GIMP
Classification: Other
Component: Data
2.8.16
Other Mac OS
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2016-02-01 13:01 UTC by vesa.marjasalo
Modified: 2016-02-01 18:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vesa.marjasalo 2016-02-01 13:01:26 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
Comment 1 Michael Schumacher 2016-02-01 13:42:48 UTC
Is this basically the same as e.g. bug 759684 (even if you are not be using Homebrew Casks at all)?
Comment 2 vesa.marjasalo 2016-02-01 14:23:00 UTC
(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.
Comment 3 Michael Natterer 2016-02-01 16:27:57 UTC
Are the permissions in the original DMG from gimp.org really wrong?
I thought Kris fixed that with our latest DMG...
Comment 4 Michael Natterer 2016-02-01 16:28:40 UTC
Anyway, resolving as duplicate.

*** This bug has been marked as a duplicate of bug 759684 ***
Comment 5 vesa.marjasalo 2016-02-01 18:10:39 UTC
(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.