I downloaded Spriter for Linux 64bit then move it to usr/share/ and extract it. There is a file in extracted directory that is executable and can run by context menu >> run. I want to enable running that file for Guest user. In Guest Session I can browse to that directory but when I select run from context menu, application does not run. How I can solve this problem?
Edit:
Before I changed the permission of that file to be accessible for others for READ and WRITE.
You can see result of ls -l for that file:
ls -l Spriter
-rwxrwxrwx 1 myUserName myUserName 7102491 فوریه 7 18:56 Spriter
The result of ./Spriter in terminal is:
error while loading shared libraries:libsteam_api.so: cannot open shared object file: No such file or directory