edipox / wunderlistux

An electron wrapper for wunderlist made with :heart: for Linux (specially for elementary OS)
288 stars 25 forks source link

Permissions after install release 0.0.6 #15

Closed xpilgrim closed 7 years ago

xpilgrim commented 7 years ago

After installing release 0.0.6, /opt/wunderlistux/Wunderlistux hasn't permission for execute the file, also not libnode.so.

I've installed 0.0.6 "over" 0.0.5 via the install.sh. Also when I delete /opt/wunderlistux/ before installing, the permissions are not set.

Where must it be fixed?

edipox commented 7 years ago

hmm I thought it was an issue with my VM. But as you are facing this issue too it means that there is a problem with files mode. Temporarily you could fix the issue by sudo chmod 7777 -R /opt/wunderlistux or something like that, or you could also try the AppImage. Thank you @xpilgrim very much for reporting this, I'll try to fix it soon.

edipox commented 7 years ago

Fixed. @xpilgrim Could you test it so we can close this issue?

xpilgrim commented 7 years ago

Yes, I've tested in a VM and on normal install. Both works for me. Thank's a lot!