Commit 67dce7f4 authored by Michael Straube's avatar Michael Straube

DE: Fix WM Theme not detected on MATE

parent dcdfaa76
...@@ -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