z3r0@lemmy.zip to Linux@programming.devEnglish · 3 months agorothgar/awesome-tuis: List of projects that provide terminal user interfacesplus-squaregithub.comexternal-linkmessage-square2fedilinkarrow-up144arrow-down10
arrow-up144arrow-down1external-linkrothgar/awesome-tuis: List of projects that provide terminal user interfacesplus-squaregithub.comz3r0@lemmy.zip to Linux@programming.devEnglish · 3 months agomessage-square2fedilink
z3r0@lemmy.zip to Linux@programming.dev · edit-24 months agoTask - A Go-made alternative to GNU Makeplus-squaretaskfile.devexternal-linkmessage-square4fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkTask - A Go-made alternative to GNU Makeplus-squaretaskfile.devz3r0@lemmy.zip to Linux@programming.dev · edit-24 months agomessage-square4fedilink
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