https://bugs.kde.org/show_bug.cgi?id=453748

--- Comment #1 from Nicolas Fella <nicolas.fe...@gmx.de> ---
There's a couple of issues here:
- We use an external process (kstart5) to lauch apps in kglobalaccel, that
breaks xdg-activation. Using ApplicationLauncherJob would fix that, but would
introduce a dependency cycle. The cycle could be solved in multiple ways though
(e.g. moving ApplicationLauncherJob to KService, which is planned in the long
term, or splitting the runtime part and library of kglobalaccel)
- On Wayland the runtime part of KGlobalAccel is inside KWin. KWin's
kwindowsystem impl doesn't have xdg-activation wired up. It being inside kwin
is probably a good thing though, since this is quite a special case that may be
tricky to handle properly in a standalone kglobalacceld process

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to