AppImageLauncher icon indicating copy to clipboard operation
AppImageLauncher copied to clipboard

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages

Results 206 AppImageLauncher issues
Sort by recently updated
recently updated
newest added

**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...

needs verification
upstream bug

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...

bug
cannot reproduce

**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...

bug
needs verification

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....

enhancement

**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...

bug
needs verification

.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...

low priority
contributions welcome

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...

enhancement

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:...

enhancement
low priority
contributions welcome

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...

enhancement