[Pkg-privacy-commits] [seahorse-nautilus] 21/26: Fix desktop files to use valid field code with Exec key.

Carlos Maddela maddela-guest at moszumanska.debian.org
Tue Jan 10 22:14:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

maddela-guest pushed a commit to branch master
in repository seahorse-nautilus.

commit 815487dfd083ec4f568dfe313d8a8fdc937ec5a9
Author: Carlos Maddela <e7appew at gmail.com>
Date:   Sun Jan 8 23:31:17 2017 +1100

    Fix desktop files to use valid field code with Exec key.
---
 debian/patches/fix-desktop-files.patch | 56 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 57 insertions(+)

diff --git a/debian/patches/fix-desktop-files.patch b/debian/patches/fix-desktop-files.patch
new file mode 100644
index 0000000..d7b088f
--- /dev/null
+++ b/debian/patches/fix-desktop-files.patch
@@ -0,0 +1,56 @@
+From: Carlos Maddela <e7appew at gmail.com>
+Date: Sun, 8 Jan 2017 23:27:27 +1100
+Subject: Fix desktop files to use valid field code with Exec key.
+
+Description: Fix desktop files to use valid field code with Exec key.
+Author: Carlos Maddela <e7appew at gmail.com>
+Origin: vendor
+Forwarded: no
+Last-Update: 2017-01-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+---
+ tool/seahorse-pgp-encrypted.desktop.in.in | 2 +-
+ tool/seahorse-pgp-keys.desktop.in.in      | 2 +-
+ tool/seahorse-pgp-signature.desktop.in.in | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tool/seahorse-pgp-encrypted.desktop.in.in b/tool/seahorse-pgp-encrypted.desktop.in.in
+index 2d631e8..0897aa0 100644
+--- a/tool/seahorse-pgp-encrypted.desktop.in.in
++++ b/tool/seahorse-pgp-encrypted.desktop.in.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ _Name=Decrypt File
+ MimeType=application/pgp-encrypted;
+-Exec=seahorse-tool --decrypt
++Exec=seahorse-tool --decrypt %U
+ Type=Application
+ Terminal=false
+ NoDisplay=true
+diff --git a/tool/seahorse-pgp-keys.desktop.in.in b/tool/seahorse-pgp-keys.desktop.in.in
+index 36cb153..5b4bd73 100644
+--- a/tool/seahorse-pgp-keys.desktop.in.in
++++ b/tool/seahorse-pgp-keys.desktop.in.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ _Name=Import Key
+ MimeType=application/pgp-keys;
+-Exec=seahorse-tool --import
++Exec=seahorse-tool --import %U
+ Type=Application
+ Terminal=false
+ NoDisplay=true
+diff --git a/tool/seahorse-pgp-signature.desktop.in.in b/tool/seahorse-pgp-signature.desktop.in.in
+index 00b9562..77820f7 100644
+--- a/tool/seahorse-pgp-signature.desktop.in.in
++++ b/tool/seahorse-pgp-signature.desktop.in.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ _Name=Verify Signature
+ MimeType=application/pgp-signature;
+-Exec=seahorse-tool --verify
++Exec=seahorse-tool --verify %U
+ Type=Application
+ Terminal=false
+ NoDisplay=true
diff --git a/debian/patches/series b/debian/patches/series
index 55ccaa1..83403e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 gpg21.patch
 update-Makefile-am.patch
 fix-warnings.patch
+fix-desktop-files.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/seahorse-nautilus.git



More information about the Pkg-privacy-commits mailing list