From d7e13bac47a195269469caa20bba783daa39c837 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 11 Apr 2022 14:39:37 -0300 Subject: [PATCH] Run dbus-update in LAPTOP --- dotfiles/.xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 86eb20a..5478725 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -49,11 +49,11 @@ else # Restart network ~/.local/bin/netRestart & - - # Fix dbus BUG with GNOME keyring - dbus-update-activation-environment --systemd DISPLAY fi +# Fix dbus BUG with GNOME keyring +dbus-update-activation-environment --systemd DISPLAY + # Start GNOME keyring eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK