DE: Fixed GNOME fallback detection

This commit is contained in:
Muhammad Herdiansyah 2016-12-23 12:09:28 +07:00
parent 512c3beffd
commit 9180914dcf
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ get_de() {
elif [[ "$DESKTOP_SESSION" ]]; then elif [[ "$DESKTOP_SESSION" ]]; then
de="${DESKTOP_SESSION/ *}" de="${DESKTOP_SESSION/ *}"
elif [[ "$GOME_DESKTOP_SESSION_ID" ]]; then elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
de="GNOME" de="GNOME"
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then