]> git.pld-linux.org Git - packages/xfce4-settings.git/commitdiff
- use Tango as a default icon theme. xfce4-icon-theme (and default Rodent
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 28 Feb 2009 21:23:05 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  icon theme) is not prepared for Xfce 4.6 (do not match XDG specification)

Changed files:
    xfce4-settings-default-icon-theme.patch -> 1.1

xfce4-settings-default-icon-theme.patch [new file with mode: 0644]

diff --git a/xfce4-settings-default-icon-theme.patch b/xfce4-settings-default-icon-theme.patch
new file mode 100644 (file)
index 0000000..c738a6e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN xfce4-settings-4.6.0/xfsettingsd/xsettings.xml xfce4-settings-4.6.0.new/xfsettingsd/xsettings.xml
+--- xfce4-settings-4.6.0/xfsettingsd/xsettings.xml     2009-02-20 18:12:35.000000000 +0100
++++ xfce4-settings-4.6.0.new/xfsettingsd/xsettings.xml 2009-02-28 21:43:22.000000000 +0100
+@@ -3,7 +3,7 @@
+ <channel name="xsettings" version="1.0">
+   <property name="Net" type="empty">
+     <property name="ThemeName" type="string" value="Xfce"/>
+-    <property name="IconThemeName" type="string" value="Rodent"/>
++    <property name="IconThemeName" type="string" value="Tango"/>
+   </property>
+   <property name="Xft" type="empty">
+     <property name="DPI" type="int" value="-1"/>
This page took 0.140812 seconds and 4 git commands to generate.