Ristretto Image Viewer
Introduction
The Ristretto Image Viewer is an application that can be used to view, and scroll through images. It can be used to run a slideshow of images, open images with other applications like an image-editor or configure an image as the desktop wallpaper.
The image types supported by Ristretto are those supported by the gdk-pixbuf library. This library itself supports a number of basic image types (JPEG, PNG, TIFF, etc.), but then relies on optional libraries to extend the range of supported image types. This means that you will have to install these libraries yourself to extend the range of image types supported by Ristretto. Examples: libwmf, libopenraw, libavif, libheif, libjxl, librsvg, webp-pixbuf-loader.
The following describes how you can use Ristretto, and how you can configure it to your preferences.
Image Viewer
- Getting Started – Starting Ristretto for the first time
- Preferences – Configure Ristretto
Manual actions required for some version changes
As of version 0.12.0, the name of the Ristretto launcher has changed from ristretto.desktop
to org.xfce.ristretto.desktop
, which breaks the mime type mapping. To fix this, just run this command:
sed -Ei.bak 's/([=;])(ristretto.desktop)/\1org.xfce.\2/' ~/.config/mimeapps.list
The original mime type file will be kept as ~/.config/mimeapps.list.bak
after running this command.
Latest Release
- ristretto 0.13.0 released (2023/02/09 18:32)
ristretto 0.13.0 is now available for download from https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.0.tar.bz2 https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.0.tar.bz2?sha1 https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-0.13.0.tar.bz2?sha256 What is ristretto? ================== Ristretto is an image-viewer for the Xfce desktop environment. Website: https://docs.xfce.org/apps/ristretto/start Release notes for 0.13.0 ======================== - New Features: - Add print support (#1) - Bug Fixes: - editor-chooser: Expand tree view vertically - properties-dialog: Update thumbnail on "ready" signal - Fix remaining blurry icons when UI scale > 1 - thumbnailer: Properly support window scaling (#81) - Revert "thumbnailer: Increase thumbnail sizes" - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
Source Code Repository
Reporting Bugs
- Reporting Bugs – Open bug reports and how to report new bugs