summaryrefslogtreecommitdiff
path: root/scripts/xdg-desktop-icon
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xdg-desktop-icon')
-rwxr-xr-xscripts/xdg-desktop-icon1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/xdg-desktop-icon b/scripts/xdg-desktop-icon
index 2f9208f..5707e35 100755
--- a/scripts/xdg-desktop-icon
+++ b/scripts/xdg-desktop-icon
@@ -409,6 +409,7 @@ detectDE()
elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1` ; then DE=gnome;
elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce;
elif [ x"$DESKTOP_SESSION" == x"LXDE" ]; then DE=lxde;
+ else DE=""
fi
}