Applications fail to appear on launcher for Opensuse Xfce
Pre-submit checks
- [X] I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
- [X] I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
Describe the bug
I click the "integrate and run" option and it moves the appimage to the appropriate folder but it does not appear in my launchers apps list
Expected behavior
I expect for the app to show up in my launcher apps list
Steps to reproduce the issue
- try running an appimage and integrating it
Screenshots
Distribution and desktop environment
I am running the latest opensuse tumbleweed with XFCE4
Installed AppImageLauncher version
2.2.0 continuous
List of AppImages you tried
Lunar Client - does not integrate
Additional context
No response
I just had the same issue on Xubuntu (XFCE), but for me it was related to having spaces in the AppImage file names (e.g. Arduino IDE v2.3.6 (x64).AppImage or Draw.io v28.0.4.AppImage). This causes AppImageLauncher to incorrectly escape the path in the launcher file.
When I replace the spaces (It seems like you also have a space between "Lunar" and "Client") with (for example) underscores on the original AppImage file, and install it with AppImageLauncher, then it displays in the launcher correctly.
According to https://askubuntu.com/a/1026400, just using double quotes isn't enough for the "exec" entry in the launcher, but also spaces must be replaced with \s. This is, however, something I'm unable to test successfully.