summarylogtreecommitdiffstats
path: root/switchboard-plug-desktop-paths.patch
blob: 67fd4ac369af0e84240a8498489602b007f74303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rupN switchboard-plug-desktop.orig/src/Views/Wallpaper.vala switchboard-plug-desktop/src/Views/Wallpaper.vala
--- switchboard-plug-desktop.orig/src/Views/Wallpaper.vala	2016-12-20 14:13:11.207917562 +0100
+++ switchboard-plug-desktop/src/Views/Wallpaper.vala	2016-12-20 14:13:47.472669721 +0100
@@ -81,7 +81,7 @@ public class Wallpaper : Gtk.EventBox {
     // name of the default-wallpaper-link that we can prevent loading it again
     // (assumes that the defaultwallpaper is also in the system wallpaper directory)
     static string DEFAULT_LINK = "file://%s/elementaryos-default".printf (SYSTEM_BACKGROUNDS_PATH);
-    const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds";
+    const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds/pantheon";
 
     public Switchboard.Plug plug { get; construct set; }
     private GLib.Settings settings;