gnupg-1.9.3-use-ImageMagick-for-photo.patch 343 B

123456789101112
  1. --- gnupg-1.9.3/g10/photoid.c.display 2004-01-24 15:03:56.745060064 +0800
  2. +++ gnupg-1.9.3/g10/photoid.c 2004-01-24 15:04:21.560287576 +0800
  3. @@ -240,7 +240,7 @@
  4. #elif defined(__riscos__)
  5. return "Filer_Run %I";
  6. #else
  7. - return "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin";
  8. + return "display -title 'KeyID 0x%k'";
  9. #endif
  10. }
  11. #endif