| Summary: | Startup notification does not work when opening an AppImage app | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2023-11-22 10:38:14 UTC
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. |