• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H26-Nov-2021-3,9203,394

po/H26-Nov-2021-52,83541,430

src/H26-Nov-2021-22,81816,890

AUTHORSH A D23-Oct-2021213 75

COPYINGH A D09-Jul-202017.6 KiB343282

ChangeLogH A D26-Nov-2021828.7 KiB29,41018,010

Makefile.amH A D23-Oct-20211 KiB4632

Makefile.inH A D26-Nov-202130.6 KiB963856

NEWSH A D26-Nov-202123.6 KiB575521

README.mdH A D23-Oct-20211.5 KiB5734

aclocal.m4H A D26-Nov-2021384.7 KiB10,7449,717

autogen.shH A D31-Aug-2021666 2511

compileH A D26-Nov-20217.2 KiB349259

config.guessH A D26-Nov-202148.2 KiB1,7491,522

config.h.inH A D26-Nov-20214.9 KiB176145

config.subH A D26-Nov-202134.4 KiB1,8851,698

configureH A D26-Nov-2021306.4 KiB10,7168,766

configure.acH A D26-Nov-20213.1 KiB10583

depcompH A D26-Nov-202123 KiB792502

install-shH A D26-Nov-202115 KiB542352

missingH A D26-Nov-20216.7 KiB216143

org.xfce.ristretto.appdata.xml.inH A D26-Nov-20211.7 KiB4740

org.xfce.ristretto.desktop.inH A D25-Oct-2021372 1413

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/ristretto/-/blob/master/COPYING)
2
3# ristretto
4
5Ristretto is an image viewer for the [Xfce](https://www.xfce.org/) desktop environment.
6
7The Ristretto Image Viewer is an application that can be used to view
8and scroll through images, run a slideshow of images, open images with
9other applications like an image-editor or configure an image as the
10desktop wallpaper.
11
12----
13
14### Homepage
15
16[Ristretto documentation](https://docs.xfce.org/apps/ristretto/start)
17
18### Changelog
19
20See [NEWS](https://gitlab.xfce.org/apps/ristretto/-/blob/master/NEWS) for details on changes and fixes made in the current release.
21
22### Source Code Repository
23
24[Ristretto source code](https://gitlab.xfce.org/apps/ristretto)
25
26### Download a Release Tarball
27
28[Ristretto archive](https://archive.xfce.org/src/apps/ristretto)
29    or
30[Ristretto tags](https://gitlab.xfce.org/apps/ristretto/-/tags)
31
32### Installation
33
34From source code repository:
35
36    % cd ristretto
37    % ./autogen.sh
38    % make
39    % make install
40
41From release tarball:
42
43    % tar xf ristretto-<version>.tar.bz2
44    % cd ristretto-<version>
45    % ./configure
46    % make
47    % make install
48
49From [Flathub](https://flathub.org/apps/details/org.xfce.ristretto):
50
51    % flatpak install flathub org.xfce.ristretto
52
53### Reporting Bugs
54
55Visit the [reporting bugs](https://docs.xfce.org/apps/ristretto/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
56
57