DE: Fix incorrect DE name, closes #772

This commit is contained in:
Dylan Araps 2017-07-14 09:07:39 +10:00
parent 1378d3b33e
commit 44f1afcff6
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ get_de() {
de="${de/Budgie:GNOME/Budgie}"
elif [[ "$DESKTOP_SESSION" ]]; then
de="${DESKTOP_SESSION/ *}"
de="${DESKTOP_SESSION##*/}"
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
de="GNOME"