Eberhard Gräther
Eberhard Gräther
I just checked on Ubuntu 20, where running the AppImage works. Do you know how to run them? https://discourse.appimage.org/t/how-to-run-an-appimage/80
`Sourcetrail.sh` is not included with the AppImage, because it's not necessary. This is mainly a Qt error: ``` QCoreApplication::applicationDirPath: Please instantiate the QApplication object first ``` Maybe your local Qt...
Can you please provide some minimal sample code that produces this situation?
Our Linux build is a bit messy at the moment, mostly because none of us is a real Linux expert. Feel free to restructure.
With #1034 we unified all of our Linux release packages to depend on [linuxdeployqt](https://github.com/probonopd/linuxdeployqt). Now the [setup/Linux/createPackages.sh](https://github.com/CoatiSoftware/Sourcetrail/blob/9a8fa94905f021a8d0da15c312752826873068e6/setup/Linux/createPackages.sh) script creates both Linux release packages (`.tar.gz` and `.AppImage`) and documents everything that...
Use-case: toggling visibility of references to test code suggestions: - filter to exclude certain files from view - regexps to create custom buckets for these symbols