← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 429: xfce4-desktop.xml: use the correct path to the wallpaper.

 

------------------------------------------------------------
revno: 429
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Thu 2013-07-04 20:22:16 +0200
message:
  xfce4-desktop.xml: use the correct path to the wallpaper.
modified:
  debian/changelog
  etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml


--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk

Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2013-07-04 18:05:00 +0000
+++ debian/changelog	2013-07-04 18:22:16 +0000
@@ -3,6 +3,9 @@
   [ Craig Hrabal ]
   * debian/control - Fixed typo in package description. lp: #1168391
 
+  [ Sean Davis ]
+  * xfce4-desktop.xml: use the correct path to the wallpaper.
+
   [ Len Ovens ]
   * Fix applications menu to allow menu merging (LP: #1187619).
 

=== modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml	2012-08-29 17:09:47 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml	2013-07-04 18:22:16 +0000
@@ -13,11 +13,11 @@
   <property name="backdrop" type="empty">
     <property name="screen0" type="empty">
       <property name="monitor0" type="empty">
-        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-quantal.png"/>
+        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-raring.png"/>
         <property name="image-show" type="bool" value="true"/>
       </property>
       <property name="monitor1" type="empty">
-        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-quantal.png"/>
+        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-raring.png"/>
         <property name="image-show" type="bool" value="true"/>
       </property>
     </property>