Commit 44f1afcf authored by Dylan Araps's avatar Dylan Araps

DE: Fix incorrect DE name, closes #772

parent 1378d3b3
......@@ -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"
......
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