https://bugs.kde.org/show_bug.cgi?id=435420
Bug ID: 435420 Summary: kglobalaccel5 autostarts in LXQt too, when it shouldn't Product: frameworks-kglobalaccel Version: 5.80.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: prash.n....@gmail.com Target Milestone: --- SUMMARY LXQt has its own global keyboard shortcuts service (lxqt-globalkeysd), which autostarts in LXQt, as it should. However installing Plasma and LXQt on the same system results in both lxqt-globalkeysd and kglobalaccel5 starting up in LXQt. When logging in via LXQt, only LXQt desktop related services should be auotstarted, not KDE ones. Therefore this is a but in the KDE system for not marking kglobalaccel5 as KDE-specific. Currently, both these services are competing for the same hotkeys. STEPS TO REPRODUCE 1. Install both KDE/Plasma and LXQt. 2. Login on LXQt 3. in a terminal, execute: pgrep -a ".*global.*" OBSERVED RESULT % pgrep -a ".*global.*" 1211 /usr/bin/lxqt-globalkeysd --daemon 1423 /usr/bin/kglobalaccel5 On some logins, the KDE hotkeys are honored, and at other times LXQt ones. EXPECTED RESULT Only lxqt-globalkeysd should be running. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Linux 5.11.11-arch1-1, plasma-framework 5.80.0-1, plasma-desktop 5.21.3-1 KDE Plasma Version: KDE Frameworks Version: 5.80.0 Qt Version: 5.15.2 (built against 5.15.2) ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.