Commit db219813 authored by dylan araps's avatar dylan araps

de: Fix GNOME bug

parent ca49b178
...@@ -689,7 +689,10 @@ get_de() { ...@@ -689,7 +689,10 @@ get_de() {
*"xfce5"*) de="Xfce5" ;; *"xfce5"*) de="Xfce5" ;;
*"xfce"*) de="Xfce" ;; *"xfce"*) de="Xfce" ;;
*"mate"*) de="MATE" ;; *"mate"*) de="MATE" ;;
*"GNOME"*) de="GNOME $(gnome-shell --version)" ;; *"GNOME"*)
de="$(gnome-shell --version)"
de="${de/Shell }"
;;
esac esac
# Log that the function was run. # Log that the function was run.
......
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