aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2015-06-21 11:52:26 +0300
committerJani Välimaa <wally@mageia.org>2015-06-21 11:52:26 +0300
commit60814e0eb86f964876775d9f2f3df77ea0996c63 (patch)
treea5c059edf7f0e89b6037c2679d251abae363ce45
parent8232d53474cc7e5c96bfe0075d45fbd3533331b6 (diff)
downloadconfig-60814e0eb86f964876775d9f2f3df77ea0996c63.tar
config-60814e0eb86f964876775d9f2f3df77ea0996c63.tar.gz
config-60814e0eb86f964876775d9f2f3df77ea0996c63.tar.bz2
config-60814e0eb86f964876775d9f2f3df77ea0996c63.tar.xz
config-60814e0eb86f964876775d9f2f3df77ea0996c63.zip
Use Adwaita as default gtk and icon theme4.120.6.0
-rw-r--r--Makefile4
-rw-r--r--NEWS3
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml4
3 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e731df2..97c61b7 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ NAME = mageia-xfce-config
# * 4.100.5.2 (Second release of Xfce 4.10 settings for Mageia 5)
XFCEVERSION = 4.12
-MGAVERSION = 5
-RELEASE = 1
+MGAVERSION = 6
+RELEASE = 0
VERSION = $(XFCEVERSION)0.$(MGAVERSION).$(RELEASE)
diff --git a/NEWS b/NEWS
index 42076ac..e6307cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 4.120.6.0 - 2015-06-21
+- Use Adwaita as default gtk and icon theme
+
Version 4.120.5.1 - 2015-03-26
- fix/change default desktop background image path
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
index 955495e..416f9db 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -6,8 +6,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
- <property name="ThemeName" type="string" value="oxygen-gtk"/>
- <property name="IconThemeName" type="string" value="oxygen"/>
+ <property name="ThemeName" type="string" value="Adwaita"/>
+ <property name="IconThemeName" type="string" value="Adwaita"/>
<property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>