diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-18 16:39:41 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-18 16:39:41 +0200 |
commit | 70864b3c9b9ad25d2140cbc483ab7cd2390f1650 (patch) | |
tree | ceeac6ee91da57431e0bd4f586bebdfb95ef0f5d | |
parent | ba44d3afe32b698f5b027e4897c270b196b3e994 (diff) | |
download | config-70864b3c9b9ad25d2140cbc483ab7cd2390f1650.tar config-70864b3c9b9ad25d2140cbc483ab7cd2390f1650.tar.gz config-70864b3c9b9ad25d2140cbc483ab7cd2390f1650.tar.bz2 config-70864b3c9b9ad25d2140cbc483ab7cd2390f1650.tar.xz config-70864b3c9b9ad25d2140cbc483ab7cd2390f1650.zip |
Default background symlink changed from .jpg to .png
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/terminal/terminalrc | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,5 @@ +- Default background symlink changed from .jpg to .png + Version 4.120.6.1 - 2016-08-07 - Update app menu icon (mga#18579) - Create a new xfconf settings property for LockCommand (used in xflock4) diff --git a/data/xfce4/terminal/terminalrc b/data/xfce4/terminal/terminalrc index 353c6f5..48554c5 100644 --- a/data/xfce4/terminal/terminalrc +++ b/data/xfce4/terminal/terminalrc @@ -1,5 +1,5 @@ [Configuration] -BackgroundImageFile=/usr/share/mga/backgrounds/default.jpg +BackgroundImageFile=/usr/share/mga/backgrounds/default.png BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_STRETCHED BackgroundDarkness=0,350000 BindingBackspace=TERMINAL_ERASE_BINDING_ASCII_DELETE diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index d86f043..37e427c 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/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-path" type="string" value="/usr/share/backgrounds/xfce/mageia.png"/> + <property name="last-image" type="string" value="/usr/share/backgrounds/xfce/mageia.png"/> + <property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/mageia.png"/> <property name="image-show" type="empty"/> <property name="brightness" type="int" value="0"/> <property name="saturation" type="double" value="1.000000"/> |