#Keepassxc plugin and application integration issue

2 messages · Page 1 of 1 (latest)

little jasper
#

Flatpak 2.7.10
Snap 2.7.9

I tried from 2 package installers but the connection is not provided. I also showed the file path manually but it still did not work
~/snap/brave/current/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts

Keepassxc-browser extension (Source: https://chromewebstore.google.com/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)

KeePassXC-Browser encountered a problem:

KeePassXC connection failed. Make sure browser integration is enabled in KeePassXC settings.

Reload
```,
orchid vault
# little jasper **Flatpak 2.7.10** Snap 2.7.9 I tried from 2 package installers but the connect...

it's probably because flatpaks and snaps are in a sandboxed environment by default, you can fiddle with the settings to give it access to keepass but i'd recommend just adding the brave repo by first uninstalling whichever you have installed now and running
sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser