STEPS TO REPRODUCE 1. open an AppImage app via Dolphin, with double-click 2. 3. OBSERVED RESULT the mouse pointer does not bounce, there is no startup notification in the task manager EXPECTED RESULT Startup notification works when opening an AppImage app SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.81.80 KDE Frameworks Version: 5.245.0 Qt Version: 6.6.0 Graphics Platform: Wayland
This is unfortunately caused by design decisions of the AppImage developers. Startup notification feedback requires that the app have a .desktop file so we can map its icon to the executable. AppImage developers reject not only this premise but also the entire XDG desktop file spec. As a result, the feature does not work for AppImages. As a workaround, you can use AppImageLauncher to generate a .desktop file for your AppImage and provide desktop environment integration, which will make startup feedback work.