minus-squarez3r0@lemmy.ziptoLinux@lemmy.ml•KeePassXC w/ FF browser add-on on Zorin OS 17.1?linkfedilinkarrow-up7·7 months agoI’m using Librewolf (a Firefox fork) and have the same issue. Just check Firefox messaging folder exists in your home ls -l ~/.mozilla/native-messaging-hosts In my case, I needed to create a symlink to make it work with my browser ln -s ~/.mozilla/native-messaging-hosts ~/.librewolf/native-messaging-hosts Maybe you could apply a similar workaround. Hope this helps linkfedilink
I’m using Librewolf (a Firefox fork) and have the same issue.
Just check Firefox messaging folder exists in your home
ls -l ~/.mozilla/native-messaging-hosts
In my case, I needed to create a symlink to make it work with my browser
ln -s ~/.mozilla/native-messaging-hosts ~/.librewolf/native-messaging-hosts
Maybe you could apply a similar workaround. Hope this helps