AppImageLauncher
                                
                                 AppImageLauncher copied to clipboard
                                
                                    AppImageLauncher copied to clipboard
                            
                            
                            
                        Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages
**Describe the bug** AppImageLauncher does not remove desktop icons in `~/.local/share/icons/hicolor` **Expected behavior** The program should completely remove desktop icons. **To Reproduce** Steps to reproduce the behavior: 1.Integrate an appimage...
The service crashes in loop: ``` May 19 23:53:55 host systemd[355152]: appimagelauncherd.service: Main process exited, code=dumped, status=11/SEGV May 19 23:53:55 host systemd[355152]: appimagelauncherd.service: Failed with result 'core-dump'. May 19 23:53:55...
**Describe the bug** Ran `./appimagelauncher-lite-2.1.3-travis975-7408819-x86_64.AppImage install` and it came back with: ``` Installing AppImageLauncher Lite Failed to connect to bus: No such file or directory ``` **Expected behavior** Assuming it...
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....
**Describe the bug** Recipes/scripts from @probonopd's [pkg2appimage](https://github.com/AppImage/pkg2appimage/tree/master/recipes) which use the built-in `convert` binary (which is itself an AppImage) crash before using this command, with the error message: `/usr/bin/AppImageLauncher: /tmp/.mount_pkg2apnDXHnv/usr/lib/x86_64-linux-gnu/liblzma.so.5: version...
.deb packages installer is requiring systemd: > Installing AppImageLauncher as interpreter for AppImages > + systemctl restart systemd-binfmt > /var/lib/dpkg/info/appimagelauncher.postinst: line 25: systemctl: command not found > dpkg: error processing...
https://github.com/TheAssassin/AppImageLauncher/issues/338#issuecomment-729734197 Currently, the only way to get AppImageLauncher version is to use `AppImageLauncher --appimagelauncher-version` which is not documented and non-standard. Replacing (or aliasing) `--appimagelauncher-version` by `--version` and/or `-V` would make...
Appimages are able to let you override config directories by having a folder in the same directory as the appimage with the same name. Ex. Foo.AppImage would normally store its...
I have installed the RPM (**appimagelauncher-2.1.0-travis897.d1be7e7.x86_64**) using yum, and when I try to run an AppImage, this error appears: > /usr/bin/AppImageLauncher: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/bin/AppImageLauncher) /usr/bin/AppImageLauncher:...
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...