[cinnamon] add new patch

leigh123linux leigh123linux at fedoraproject.org
Sat Aug 10 23:29:57 UTC 2013


commit 7340c38df0a05751b6c676a90269fd01f9992c8d
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sun Aug 11 00:29:34 2013 +0100

    add new patch

 gsettings_rename.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/gsettings_rename.patch b/gsettings_rename.patch
new file mode 100644
index 0000000..65def77
--- /dev/null
+++ b/gsettings_rename.patch
@@ -0,0 +1,15 @@
+--- a/files/usr/lib/cinnamon-settings/modules/cs_themes.py
++++ b/files/usr/lib/cinnamon-settings/modules/cs_themes.py
+@@ -58,10 +58,10 @@
+         keybindingThemeSwitcher = GSettingsComboBox(_("Keybindings"), "org.gnome.desktop.interface", "gtk-key-theme", None, self._load_keybinding_themes())
+         other_settings_box.pack_start(keybindingThemeSwitcher, False, False, 2)            
+         
+-        menusHaveIconsCB = GSettingsCheckButton(_("Show icons in menus"), "org.gnome.desktop.interface", "menus-have-icons", None)
++        menusHaveIconsCB = GSettingsCheckButton(_("Show icons in menus"), "org.cinnamon.settings-daemon.plugins.xsettings", "menus-have-icons", None)
+         other_settings_box.pack_start(menusHaveIconsCB, False, False, 2)
+         
+-        buttonsHaveIconsCB = GSettingsCheckButton(_("Show icons on buttons"), "org.gnome.desktop.interface", "buttons-have-icons", None)
++        buttonsHaveIconsCB = GSettingsCheckButton(_("Show icons on buttons"), "org.cinnamon.settings-daemon.plugins.xsettings", "buttons-have-icons", None)
+         other_settings_box.pack_start(buttonsHaveIconsCB, False, False, 2)
+ 
+         return scrolledWindow


More information about the scm-commits mailing list