From 93a336608887feb077e3f84cfaa75487560edb5a Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 10 Apr 2019 14:26:28 +0200 Subject: [PATCH] Fixup "Use nemo-desktop with nautilus > 3.30" Commit 0d0e74da0d2250bfa324eaf71a1cb9be8813d422 changed the code to use nemo to draw desktop icons for nautilus > 3.30, but was still referring to it in gsettings.py. Signed-off-by: Benjamin Drung --- UnityTweakTool/section/spaghetti/gsettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityTweakTool/section/spaghetti/gsettings.py b/UnityTweakTool/section/spaghetti/gsettings.py index 305dd07..f6692fd 100644 --- a/UnityTweakTool/section/spaghetti/gsettings.py +++ b/UnityTweakTool/section/spaghetti/gsettings.py @@ -108,7 +108,7 @@ def color_to_hash(c,alpha=1): antialiasing = gnome('settings-daemon.plugins.xsettings') background = gnome('desktop.background') -desktop = gnome('nautilus.desktop') +desktop = dynamic.desktop_schema interface = gnome('desktop.interface') lockdown = gnome('desktop.lockdown') wm = gnome('desktop.wm.preferences')