- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 708e59caaf1c0c271a96a4d1fe46b122aff45e34 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
|
Date: Mon, 27 Aug 2012 09:16:29 +0200
|
|
Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4
|
|
crash on first start
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
|
|
|
---
|
|
libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
|
index 32901e3..8189c4c 100644
|
|
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
|
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
|
@@ -96,4 +96,8 @@
|
|
<property name="<Super>KP_Next" type="string" value="tile_down_right_key"/>
|
|
</property>
|
|
</property>
|
|
+ <property name="providers" type="array">
|
|
+ <value type="string" value="commands"/>
|
|
+ <value type="string" value="xfwm4"/>
|
|
+ </property>
|
|
</channel>
|
|
--
|
|
1.7.6.5
|
|
|