Bug 451160 - On X11, launch feedback does not trigger for apps launched via global keyboard shortcut
Summary: On X11, launch feedback does not trigger for apps launched via global keyboar...
Status: RESOLVED DUPLICATE of bug 417087
Alias: None
Product: frameworks-kglobalaccel
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.92.0
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-05 13:06 UTC by Patrick Silva
Modified: 2022-08-15 23:01 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2022-03-05 13:06:55 UTC
SUMMARY
Can reproduce on both X11 and Wayland sessions.

STEPS TO REPRODUCE
1. launch Dolphin by pressing its default keyboard shortcut meta+e
2. 
3. 

OBSERVED RESULT
no launch feedback (bouncing cursor)

EXPECTED RESULT
launch feedback should also work with apps launched via keyboard shortcut

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Graphics Platform: Wayland
Comment 1 Amir 2022-06-06 16:37:05 UTC
I can reproduce it on X11, not Wayland - but on Wayland it also works for Spectacle which has `StartupNotify=false` and for custom commands
Comment 2 Nate Graham 2022-06-06 17:31:00 UTC
Yeah can reproduce. Seems like it's changed and now we have two separate bugs:
- No launch feedback on X11
- Always triggers launch feedback on Wayland, even when the desktop file has `StartupNotify=false` in it. Let's track that with Bug 454937.
Comment 3 Nicolas Fella 2022-08-15 23:01:16 UTC
On Wayland this was fixed by adding support for xdg-activation. On X11 there is a similar mechanism that should be used
Comment 4 Nicolas Fella 2022-08-15 23:01:51 UTC

*** This bug has been marked as a duplicate of bug 417087 ***