Geeqie Readme

Geeqie - an image viewer

This is Geeqie, a successor of GQview.

Geeqie is a free open software image viewer and organiser program for Linux, FreeBSD and other Unix-like operating systems

It can be used as a simple database-free image viewer but it also has extensive capabilities.

Please send any questions, problems or suggestions to the mailing list or open an issue on Geeqie at GitHub.

(NB Unless you first subscribe to the mailing list, you will not receive automated responses)

Subscribe to the mailing list here.

The project website is https://www.geeqie.org/ and you will find the latest sources in the Geeqie repository.

Contents

Features

Geeqie is a graphics file viewer. Basic features:

Downloading

Geeqie is available:

However Geeqie is stable and you may compile the latest version from sources.

There are two scripts which will download and compile the sources for you.

The first script will install Geeqie to a defined location, and will run under any system. However, it is left to you to make sure dependencies are fulfilled. To get the script, from the command line type:

wget https://raw.githubusercontent.com/pixlsus/Scripts/master/build-geeqie
chmod +x build-geeqie

The second script will run only on Debian-based system, but will fulfil all dependencies and also give you the opportunity to include additional pixbuf loaders and other useful programs. To get the script, from the command line type:

wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
chmod +x geeqie-install-debian.sh

If you wish to compile the sources yourself you may download the latest version (if you have installed git) from here:

Either: git clone git://git.geeqie.org/geeqie.git

Or: git clone http://git.geeqie.org/git/geeqie.git

Compiling and Installing

meson setup build
ninja -C build install

List compile options:
meson configure

Apply options e.g.:
meson configure -Dpdf=enable -Dwebp=disable
ninja -C build install

Meaning of options:
auto If the library is not found, continue the installation
enable If the library is not found, stop the installation
disable Do not look for the library

Uninstall:
sudo ninja -C build uninstall

Install new version:
sudo ninja -C build uninstall
git pull
ninja -C build install

Note

It is recommended to always use git clone git://git.geeqie.org/geeqie.git to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.

However if you leave the folder intact, whenever new features or patches are available, execute:

git pull; ninja -C build install

Only the changed sources are downloaded, which makes this a quick operation.

Your configuration file, history file and desktop files are not affected by this process.

Notes and changes for the latest release

See the NEWS file in the installation folder, or Geeqie News at GitHub

And either the ChangeLog file or Geeqie ChangeLog

Required libraries

Required libraries for a Debian installation may be listed by:

wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
chmod +x geeqie-install-debian.sh
./geeqie-install-debian.sh --list

Code hackers

If you plan on making any major changes to the code that will be offered for inclusion to the main source, please contact us first - so that we can avoid duplication of effort.

Known bugs

See the Geeqie Bug Tracker at https://github.com/BestImageViewer/geeqie/issues