From 6d030621703361939758e8d2411b1e7941c25725 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 25 Aug 2020 18:42:41 +0200 Subject: [PATCH] [qtile] autostart gnome-keyring instead of kwallet Reason is simple and annoying as well: Nextcloud only works with gnome-keyring --- qtile/startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtile/startup.sh b/qtile/startup.sh index 3e94421..03a0843 100755 --- a/qtile/startup.sh +++ b/qtile/startup.sh @@ -11,5 +11,6 @@ picom -b /usr/bin/kdeconnect-indicator & redshift-gtk & nm-applet & -/usr/lib/pam_kwallet_init & +gnome-keyring-daemon --start ~/dotfiles/scripts/nextcloud-kwallet.sh & +keepassxc &