From 5cf78159ebffb1097654d799627d466e4cc74aed Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 13 Oct 2024 18:36:53 +0200 Subject: [PATCH] gnome-keyring: fix startup --- common/.config/X11/xprofile | 4 ++-- common/.config/dwm/autorun.d/setup | 5 +++-- common/.local/share/service/gnome-keyring/log/run | 2 -- common/.local/share/service/gnome-keyring/run | 3 --- 4 files changed, 5 insertions(+), 9 deletions(-) delete mode 100755 common/.local/share/service/gnome-keyring/log/run delete mode 100755 common/.local/share/service/gnome-keyring/run diff --git a/common/.config/X11/xprofile b/common/.config/X11/xprofile index 26c6dd91..7c2aa5ef 100755 --- a/common/.config/X11/xprofile +++ b/common/.config/X11/xprofile @@ -2,9 +2,9 @@ dmenupasspath="$HOME/.local/libexec/dwm/dmenupass" export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm -export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme. +export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme export SUDO_ASKPASS="$dmenupasspath" -export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. +export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname export XDG_SESSION_TYPE=X11 diff --git a/common/.config/dwm/autorun.d/setup b/common/.config/dwm/autorun.d/setup index 29855e0a..24fb5104 100755 --- a/common/.config/dwm/autorun.d/setup +++ b/common/.config/dwm/autorun.d/setup @@ -1,7 +1,8 @@ #!/bin/sh +gnome-keyring-daemon --start --components=secrets +dbus-update-activation-environment --all + xwallpaper --zoom "$XDG_DATA_HOME/bg" remaps -qd pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird - -gnome-keyring-daemon --start --components=secrets diff --git a/common/.local/share/service/gnome-keyring/log/run b/common/.local/share/service/gnome-keyring/log/run deleted file mode 100755 index 67a2e96c..00000000 --- a/common/.local/share/service/gnome-keyring/log/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec vlogger -t gnome-keyring -p daemon diff --git a/common/.local/share/service/gnome-keyring/run b/common/.local/share/service/gnome-keyring/run deleted file mode 100755 index 86f39a58..00000000 --- a/common/.local/share/service/gnome-keyring/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -exec 2>&1 -exec gnome-keyring-daemon --foreground