Skip to content

Instantly share code, notes, and snippets.

@gnuns
Created March 7, 2024 14:40
Show Gist options
  • Save gnuns/532f653c9404f56ca6b43092c6620308 to your computer and use it in GitHub Desktop.
Save gnuns/532f653c9404f56ca6b43092c6620308 to your computer and use it in GitHub Desktop.
disable gnome-keyring to use keepassxc secret service integration
pkill gnome-keyring
pkill -f gnome-keyring-daemon
sudo systemctl stop gnome-keyring-daemon
sudo chmod -x /usr/bin/gnome-keyring*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment