diff options
author | Jani Välimaa <wally@mageia.org> | 2015-03-26 16:07:13 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2015-03-26 16:07:13 +0200 |
commit | a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e (patch) | |
tree | 1f49202730cc102970e4116f9b247c3fc0cb7d40 /data/xfce4/xfconf | |
parent | c9aa31a2ff8ded3aa8c2a27a7573c6605c4b869b (diff) | |
download | config-a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e.tar config-a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e.tar.gz config-a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e.tar.bz2 config-a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e.tar.xz config-a29e4641e9f763bd50ed9ec3f6a4de1d147bd11e.zip |
Fix/change default desktop background image path
Use image in folder from where Xfce searches by default
Diffstat (limited to 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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"/> |