xfce4-settings: restore patch for default settings.

This commit is contained in:
Juan RP 2012-04-19 18:46:27 +02:00
parent 488322ab84
commit 3444574cb5
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,30 @@
- Change default theme to Xfce.
- Change default icon theme to gnome.
- Enable Antialias and Hinting by default.
--- xfsettingsd/xsettings.xml.orig 2012-04-19 18:13:36.036629829 +0200
+++ xfsettingsd/xsettings.xml 2012-04-19 18:15:08.410392293 +0200
@@ -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="empty"/>
- <property name="IconThemeName" type="empty"/>
+ <property name="ThemeName" type="Xfce"/>
+ <property name="IconThemeName" type="gnome"/>
<property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
@@ -19,9 +19,9 @@
</property>
<property name="Xft" type="empty">
<property name="DPI" type="empty"/>
- <property name="Antialias" type="int" value="-1"/>
- <property name="Hinting" type="int" value="-1"/>
- <property name="HintStyle" type="string" value="hintnone"/>
+ <property name="Antialias" type="int" value="1"/>
+ <property name="Hinting" type="int" value="-1"/>
+ <property name="HintStyle" type="string" value="hintfull"/>
<property name="RGBA" type="string" value="none"/>
<!-- <property name="Lcdfilter" type="string" value="none"/> -->
</property>

View File

@ -1,6 +1,7 @@
# Template file for 'xfce4-settings'
pkgname=xfce4-settings
version=4.9.5
revision=1
homepage="http://xfce.org"
distfiles="http://archive.xfce.org/src/xfce/xfce4-settings/4.9/$pkgname-$version.tar.bz2"
build_style=gnu-configure
@ -31,3 +32,4 @@ Add_dependency build libcanberra-devel
Add_dependency build garcon-devel
Add_dependency run desktop-file-utils
Add_dependency run gnome-icon-theme