diff options
author | Jani Välimaa <wally@mageia.org> | 2015-06-21 11:52:26 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2015-06-21 11:52:26 +0300 |
commit | 60814e0eb86f964876775d9f2f3df77ea0996c63 (patch) | |
tree | a5c059edf7f0e89b6037c2679d251abae363ce45 | |
parent | 8232d53474cc7e5c96bfe0075d45fbd3533331b6 (diff) | |
download | config-4.120.6.0.tar config-4.120.6.0.tar.gz config-4.120.6.0.tar.bz2 config-4.120.6.0.tar.xz config-4.120.6.0.zip |
Use Adwaita as default gtk and icon theme4.120.6.0
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -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) @@ -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"/> |