[SCM] ark packaging branch, master, updated. debian/16.08.3-1-46-gd5ebc5a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Oct 31 17:58:43 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ark.git;a=commitdiff;h=b1fe854

The following commit has been merged in the master branch:
commit b1fe854cfc5d2b5e3e561c29227b9b10ac968d01
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Jul 11 19:26:40 2016 +0100

    add maintainer_plasma-5.7-launch.diff as advised by Elvis Angelaccio
---
 debian/patches/maintainer_plasma-5.7-launch.diff | 31 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/maintainer_plasma-5.7-launch.diff b/debian/patches/maintainer_plasma-5.7-launch.diff
new file mode 100644
index 0000000..bf669dc
--- /dev/null
+++ b/debian/patches/maintainer_plasma-5.7-launch.diff
@@ -0,0 +1,31 @@
+From: Elvis Angelaccio <elvis.angelaccio at kdemail.net>
+Date: Thu, 07 Jul 2016 09:30:59 +0000
+Subject: Fix starting Ark from Plasma 5.7
+X-Git-Url: http://quickgit.kde.org/?p=ark.git&a=commitdiff&h=132743e572fb7550cbfbbe8db848f2a28a0001cb
+---
+Fix starting Ark from Plasma 5.7
+
+Plasma 5.7 introduced some changes that exposed a bug in Ark, resulting in the
+app not starting when invoked from the start menu or KRunner.
+
+Dropping the X-KDE-HasTempFileOption property from the Ark .desktop file fixes
+this issue.
+
+This property was (wrongly) set in commit bc6dcce537af, where Ark was ported
+away from KUniqueApplication.
+
+Thanks to Ragnar Thomsen for the bugfix.
+---
+
+
+--- a/app/org.kde.ark.desktop.cmake
++++ b/app/org.kde.ark.desktop.cmake
+@@ -154,7 +154,6 @@
+ Terminal=false
+ X-DBUS-StartupType=Multi
+ X-DBUS-ServiceName=org.kde.ark
+-X-KDE-HasTempFileOption=true
+ Categories=Qt;KDE;Utility;Archiving;Compression;X-KDE-Utilities-File;
+ InitialPreference=3
+ Comment=Work with file archives
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a2602b9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+maintainer_plasma-5.7-launch.diff

-- 
ark packaging



More information about the pkg-kde-commits mailing list