[oe-commits] Koen Kooi : xfce4-settings 4.8.2: change default icon theme to 'gnome'

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 15:20:37 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 339a2cbf0ecf17f6b771e53eb43107bfa6d342fa
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=339a2cbf0ecf17f6b771e53eb43107bfa6d342fa

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Oct 15 16:53:12 2011 +0200

xfce4-settings 4.8.2: change default icon theme to 'gnome'

'task-xfce4-base' doesn't install the 'Rodent' theme leading to missing icons. With this patch all icons show up.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Acked-by: Andreas Müller <schnitzeltony at gmx.de>

---

 ...settingsd-use-gnome-as-default-icon-theme.patch |   29 ++++++++++++++++++++
 .../xfce4-settings/xfce4-settings_4.8.2.bb         |    6 +++-
 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 0000000..d428848
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xfsettingsd-use-gnome-as-default-icon-theme.patch
@@ -0,0 +1,29 @@
+From 576e7881bdc84390cc51210ee37e5bdd87a170fc Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen at dominion.thruhere.net>
+Date: Sat, 15 Oct 2011 16:43:09 +0200
+Subject: [PATCH] xfsettingsd: use 'gnome' as default icon theme
+
+Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
+---
+
+Upstream-status: unacceptable (config)
+
+ xfsettingsd/xsettings.xml |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
+index 049b4ed..d8c6a85 100644
+--- a/xfsettingsd/xsettings.xml
++++ b/xfsettingsd/xsettings.xml
+@@ -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="gnome"/>
+   </property>
+   <property name="Xft" type="empty">
+     <property name="DPI" type="int" value="-1"/>
+-- 
+1.6.6.1
+
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 7b31dae..258c238 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier"
 
-PR = "r0"
+PR = "r1"
 
 inherit xfce
 
+SRC_URI += "file://0001-xfsettingsd-use-gnome-as-default-icon-theme.patch"
+
 SRC_URI[md5sum] = "a45420fea20f29265ab6785cb1d07377"
 SRC_URI[sha256sum] = "3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0"
+
+RRECOMMENDS_${PN} += "gnome-icon-theme"





More information about the Openembedded-commits mailing list