forked from pool/opensc
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;
|