parent
9a65ded031
commit
f08e1b67ca
@ -1,3 +1,4 @@
|
||||
/plasma-desktop-5.5.2.tar.xz
|
||||
/plasma-desktop-5.5.3.tar.xz
|
||||
/plasma-desktop-5.5.4.tar.xz
|
||||
/plasma-desktop-5.5.5.tar.xz
|
||||
|
@ -1,32 +0,0 @@
|
||||
From 1b5307e78dacea388c18c239a7f4b544686bc748 Mon Sep 17 00:00:00 2001
|
||||
From: Kai Uwe Broulik <kde@privat.broulik.de>
|
||||
Date: Fri, 26 Feb 2016 20:41:06 +0100
|
||||
Subject: [PATCH 14/14] [Kickoff] Add removeApplicationCommand from Kicker
|
||||
|
||||
This was forgotten and thus uninstalling applications didn't work
|
||||
|
||||
CCBUG: 359837
|
||||
FIXED-IN: 5.5.5
|
||||
---
|
||||
applets/kickoff/package/contents/config/main.xml | 6 +++++-
|
||||
1 file changed, 5 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/applets/kickoff/package/contents/config/main.xml b/applets/kickoff/package/contents/config/main.xml
|
||||
index afd0b6f..5bb97f6 100644
|
||||
--- a/applets/kickoff/package/contents/config/main.xml
|
||||
+++ b/applets/kickoff/package/contents/config/main.xml
|
||||
@@ -24,6 +24,10 @@
|
||||
<entry name="runners" type="StringList">
|
||||
<default>services,places,shell,bookmarks,recentdocuments,locations,baloosearch</default>
|
||||
</entry>
|
||||
- </group>
|
||||
|
||||
+ <entry name="removeApplicationCommand" type="String">
|
||||
+ <default>muon-discover --application</default>
|
||||
+ </entry>
|
||||
+
|
||||
+ </group>
|
||||
</kcfg>
|
||||
--
|
||||
2.5.0
|
||||
|
Loading…
Reference in new issue