X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=README.md;h=b5b23f0860f1adc7f432d97a7838a485482c776f;hp=a420725650fc9e754dd4c95f41b97ee8b5b0a6a3;hb=refs%2Fheads%2Fmaster;hpb=98fa964b313cce1ab81a635b341461af3b069f61 diff --git a/README.md b/README.md index a4207256..6d37e304 100644 --- a/README.md +++ b/README.md @@ -137,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.