summaryrefslogtreecommitdiffstats
path: root/system/gnomint/patches/06_desktop-file.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-10-26 22:06:13 +0100
committer Matteo Bernardini2020-10-26 22:06:13 +0100
commite640e49a5bd5cb8a3b272af2d38aa2c5d9993949 (patch)
treeefdec9a92e47f20efe8b45860584319c9fac9a8c /system/gnomint/patches/06_desktop-file.patch
parent41fa52299e271fdd4909b298cd0348f5f01986ea (diff)
downloadslackbuilds-e640e49a5bd5cb8a3b272af2d38aa2c5d9993949.tar.gz
20201026.1 global branch merge.current-20201026.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/gnomint/patches/06_desktop-file.patch')
-rw-r--r--system/gnomint/patches/06_desktop-file.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/gnomint/patches/06_desktop-file.patch b/system/gnomint/patches/06_desktop-file.patch
new file mode 100644
index 0000000000..a6b73b084a
--- /dev/null
+++ b/system/gnomint/patches/06_desktop-file.patch
@@ -0,0 +1,22 @@
+Description: Add code to Exec key, remove Encoding key, add Keywords key.
+Author: Yavor Doganov <yavor@gnu.org>
+Forwarded: gnomint-devel@lists.sourceforge.net
+Last-Update: 2018-09-01
+---
+
+--- gnomint-1.3.0.orig/gui/gnomint.desktop.in
++++ gnomint-1.3.0/gui/gnomint.desktop.in
+@@ -2,11 +2,11 @@
+ _Name=gnoMint X.509 CA Manager
+ GenericName=gnoMint X.509 CA Manager
+ _Comment=Manage X.509 certificates and CAs, easily and graphically
+-Exec=gnomint
++_Keywords=certificate;x.509;encryption;
++Exec=gnomint %f
+ Terminal=false
+ Type=Application
+ Icon=gnomint
+ Categories=GNOME;Application;System;Security
+ MimeType=application/x-gnomint;
+ StartupNotify=true
+-Encoding=UTF-8