Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 27528ce22cbbef790e66fb3581cade2e > files > 1

gnupg2-2.3.8-1.mga9.src.rpm

Index: gnupg-2.3.1/g10/photoid.c
===================================================================
--- gnupg-2.3.1/g10/photoid.c
+++ gnupg-2.3.1/g10/photoid.c	2021-04-21 07:51:09.747603507 +0200
@@ -282,9 +282,7 @@
   /* OS X.  This really needs more than just __APPLE__. */
   return "open %I";
 #else
-  if (!path_access ("xloadimage", X_OK))
-    return "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin";
-  else if (!path_access ("display",X_OK))
+  if (!path_access ("display",X_OK))
     return "display -title 'KeyID 0x%k' %i";
   else if (getuid () && !path_access ("xdg-open", X_OK))
     {