diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +- switch back to Adwaita theme as a default one as TraditionalOk seems to be quite buggy with Gtk3 apps + Version 4.120.6.4 - 2017-03-23 - xfce4-whiskermenu-plugin: Disable profile edit cmd, mugshot, by default as we don't ship such pkg (mga#20560) diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 71a8476..1832a3a 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -54,7 +54,7 @@ <property name="snap_to_border" type="bool" value="true"/> <property name="snap_to_windows" type="bool" value="false"/> <property name="snap_width" type="int" value="10"/> - <property name="theme" type="string" value="TraditionalOk"/> + <property name="theme" type="string" value="Default"/> <property name="tile_on_move" type="bool" value="true"/> <property name="title_alignment" type="string" value="left"/> <property name="title_font" type="string" value="Sans Bold 9"/> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index 639de61..416f9db 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -6,7 +6,7 @@ <?xml version="1.0" encoding="UTF-8"?> <channel name="xsettings" version="1.0"> <property name="Net" type="empty"> - <property name="ThemeName" type="string" value="TraditionalOk"/> + <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"/> |