From cc97ab119f17b9e885daa680fafea5e95f36bd50 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 23 Feb 2018 10:03:49 +0100 Subject: [PATCH] Set XDG_CURRENT_DESKTOP to GNOME This enables using Gnome Settings outside of Gnome --- shells/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shells/fish/config.fish b/shells/fish/config.fish index da8d79a..5a885c2 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -68,6 +68,10 @@ if test -z $DEBEMAIL set -Ux DEBEMAIL "opensource@mmk2410.org" end +if test -z $XDG_CURRENT_DESKTOP + set -Ux XDG_CURRENT_DESKTOP GNOME +end + # Attach the autoscreen screen session if StumpWM is running # and it's not already in use. # if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)