Commit 692b2122 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #590 from mstraube/mate

DE: Fix WM Theme not detected on MATE
parents 6057b8c7 67dce7f4
...@@ -639,6 +639,9 @@ get_wm_theme() { ...@@ -639,6 +639,9 @@ get_wm_theme() {
if [[ "$de" == "Deepin" ]]; then if [[ "$de" == "Deepin" ]]; then
wm_theme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)" wm_theme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
elif [[ "$de" == "MATE" ]]; then
wm_theme="$(gsettings get org.mate.Marco.general theme)"
else else
wm_theme="$(gconftool-2 -g /apps/metacity/general/theme)" wm_theme="$(gconftool-2 -g /apps/metacity/general/theme)"
fi fi
......
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