TheAssassin
TheAssassin
Some of our components actually require us to provide the licenses in the binaries. We don't do that right now, and should fix it. In my opinion, there's two viable...
One of the post-integration tasks AppImageLauncher does is update all sorts of caches, databases etc., including desktop file and MIMe databases, and icon caches. These tasks can take a _lot_...
Similar to appimaged, when firejail is available, AppImageLauncher should use it to run AppImages. We need to decide whether to always use firejail or give the user control about this....
The integration dialog should be suppressed when a few more `--appimage-...` commands are passed: - `--appimage-offset` - `--appimage-version` - ... The type 2 runtime could serve as an inspiration. Perhaps...
In order to provide a more seamless experience for users, AppImageLauncher should be translated! I will set up a Weblate integration as soon as possible, and would like to see...
Users which intend to report bugs have to use the terminal to find out the version number right now: https://github.com/TheAssassin/AppImageLauncher/issues/82#issuecomment-421212414. This is quite annoying in my opinion. There should be...
Some AppImages are signed by their authors. AppImageLauncher should make use of those data, e.g., by displaying the author of an AppImage, and whether the signature applies (or alternatively refuse...
See https://github.com/TheAssassin/AppImageLauncher/issues/489.
See #24. There may be times when the caches become out of date but won't be refreshed automatically. We should move to having some central cache service system, which can...
It shouldn't be too hard to check whether all libs are shipped inside the AppImage. We can safely ignore everything on the excludelist there (maybe we should even warn when...