diff options
Diffstat (limited to 'g10/options.skel')
-rw-r--r-- | g10/options.skel | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g10/options.skel b/g10/options.skel index b72c7d523..fa77daa86 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -182,14 +182,13 @@ keyserver hkp://subkeys.pgp.net # input is the best way to do this as it avoids the time and effort in # generating and then cleaning up a secure temp file. # -# The default program is "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin" -# On Mac OS X and Windows, the default is to use your regular JPEG image -# viewer. +# If no photo-viewer is provided, GnuPG will look for xloadimage, eog, +# or display (ImageMagick). On Mac OS X and Windows, the default is +# to use your regular JPEG image viewer. # # Some other viewers: # photo-viewer "qiv %i" # photo-viewer "ee %i" -# photo-viewer "display -title 'KeyID 0x%k'" # # This one saves a copy of the photo ID in your home directory: # photo-viewer "cat > ~/photoid-for-key-%k.%t" |