Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > debf0d95c6f23234db4d77ee5683f9b4 > files > 1

gnupg2-2.2.17-1.mga7.src.rpm

Index: gnupg-2.2.17/g10/photoid.c
===================================================================
--- gnupg-2.2.17/g10/photoid.c
+++ gnupg-2.2.17/g10/photoid.c	2019-07-09 19:21:36.135256953 +0200
@@ -282,9 +282,7 @@
 #elif defined(__riscos__)
   return "Filer_Run %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))
     return "xdg-open %i";