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
583 stars 12 forks source link

v 2.0.1 is doing nothing #29

Closed 0C3L0T closed 4 years ago

0C3L0T commented 4 years ago

tried reinstalling pywalfox program, reinstalling addon and reinstaling firefox but to no avail. http://0x0.st/ipNE.gif the output of "pywalfox update": ERROR:root:Could not find socket: /tmp/pywalfox_socket

Frewacom commented 4 years ago

Did you look at the Troubleshooting section of the README?

0C3L0T commented 4 years ago

I did, made sure that: -i reinstalled via the instructions -i don't have permission errors when running pywalfox setup(http://0x0.st/ipq_.png) -pywalfox log outputs [05-23-2020 08:27:38] ERROR:Could not find default Firefox profile -~/.cache/wal/colors exists and contains hex color codes -the browser console doesnt give errors

Frewacom commented 4 years ago

Hm, that is strange. If you navigate to about:debugging and click Inspect on the Pywalfox extension. Does the console show any errors?

0C3L0T commented 4 years ago

yes, see: http://0x0.st/ipqF.png.

Frewacom commented 4 years ago

Okey, I found the issue. When running pywalfox setup, the manifest is installed to ~/.config/.mozilla/.... It should just be ~/.mozilla/... I will push a fix for that soon.

0C3L0T commented 4 years ago

awesome! XDG standards are a bitch am i right

Frewacom commented 4 years ago

The fix should be uploaded to pip, so try running pip install --upgrade pywalfox and re-run the setup and things should hopefully work again.

0C3L0T commented 4 years ago

works like a charm, cheers!

nyex commented 4 years ago

also it seems to be looking for colors in the wrong place:

Pywal colors: Could not read colors from: /home/olivia/.config/.cache/wal/colors

also an extra '.config' in the path there :)

nyex commented 4 years ago

nevermind, just did the upgrade, and it works! thanks! (you posted the update while i was posting my comment it seems).