forked from pool/opensc
Stanislav Brabec
8b4a709161
- Update to version 0.18.0: * Further improvements of PIN support. * Large number of improvements and fixes (boo#1097951). * See /usr/share/doc/packages/opensc/NEWS for complete list. - Add opensc-desktop.patch and opensc-bash-completions.patch. OBS-URL: https://build.opensuse.org/request/show/618520 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/opensc?expand=0&rev=51
23 lines
850 B
Diff
23 lines
850 B
Diff
Backport.
|
|
From d831076974f02dc7714f92526e6352ab18aee748 Mon Sep 17 00:00:00 2001
|
|
From: Frank Morgner <frankmorgner@gmail.com>
|
|
Date: Fri, 22 Jun 2018 08:47:06 +0200
|
|
Subject: [PATCH] opensc-notify: use generic icon
|
|
|
|
fixes https://github.com/OpenSC/OpenSC/issues/1402
|
|
---
|
|
src/tools/org.opensc.notify.desktop.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: opensc-0.18.0/src/tools/org.opensc.notify.desktop.in
|
|
===================================================================
|
|
--- opensc-0.18.0.orig/src/tools/org.opensc.notify.desktop.in
|
|
+++ opensc-0.18.0/src/tools/org.opensc.notify.desktop.in
|
|
@@ -3,5 +3,5 @@ Name=OpenSC Notify
|
|
Type=Application
|
|
Comment=Monitor smart card events to send notifications.
|
|
Exec=@bindir@/opensc-notify
|
|
-Icon=preferences-system-notifications
|
|
+Icon=utilities-system-monitor
|
|
Categories=Security;System;
|