[cinnamon] fix background patch

leigh123linux leigh123linux at fedoraproject.org
Sat Nov 8 13:30:24 UTC 2014


commit ba79ba767dd80c95fc96a0ccfc443f89b79a5002
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sat Nov 8 13:30:10 2014 +0000

    fix background patch

 background.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/background.patch b/background.patch
index 9810f7e..2a8164d 100644
--- a/background.patch
+++ b/background.patch
@@ -1,11 +1,11 @@
 --- a/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
 +++ b/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
-@@ -199,7 +199,7 @@ class Module:
+@@ -198,7 +198,7 @@ class Module:
      def get_system_backgrounds(self):
          picture_list = []
          folder_list = []
 -        properties_dir = "/usr/share/cinnamon-background-properties"
 +        properties_dir = "/usr/share/gnome-background-properties"
+         backgrounds = []
          if os.path.exists(properties_dir):
              for i in os.listdir(properties_dir):
-                 if i.endswith(".xml"):


More information about the scm-commits mailing list