[gnome-backgrounds] default bg: correct install paths



commit fec0c1ef16963f188ca3ca6fc589f5819d5d2e38
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 7 11:19:00 2014 +0200

    default bg: correct install paths

 backgrounds/adwaita-timed.xml.in |   18 +++++++++---------
 backgrounds/adwaita.xml.in.in    |    2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/backgrounds/adwaita-timed.xml.in b/backgrounds/adwaita-timed.xml.in
index c2ae451..9a024dc 100644
--- a/backgrounds/adwaita-timed.xml.in
+++ b/backgrounds/adwaita-timed.xml.in
@@ -13,39 +13,39 @@
 <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. -->
 <static>
 <duration>3600.0</duration>
-<file>@datadir@/themes/Adwaita/backgrounds/adwaita-morning.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-morning.jpg</file>
 </static>
 
 <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. -->
 <transition type="overlay">
 <duration>18000.0</duration>
-<from>@datadir@/themes/Adwaita/backgrounds/adwaita-morning.jpg</from>
-<to>@datadir@/themes/Adwaita/backgrounds/adwaita-day.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-morning.jpg</from>
+<to>@datadir@/backgrounds/gnome/adwaita-day.jpg</to>
 </transition>
 
 <!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. -->
 <static>
 <duration>18000.0</duration>
-<file>@datadir@/themes/Adwaita/backgrounds/adwaita-day.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-day.jpg</file>
 </static>
 
 <!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. -->
 <transition type="overlay">
 <duration>21600.0</duration>
-<from>@datadir@/themes/Adwaita/backgrounds/adwaita-day.jpg</from>
-<to>@datadir@/themes/Adwaita/backgrounds/adwaita-night.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-day.jpg</from>
+<to>@datadir@/backgrounds/gnome/adwaita-night.jpg</to>
 </transition>
 
 <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. -->
 <static>
 <duration>18000.0</duration>
-<file>@datadir@/themes/Adwaita/backgrounds/adwaita-night.jpg</file>
+<file>@datadir@/backgrounds/gnome/adwaita-night.jpg</file>
 </static>
 
 <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. -->
 <transition type="overlay">
 <duration>7200.0</duration>
-<from>@datadir@/themes/Adwaita/backgrounds/adwaita-night.jpg</from>
-<to>@datadir@/themes/Adwaita/backgrounds/adwaita-morning.jpg</to>
+<from>@datadir@/backgrounds/gnome/adwaita-night.jpg</from>
+<to>@datadir@/backgrounds/gnome/adwaita-morning.jpg</to>
 </transition>
 </background>
diff --git a/backgrounds/adwaita.xml.in.in b/backgrounds/adwaita.xml.in.in
index 7579347..875561a 100644
--- a/backgrounds/adwaita.xml.in.in
+++ b/backgrounds/adwaita.xml.in.in
@@ -3,7 +3,7 @@
 <wallpapers>
   <wallpaper deleted="false">
     <_name>Default Background</_name>
-    <filename>@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml</filename>
+    <filename>@datadir@/backgrounds/gnome/adwaita-timed.xml</filename>
     <options>zoom</options>
     <shade_type>solid</shade_type>
     <pcolor>#3465a4</pcolor>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]