bc1cb6f00c
- Add fix-ksirk-desktop-exec-line.patch and revert it, this upstream commit breaks the application menu entry (kde#356731) OBS-URL: https://build.opensuse.org/request/show/348955 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=21
23 lines
531 B
Diff
23 lines
531 B
Diff
From: Jeremy Whiting <jpwhiting@kde.org>
|
|
Date: Mon, 23 Nov 2015 20:39:04 +0000
|
|
Subject: Fix ksirk .desktop file exec line.
|
|
X-Git-Tag: v15.11.90
|
|
X-Git-Url: http://quickgit.kde.org/?p=ksirk.git&a=commitdiff&h=8e6165d0c18cf6a624457f216ca2a5a4c9092ca6
|
|
---
|
|
Fix ksirk .desktop file exec line.
|
|
---
|
|
|
|
|
|
--- a/ksirk/ksirk.desktop
|
|
+++ b/ksirk/ksirk.desktop
|
|
@@ -1,7 +1,7 @@
|
|
# KDE Config File
|
|
[Desktop Entry]
|
|
Type=Application
|
|
-Exec=ksirk -caption %c %i
|
|
+Exec=ksirk -qwindowtitle %c %i
|
|
Icon=ksirk
|
|
X-DocPath=ksirk/index.html
|
|
Terminal=false
|
|
|