-
Notifications
You must be signed in to change notification settings - Fork 56
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
Doesn't work on Ubuntu 22.04 because browser cannot access native client #78
Comments
I have it running fine on Ubuntu 22.04, but don't remember how I've installed and configured it. |
My similar/same problem was because of AppArmor. I fixed it by adding the following lines to /etc/apparmor.d/local/usr.bin.firefox :
After that, I ran The actual script will need AppArmor settings defined, too, but I don't have time for that now. OS: Ubuntu 22.04.1 LTS |
With waterfox on flatpack or anything with flatpak you just need to enable access for the plugin in the sandbox. |
As stated, this gets the Native Messaging client working, but not the add-on itself. If someone could post the AppArmor settings for the actual script, that would be fantastic. Perhaps @AnttiBoman has the time now? 😄 OS - KDE Neon User Ed. (Ubuntu 22.04 LTS base) with FF from the Mozilla PPA - 118.0 (but issue has been present since about FF 106 regarding any add-on's Native Messaging client). EDIT: I installed Firefox manually following the instructions from their website. All Native Messaging add-ons work without issue now. Note that the manually installed Firefox needs to be the same version (or greater) as the currently installed one to use the same profile. Firefox sync may only get your add-ons and bookmarks back if the versions differ. |
See darktrojan/openwith#334 for a similar issue.
The text was updated successfully, but these errors were encountered: