Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
582 stars 12 forks source link

Failed to set executable permissions etc, try settings permissions manually #99

Closed g1sbi closed 1 year ago

g1sbi commented 1 year ago

I'm on Arch, I followed all the steps until pywalfox install, where I get this error:

Successfully removed manifest at: /home/gisbi/.mozilla/native-messaging-hosts/pywalfox.json
Copied manifest to: /home/gisbi/.mozilla/native-messaging-hosts/pywalfox.json
Set daemon executable path to: /usr/lib/python3.10/site-packages/pywalfox/bin/main.sh
Failed to set executable permissions on: /usr/lib/python3.10/site-packages/pywalfox/bin/main.sh
        [Errno 1] Operation not permitted: '/usr/lib/python3.10/site-packages/pywalfox/bin/main.sh'

Try setting the permissions manually using: chmod +x

I tried doing a chown on the .mozilla directory and also a chmod +x on the script like suggested, but I still get the same error.

Frewacom commented 1 year ago

Once you have set the permissions manually, everything should be ok. No need to re-run pywalfox install. Does the extension work as expected for you?

g1sbi commented 1 year ago

It didn't before but it does now. No idea why but thank you!