Unverified Commit 8e3f7174 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #963 from dawidd6/unity

de: fix Unity in 18.04
parents 53e557dc 327e639e
......@@ -697,6 +697,7 @@ get_de() {
if [[ "$XDG_CURRENT_DESKTOP" ]]; then
de="${XDG_CURRENT_DESKTOP/'X-'}"
de="${de/Budgie:GNOME/Budgie}"
de="${de/:Unity7:ubuntu}"
elif [[ "$DESKTOP_SESSION" ]]; then
de="${DESKTOP_SESSION##*/}"
......
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