diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-08-27 08:36:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-27 14:42:14 +0200 |
commit | 8d55a7f24fa25fbe8efd19db5c2af97e27dc369c (patch) | |
tree | b8a80ff7deab4279444fda9fe6ff5dc441d2fd5f | |
parent | 312b7ed8ab03845db8e1b8c78245b077b6e7e0d5 (diff) | |
download | meta-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>
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch | 31 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.1.bb | 3 |
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 @@ | |||
1 | From 708e59caaf1c0c271a96a4d1fe46b122aff45e34 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Mon, 27 Aug 2012 09:16:29 +0200 | ||
4 | Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4 | ||
5 | crash on first start | ||
6 | MIME-Version: 1.0 | ||
7 | Content-Type: text/plain; charset=UTF-8 | ||
8 | Content-Transfer-Encoding: 8bit | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | Signed-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 | |||
16 | diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | ||
17 | index 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="<Control>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 | -- | ||
30 | 1.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" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" | 5 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | inherit xfce | 8 | inherit xfce |
8 | 9 | ||
10 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" | ||
11 | |||
9 | FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" | 12 | FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor" |
10 | 13 | ||
11 | SRC_URI[md5sum] = "30bd432dd0f19305e846a122d4c7c6fe" | 14 | SRC_URI[md5sum] = "30bd432dd0f19305e846a122d4c7c6fe" |