xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #02738
[Merge] lp:~ochosi/xubuntu-default-settings/xfdesktop_background into lp:xubuntu-default-settings
Simon Steinbeiß has proposed merging lp:~ochosi/xubuntu-default-settings/xfdesktop_background into lp:xubuntu-default-settings.
Requested reviews:
Xubuntu Developers (xubuntu-dev)
For more details, see:
https://code.launchpad.net/~ochosi/xubuntu-default-settings/xfdesktop_background/+merge/208624
This is only a minimal update to the xfdesktop default settings, reflecting changes in the transition from xfdesktop4.10 to 4.11.
Without this change, there won't be a wallpaper by default, as mentioned in https://bugs.launchpad.net/xfdesktop/+bug/1271713
--
https://code.launchpad.net/~ochosi/xubuntu-default-settings/xfdesktop_background/+merge/208624
Your team Xubuntu Developers is requested to review the proposed merge of lp:~ochosi/xubuntu-default-settings/xfdesktop_background into lp:xubuntu-default-settings.
=== 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 2013-09-20 19:36:02 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml 2014-02-27 15:20:59 +0000
@@ -13,12 +13,16 @@
<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-wallpaper.png"/>
- <property name="image-show" type="bool" value="true"/>
+ <property name="workspace0" type="empty">
+ <property name="image-last" type="string" value="/usr/share/xfce4/backdrops/xubuntu-wallpaper.png"/>
+ <property name="image-show" type="bool" value="true"/>
+ </property>
</property>
<property name="monitor1" type="empty">
- <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-wallpaper.png"/>
- <property name="image-show" type="bool" value="true"/>
+ <property name="workspace0" type="empty">
+ <property name="image-last" type="string" value="/usr/share/xfce4/backdrops/xubuntu-wallpaper.png"/>
+ <property name="image-show" type="bool" value="true"/>
+ </property>
</property>
</property>
</property>
Follow ups