OpenSesame 3.1.9 doesn't work on macOS multiuser configuration
With macOS, if I install OpenSesame 3.1.9 with an administrator account, other users on the same machine can't run OpenSesame.
The file "OpenSesame.app/Contents/MacOS/OpenSesame" could only be run by the user who installed OpenSesame.
ls -al /Applications/OpenSesame.app/Contents/MacOS/OpenSesame -rwxr--r--@ 1 theadmin admin 132 18 aoû 23:42 /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
This could be solved by making this file executable for all users.
sudo chmod go+x /Applications/OpenSesame.app/Contents/MacOS/OpenSesame
It would be better that the build system generate this file with correct rights.
Comments
Ah, thanks. @Daniel Is this something we can address for the next release?
Check out SigmundAI.eu for our OpenSesame AI assistant!
I suppose it is possible if it's a simple terminal command.