summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch29
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb6
2 files changed, 34 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch
new file mode 100644
index 0000000000..d428848293
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch
@@ -0,0 +1,29 @@
1From 576e7881bdc84390cc51210ee37e5bdd87a170fc Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Sat, 15 Oct 2011 16:43:09 +0200
4Subject: [PATCH] xfsettingsd: use 'gnome' as default icon theme
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8
9Upstream-status: unacceptable (config)
10
11 xfsettingsd/xsettings.xml | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
15index 049b4ed..d8c6a85 100644
16--- a/xfsettingsd/xsettings.xml
17+++ b/xfsettingsd/xsettings.xml
18@@ -3,7 +3,7 @@
19 <channel name="xsettings" version="1.0">
20 <property name="Net" type="empty">
21 <property name="ThemeName" type="string" value="Xfce"/>
22- <property name="IconThemeName" type="string" value="Rodent"/>
23+ <property name="IconThemeName" type="string" value="gnome"/>
24 </property>
25 <property name="Xft" type="empty">
26 <property name="DPI" type="int" value="-1"/>
27--
281.6.6.1
29
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
index 7b31daea99..258c23821e 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
@@ -4,9 +4,13 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" 5DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier"
6 6
7PR = "r0" 7PR = "r1"
8 8
9inherit xfce 9inherit xfce
10 10
11SRC_URI += "file://0001-xfsettingsd-use-gnome-as-default-icon-theme.patch"
12
11SRC_URI[md5sum] = "a45420fea20f29265ab6785cb1d07377" 13SRC_URI[md5sum] = "a45420fea20f29265ab6785cb1d07377"
12SRC_URI[sha256sum] = "3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0" 14SRC_URI[sha256sum] = "3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0"
15
16RRECOMMENDS_${PN} += "gnome-icon-theme"