X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=README.md;h=b5b23f0860f1adc7f432d97a7838a485482c776f;hp=fe96036260115f17a874167ae25d087fc8494cdb;hb=refs%2Fheads%2Fmaster;hpb=164726bb7a3643b3b3811e146e658d10d4c1325a diff --git a/README.md b/README.md index fe960362..6d37e304 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ Package Status: [![Packaging status](https://repology.org/badge/tiny-repos/geeqie.svg)](https://repology.org/project/geeqie/versions) [![latest packaged version(s)](https://repology.org/badge/latest-versions/geeqie.svg)](https://repology.org/project/geeqie/versions) -Geeqie website status: -[![Links Status](https://github.com/geeqie/geeqie.github.io/actions/workflows/links.yml/badge.svg)]() - - ## ![][image_ref_geeqie_png] Geeqie - an image viewer This is Geeqie, a successor of GQview. @@ -141,6 +137,17 @@ There are also options to install desktop icons, menu items, and to revert to ea AppImages have a "portable mode" which is described [here](https://docs.appimage.org/user-guide/portable-mode.html). +**Note:** + +Command line auto-completion does not work with AppImages. If you are using the AppImage `--extract` option, this is a work-around. + +Assuming you have extracted the AppImage to `$HOME/bin/Geeqie-latest-x86_64-AppImage/`, create a symbolic link as follows: + +```sh +mkdir --parents $HOME/.local/share/bash-completion/completions/ +ln --symbolic $HOME/bin/Geeqie-latest-x86_64-AppImage/squashfs-root/usr/local/share/bash-completion/completions/geeqie $HOME/.local/share/bash-completion/completions/geeqie +``` + ### Installation scripts Geeqie is stable and you may compile the latest version from sources.