From 117164d87101eeb51f32f410e2a5d428fd1ff241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 8 Dec 2020 21:59:40 +0100 Subject: [PATCH] Replace gnone-keyring with kwallet --- autostart/autostart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autostart/autostart.sh b/autostart/autostart.sh index 3d78caa..8e4b9ac 100755 --- a/autostart/autostart.sh +++ b/autostart/autostart.sh @@ -121,7 +121,8 @@ run_oneshot pulseaudio start-pulseaudio-x11 --start --daemonize=false --fail=tru run gpg-agent gpg-agent --homedir "$HOME/.gnupg" --no-detach --daemon -run gnome-keyring gnome-keyring-daemon --components secrets --foreground +# run gnome-keyring_user gnome-keyring-daemon --start --components pkcs11,secrets --foreground +run kwallet kwalletd --nofork # a service called dunst already exists and conflicts run dunst_user dunst -config ~/.config/dunstrc