Send stacktrace data also to a /tmp file
[geeqie.git] / README.md
index 31236f5..6d37e30 100644 (file)
--- a/README.md
+++ b/README.md
@@ -135,6 +135,19 @@ With this option the loading and run time is the same as for a packaged release.
 
 There are also options to install desktop icons, menu items, and to revert to earlier downloaded versions.
 
 
 There are also options to install desktop icons, menu items, and to revert to earlier downloaded versions.
 
+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.
 ### Installation scripts
 
 Geeqie is stable and you may compile the latest version from sources.
@@ -159,9 +172,7 @@ 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:
 
 
 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`
+`git clone http://git.geeqie.org/git/geeqie.git`
 
 ### Compiling and Installing
 
 
 ### Compiling and Installing