Skip to content
Torbjorn Tyridal edited this page Sep 6, 2023 · 12 revisions

download: pwvault_gateway_dbus.py

(on newer systems where python2 is not installed, you may need the python-is-python3 package)

and run it with: (note: replace firefox with chrome or all below, if installing for chrome/both)

python pwvault_gateway_dbus.py install gnome firefox

for Gnome Keyring or

python pwvault_gateway_dbus.py install kwallet firefox

for kde KWallet (kde4 and kde5 supported)

This will install the binary at ~/bin and necessary configurations at ~/.mozilla/...

Alternatively you can install the bridge for all users by adding the keyword --global, which will install to /usr/local/bin:

sudo python pwvault_gateway_dbus.py install --global [gnome/kwallet] firefox

Installing for chrome should also work for other chromium based browsers, like Edge or Vivaldi.

Clone this wiki locally