Actions
Emulator Issues #7657
closedMac dev binaries have incorrect permissions preventing Dolphin from running for other users.
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
OS X
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What ever process is used to build the development versions of Dolphin is setting the permissions incorrectly such that dolphin will not run for any user other than the one who installed it.
Comparing the permissions with the stable 4.0 release and modifying the dev version to match allows Dolphin to run for all users on Mac OS X.
These files/directories need to be set to 755:
Dolphin.app
Dolphin.app/Contents
Dolphin.app/Contents/MacOS
Dolphin.app/Contents/MacOS/Dolphin
Dolphin.app/Contents/Resources
These files need to be set to 644:
Dolphin.app/Contents/Info.plist
Dolphin.app/Contents/Resources/Dolphin.icns
Actions