blob: 616142761e29fa79e9538b13e10b55e2c29c4b7f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 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>
Brad Bishop316dfdd2018-06-25 12:45:53 -040012
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013---
14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
15 1 files changed, 4 insertions(+), 0 deletions(-)
16
17diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
18index 723a10d..e6502f3 100644
19--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
20+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
Brad Bishop316dfdd2018-06-25 12:45:53 -040021@@ -75,4 +75,8 @@
Andrew Geissler72956ed2021-01-08 16:11:14 -060022 <property name="<Super>KP_Next" type="string" value="tile_down_right_key"/>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023 </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