]> git.pld-linux.org Git - packages/cinnamon.git/blame - background.patch
update patches from fedora
[packages/cinnamon.git] / background.patch
CommitLineData
eb99a939
ER
1--- a/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
2+++ b/files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
3@@ -198,7 +198,7 @@ class Module:
4 def get_system_backgrounds(self):
5 picture_list = []
6 folder_list = []
7- properties_dir = "/usr/share/cinnamon-background-properties"
8+ properties_dir = "/usr/share/gnome-background-properties"
9 backgrounds = []
10 if os.path.exists(properties_dir):
11 for i in os.listdir(properties_dir):
This page took 0.235403 seconds and 4 git commands to generate.