summaryrefslogtreecommitdiff
path: root/community/cinnamon/background.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-15 01:55:49 -0700
committerroot <root@rshg054.dnsready.net>2013-08-15 01:55:49 -0700
commit67142d22ee558cc14309b0a3d372ed796ae8d545 (patch)
treec5438425fb356422d27df30dd9896407e397ca33 /community/cinnamon/background.patch
parent35ddd3815641e4564d75c5b402f7f0cf48628167 (diff)
Thu Aug 15 01:55:47 PDT 2013
Diffstat (limited to 'community/cinnamon/background.patch')
-rw-r--r--community/cinnamon/background.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/cinnamon/background.patch b/community/cinnamon/background.patch
new file mode 100644
index 000000000..ccfdce4cf
--- /dev/null
+++ b/community/cinnamon/background.patch
@@ -0,0 +1,16 @@
+--- a/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
++++ b/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
+@@ -334,10 +334,9 @@ class BackgroundWallpaperPane (Gtk.VBox)
+
+ def update_icon_view(self):
+ pictures_list = []
+- if os.path.exists("/usr/share/cinnamon-background-properties"):
+- for i in os.listdir("/usr/share/cinnamon-background-properties"):
+- if i.endswith(".xml"):
+- pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/cinnamon-background-properties", i))
++ for i in os.listdir("/usr/share/gnome-background-properties"):
++ if i.endswith(".xml"):
++ pictures_list += self.parse_xml_backgrounds_list(os.path.join("/usr/share/gnome-background-properties", i))
+
+ path = os.path.join(os.getenv("HOME"), ".cinnamon", "backgrounds")
+ if os.path.exists(path):