forked from pool/opensc
- Add missing patch to changes. OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=53
26 lines
845 B
Diff
26 lines
845 B
Diff
From 4db9db7403cd5c49efc97ce6eac4ab5b4cd46e66 Mon Sep 17 00:00:00 2001
|
|
From: Stanislav Brabec <sbrabec@suse.com>
|
|
Date: Wed, 27 Jun 2018 21:20:04 +0200
|
|
Subject: [PATCH] Add GenericName to the desktop file
|
|
|
|
Add optional GenericName to org.opensc.notify.desktop. GenericName is
|
|
recently widely used for menu rendering in desktop environments.
|
|
---
|
|
src/tools/org.opensc.notify.desktop.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/tools/org.opensc.notify.desktop.in b/src/tools/org.opensc.notify.desktop.in
|
|
index 20e217d6..1c8755c4 100644
|
|
--- a/src/tools/org.opensc.notify.desktop.in
|
|
+++ b/src/tools/org.opensc.notify.desktop.in
|
|
@@ -1,5 +1,6 @@
|
|
[Desktop Entry]
|
|
Name=OpenSC Notify
|
|
+GenericName=Smard card notification
|
|
Type=Application
|
|
Comment=Monitor smart card events to send notifications.
|
|
Exec=@bindir@/opensc-notify
|
|
--
|
|
2.18.0
|
|
|