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---
14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
15 1 file changed, 4 insertions(+)
16
17diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
18index 32901e3..8189c4c 100644
19--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
20+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
21@@ -96,4 +96,8 @@
22       <property name="&lt;Super&gt;KP_Next" type="string" value="tile_down_right_key"/>
23     </property>
24   </property>
25+  <property name="providers" type="array">
26+    <value type="string" value="commands"/>
27+    <value type="string" value="xfwm4"/>
28+  </property>
29 </channel>
30--
311.7.6.5
32
33