summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-08-27 08:36:51 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-27 14:42:14 +0200
commit8d55a7f24fa25fbe8efd19db5c2af97e27dc369c (patch)
treeb8a80ff7deab4279444fda9fe6ff5dc441d2fd5f /meta-xfce
parent312b7ed8ab03845db8e1b8c78245b077b6e7e0d5 (diff)
downloadmeta-openembedded-8d55a7f24fa25fbe8efd19db5c2af97e27dc369c.tar.gz
libxfce4ui: fix xfwm4 crash (no window borders) on first start
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch31
-rw-r--r--meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb3
2 files changed, 34 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch b/meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch
new file mode 100644
index 000000000..b8c917883
--- /dev/null
+++ b/meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch
@@ -0,0 +1,31 @@
1From 708e59caaf1c0c271a96a4d1fe46b122aff45e34 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Mon, 27 Aug 2012 09:16:29 +0200
4Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4
5 crash on first start
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10Upstream-Status: Pending
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
14 1 files changed, 4 insertions(+), 0 deletions(-)
15
16diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
17index 723a10d..e6502f3 100644
18--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
19+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
20@@ -66,4 +66,8 @@
21 <property name="&lt;Control&gt;F12" type="string" value="workspace_12_key"/>
22 </property>
23 </property>
24+ <property name="providers" type="array">
25+ <value type="string" value="commands"/>
26+ <value type="string" value="xfwm4"/>
27+ </property>
28 </channel>
29--
301.7.6.5
31
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb
index ae9dddff6..e2bc81ea1 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb
@@ -3,9 +3,12 @@ SECTION = "x11/libs"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" 4LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
5DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" 5DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf"
6PR = "r1"
6 7
7inherit xfce 8inherit xfce
8 9
10SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch"
11
9FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" 12FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
10 13
11SRC_URI[md5sum] = "30bd432dd0f19305e846a122d4c7c6fe" 14SRC_URI[md5sum] = "30bd432dd0f19305e846a122d4c7c6fe"