[BUG] pywalfox doesn't work on Fedora Workstation 41 #594
Labels
bug
Something isn't working
to be confirmed
Issue is currently under review and has not been released
This bug may be related to:
#479
I cannot confirm this, since I don't have an Arch instance at hand.
Describe the bug
Pywalfox doesn't work when installed through the installation options invoked in the Welcome App.
To Reproduce
Expected behavior
Firefox should load the proper colour palette generated by pywal, instead it utilizes the default one.
Screenshots
Error message displayed in firefox:
Distribution:
Additional context
The script provided by ML4W invokes the following commands:
The first one is "fine", using venv would probably be better, but I haven't tested this so far.
The second one:
Apparently,
sudo pywalfox -g install
installs the native host manifest globally, but it didn't work for me.Solution
pywalfox install
as the current regular userthe manifest is copied to /home/${USER}/.mozilla/native-messaging-hosts/pywalfox.json which is the desired outcome
The errors in the output are irrelevant, since the tasks have already been successfully completed by the command
sudo pywalfox install
in the install script provided by ML4W.The text was updated successfully, but these errors were encountered: