summarylogtreecommitdiffstats
path: root/cs_themes.patch
diff options
context:
space:
mode:
authorHokuto2018-05-16 10:59:08 +0900
committerHokuto2018-05-16 10:59:08 +0900
commit7b8acdc9715753415293f35691b68e15b7aabf50 (patch)
tree261407bea2e4e0818c2b368ad7e3fd5e15f3b5ac /cs_themes.patch
downloadaur-7b8acdc9715753415293f35691b68e15b7aabf50.tar.gz
init commit
Diffstat (limited to 'cs_themes.patch')
-rw-r--r--cs_themes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cs_themes.patch b/cs_themes.patch
new file mode 100644
index 000000000000..1c42e176378b
--- /dev/null
+++ b/cs_themes.patch
@@ -0,0 +1,11 @@
+--- Cinnamon-3.8.2/files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py 2018-05-07 00:13:24.000000000 +0900
++++ Cinnamon-3.8.2/files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py.patched 2018-05-16 10:39:54.997455141 +0900
+@@ -322,7 +322,7 @@
+
+ def _load_metacity_themes(self):
+ dirs = ("/usr/share/themes", os.path.join(os.path.expanduser("~"), ".themes"))
+- valid = walk_directories(dirs, lambda d: os.path.exists(os.path.join(d, "metacity-1/metacity-theme-3.xml")), return_directories=True)
++ valid = walk_directories(dirs, lambda d: os.path.exists(os.path.join(d, "metacity-1")), return_directories=True)
+ valid.sort(key=lambda a: a[0].lower())
+ res = []
+ for i in valid: