diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ +- fix/change default desktop background image path + Version 4.120.5.0 - 2015-03-03 - initial version for 4.12 diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index 565f99f..d86f043 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -4,9 +4,9 @@ <property name="backdrop" type="empty"> <property name="screen0" type="empty"> <property name="monitor0" type="empty"> - <property name="image-path" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> - <property name="last-image" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> - <property name="last-single-image" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> + <property name="image-path" type="string" value="/usr/share/backgrounds/xfce/mageia.jpg"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/mageia.jpg"/> + <property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/mageia.jpg"/> <property name="image-show" type="empty"/> <property name="brightness" type="int" value="0"/> <property name="saturation" type="double" value="1.000000"/> |