diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-29 17:31:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-29 17:31:06 +0100 |
commit | c4a98974bece64c5ae6e224151e92e807d5ac271 (patch) | |
tree | d6f020226ff6e7e78cb9190f59d3e1a2ca2d604d /man/feh.pre | |
parent | e04c0720e35885ecff7a540ae76620c3477471d8 (diff) |
feh(1): Note that --magick-timeout will clutter /tmp
FWIW: This behaviour was already present before
394517d1c66783c4e1d044f79df9ef1703a6f5db
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index c2a4cd1..67c5d2a 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -450,6 +450,11 @@ of zero causes .Nm to try indefinitely. By default, magick support is disabled. . +Note that feh may clutter +.Pa /tmp +with temporary files created by ImageMagick for each failed conversion attempt. +This is a known bug. +. .It Cm --max-dimension Ar width No x Ar height . Only show images with width <= @@ -1787,6 +1792,14 @@ as it could be. does not take window decorations into account and may therefore make the window slightly too large. . +.Pp +. +When enabled, +.Cm --magick-timeout +may clutter +.Pa /tmp +with temporary files produced by ImageMagick. This happens whenever an image +is not loaded due to the conversion taking longer than the specified timeout. . .Ss REPORTING BUGS . |