Path to this page:
./
graphics/feh,
Imlib2 based image viewer
Branch: CURRENT,
Version: 3.12.2,
Package name: feh-3.12.2,
Maintainer: nia Feh is an advanced image viewer that uses imlib2. Here is a summary of
features:
* Simple image viewing.
* Multiple image viewing (slideshow).
* Multiple image viewing in multiwindows.
* Image viewing in fullscreen.
* Image list mode.
* Loadable/unloadable listing.
* Recursive file opening.
* Sorting of the filelist
* Saving/loading filelists
* Loading images via http.
* Reloading after delay.
* Montage creation.
* Collage creation.
* Index print creation.
* Thumbnail browser.
For viewing images, feh has the following features:
* Progressive loading.
* Dynamic zooming.
* Panning.
* Key or mouse control.
* Context menus.
Required to run:[
sysutils/desktop-file-utils] [
www/curl] [
graphics/hicolor-icon-theme] [
graphics/imlib2] [
graphics/png]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 2061.705 KB
Version history: (Expand)
- (2026-05-20) Updated to version: feh-3.12.2
- (2026-05-14) Updated to version: feh-3.12.1nb1
- (2026-04-19) Updated to version: feh-3.12.1
- (2026-02-26) Updated to version: feh-3.11.3
- (2026-02-06) Updated to version: feh-3.11.2nb3
- (2026-01-07) Updated to version: feh-3.11.2nb2
CVS history: (Expand)
2026-05-20 14:45:45 by pin | Files touched by this commit (2) |  |
Log message:
graphics/feh: update to 3.12.2
[2026-05-07]
- Treat audio/mpeg files as images and display their cover image, if present \
(patch by Christian Hesse)
- Fix menu-related focusing issues under Xwayland (patch by Pete Scheyen)
- Support reproducible builds for feh(1) manual (patch by Christian Hesse)
|
| 2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335) |
Log message:
*: Recursive revbump from security/nettle-4.0
|
2026-04-19 17:58:01 by pin | Files touched by this commit (2) |  |
Log message:
graphics/feh: update to 3.12.1
Mon, 06 Apr 2026 21:47:59 +0200 Birte Friesel <derf+feh@finalrewind.org>
* Release v3.12.1
* Update tests to reflect the %f/%F changes implemented in v3.12
Mon, 06 Apr 2026 11:13:12 +0200 Birte Friesel <derf+feh@finalrewind.org>
* Release v3.12
* Disallow %f and %n format specifiers in --action and --info strings;
abort with an error message if those are encountered. Use %F and %N
instead. Rationale: %f and %n do not escape shell-specific syntax and
are thus a security risk when passing untrusted file names to feh. %F and
%N, which have been available since v2.3 (Feb 2012), do escape
shell-specific syntax. Migration path: Replace %f (or '%f') and %n (or
'%n') with %F and %N (without '') in --action and --info commands.
Reported by Paavan Bagla, Archit Goyal, Michael Hurtado, Venkat Nallam,
and Jaden Wang <https://github.com/derf/feh/issues/821>.
Thu, 02 Apr 2026 09:59:36 +0200 Birte Friesel <derf+feh@finalrewind.org>
* Release v3.11.4
* Fix formatting in man page for groff 1.23.0+ (patch by Keith Thompson)
* Do not skip URLs when `--sort mtime` or similar are used (patch by
elig0n)
* Define `_GNU_SOURCE` macro for mkstemps usage (if enabled) (patch by Jeff
Brown)
|
2026-02-26 13:45:43 by pin | Files touched by this commit (2) |  |
Log message:
graphics/feh: update to 3.11.3
2026-02-19
- Support DOS-style \r\n line breaks when loading filelists. Note that they \
will be saved with UNIX-style \n line breaks regardless of input format. This is \
intentional.
- Fix --action, --info, --title and similar commands hard-coding the maximum \
length of the formatted output to 4095 characters.
|
| 2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305) |
Log message:
*: recursive bump for nettle 4.0 shlib major bump
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
| 2025-10-05 21:26:29 by Jonathan Schleifer | Files touched by this commit (485) |
Log message:
*: rev bump for curl
|
2025-09-24 14:49:27 by pin | Files touched by this commit (2) |  |
Log message:
graphics/feh: update to 3.11.2
- Fix zoom_fit not centering the image correctly if the window is larger than \
the image
- Fix rendering bugs introduced by attempts to fix a --scale-down rendering \
issue in v3.11 and v3.11.1
- Note that this fix comes at the cost of slightly more visible flashing in \
some cases where feh has to (re-)render an image multiple times, especially if a \
fixed size is forced by the window manager. While this behaviour can be \
annoying, it is certainly less annoying than incorrect image offets.
- Thanks to Awal Garg for several joint debugging sessions related to the above \
rendering issues.
Features
- Various operation modes:
- Slideshow: Show all files in or below a directory, change slides with \
your keyboard or automatically after a delay
- Thumbnail: List files as clickable thumbnails
- List: ls-like output with image dimensions etc.
- Multiwindow: Open all images at once
- optional HTTP/FTP support via libcurl
- Can be used as wallpaper setter; supports rxvt transparency
- Filelist support
- Lots of configurable keyboard shortcuts; well usable without a mouse
- Custom actions (shell commands), e.g. for sorting images
|