-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pywalfox is not working when installed from pipx #121
Comments
hello! I had the exact same error as your did. I also installed python -m pywalfox start || python3 -m pywalfox start || python2.7 -m pywalfox start || python3.9 -m pywalfox start I changed it to this: pywalfox start || python -m pywalfox start || python3 -m pywalfox start || python2.7 -m pywalfox start || python3.9 -m pywalfox start the daemon and the extension connected and I have successfully set the firefox theme with the extension. hope that helps! |
Yep, that's working now, thank you. I couldn't find where this script in the repo though. It would be nice to make a PR, so I'll leave the issue open for now |
The daemon is in a separate repository. |
Hello. Pywalfox is not working when I install it from pipx. The extension says can't connect to native-message-application. Maybe it's related to the path or venvs in main.sh
The text was updated successfully, but these errors were encountered: