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

Unable to connect to pywalfox daemon in firefox snap #88

Open MNolan147 opened 2 years ago

MNolan147 commented 2 years ago

Trying to connect to the pywalfox daemon when using the snap version of firefox fails. I suspect it has something to do with the sandboxing of snaps. I suspect that snap is the problem as it works for thunderbird but not firefox.

iRomanyshyn commented 1 year ago

The same here. I don't know if it is possible to make it on the snap package.

Frewacom commented 1 year ago

Sandboxing will definitely cause issues. Have a look at https://github.com/Frewacom/pywalfox/issues/60#issuecomment-790819229 for a similar issue with firejail.

I guess you need to somehow whitelist files/executables used by pywalfox, or disable the sandboxing for Firefox if possible.