I wish to use my AppImage and have a desktop entry to it:
[Desktop Entry]
Name=Name
Exec=/path/to/app.AppImage %U
Icon=/path/to/icon.png
But i am running in to a problem where if I pin the following desktop entry to the KDE Plasma Taskbar, and run it, it basically creates a new entry that is separate from the launcher, like so:
Taskbar before launching app:
[ Inactive-Pinned-Desktop-Entry ]
Taskbar after launching app:
[ Inactive-Pinned-Desktop-Entry ] [ Active-App-After-Launching ]
Same happens if i run the app from launcher, then pin it, quit the app, then later try to run it again by the pinned entry, i get error similar to this:
tmp/.mount_SomeApp/app-executable does not exist.
I understand that i cannot pin launched app, if it was ran by an AppImage, but is it possible to at least pin desktop entry to the appimage and have it NOT appear as separate app in KDE Plasma Taskbar, when the app is ran?
P.S. "Keep launchers separate" is NOT ticked.