]> git.pld-linux.org Git - packages/cinnamon.git/blob - cinnamon-gtk-3.14.patch
- updated to 5.8.2 (translations 5.8.1)
[packages/cinnamon.git] / cinnamon-gtk-3.14.patch
1 --- a/files/usr/lib/cinnamon-settings/modules/cs_themes.py
2 +++ b/files/usr/lib/cinnamon-settings/modules/cs_themes.py
3 @@ -91,7 +91,7 @@
4      
5      def _load_icon_themes(self):
6          dirs = ("/usr/share/icons", os.path.join(os.path.expanduser("~"), ".icons"))
7 -        valid = walk_directories(dirs, lambda d: os.path.isdir(d) and not os.path.exists(os.path.join(d, "cursors")) and os.path.exists(os.path.join(d, "index.theme")))
8 +        valid = walk_directories(dirs, lambda d: os.path.isdir(d) and os.path.exists(os.path.join(d, "index.theme")))
9          valid.sort(lambda a,b: cmp(a.lower(), b.lower()))
10          res = []
11          for i in valid:
This page took 0.091355 seconds and 3 git commands to generate.