ibnishak / Timimi

Webextension to save Tiddlywiki
https://ibnishak.github.io/Timimi/
GNU Affero General Public License v3.0
204 stars 20 forks source link

Permission denied error running timimi-2-1-1-Linux #61

Open grahamh opened 3 years ago

grahamh commented 3 years ago

Installing on Arch Linux with Chrome. Running ./timimi-2-1-1-Linux gives the error:

bash: ./timimi-2-1-1-Linux: Permission denied

brute force solution that worked was

chmod -R 777 .

in the directory containing timimi-2-1-1-Linux file.

monomycelium commented 2 years ago

To play safe with all the other folders in the current directory, I think running chmod on the script itself with tightened permissions would be a safer option:

chmod 755 timimi-2-1-1-Linux

Alternatively, I believe you can simply execute the script using sudo:

sudo sh timimi-2-1-1-Linux