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

Operation not permitted when installing (AUR version) #126

Closed millionsofplayers closed 1 month ago

millionsofplayers commented 1 month ago

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

Try setting the permissions manually using: chmod +x `

chmod +x doesn't help, and running it as root copies it to the wrong directory

Ewheeler121 commented 1 month ago

had the same issue, instead of

sudo pywalfox install

do

sudo -E pywalfox install
millionsofplayers commented 1 month ago

works, thanks