Commit 9180914d authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

DE: Fixed GNOME fallback detection

parent 512c3bef
......@@ -553,7 +553,7 @@ get_de() {
elif [[ "$DESKTOP_SESSION" ]]; then
de="${DESKTOP_SESSION/ *}"
elif [[ "$GOME_DESKTOP_SESSION_ID" ]]; then
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
de="GNOME"
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment