Hi all,

I was wondering whether anyone uses KeePassXC with the Firefox browser add-on on Zorin OS. I can’t get the browser add-on to recognize the app. I spent a better part of yesterday trying to figure out a solution but just can’t seem to get it to work. Any help?

  • z3r0@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    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