27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
diff --git a/set-wallpaper-contract/set-wallpaper.vala b/set-wallpaper-contract/set-wallpaper.vala
|
|
index 3e02089..7ce7041 100644
|
|
--- a/set-wallpaper-contract/set-wallpaper.vala
|
|
+++ b/set-wallpaper-contract/set-wallpaper.vala
|
|
@@ -38,7 +38,7 @@ namespace SetWallpaperContractor {
|
|
</transition>
|
|
""";
|
|
|
|
- const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds";
|
|
+ const string SYSTEM_BACKGROUNDS_PATH = "/run/current-system/sw/share/backgrounds";
|
|
|
|
private int delay_value = 60;
|
|
|
|
diff --git a/src/Views/Wallpaper.vala b/src/Views/Wallpaper.vala
|
|
index 4be14fa..aa8832f 100644
|
|
--- a/src/Views/Wallpaper.vala
|
|
+++ b/src/Views/Wallpaper.vala
|
|
@@ -38,7 +38,7 @@ public class Wallpaper : Gtk.Grid {
|
|
FileAttribute.THUMBNAIL_IS_VALID
|
|
};
|
|
|
|
- const string SYSTEM_BACKGROUNDS_PATH = "/usr/share/backgrounds";
|
|
+ const string SYSTEM_BACKGROUNDS_PATH = "/run/current-system/sw/share/backgrounds";
|
|
|
|
public Switchboard.Plug plug { get; construct set; }
|
|
private GLib.Settings settings;
|