SUMMARY Cannot reproduce with Screen Locking KCM STEPS TO REPRODUCE 1. open Task Switcher KCM with its default settings 2. set a non-default keyboard shortcut 3. click on 'Highlight changed settings' button OBSERVED RESULT the KCM is not highlighted with an orange dot EXPECTED RESULT the KCM is highlighted with an orange dot SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.26.80 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6 Graphics Platform: Wayland
*** Bug 448894 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3417
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3426
Git commit b11416c3968d0a31926afb2a192e1d7e2cbdb004 by Ismael Asensio. Committed on 12/01/2023 at 18:58. Pushed by iasensio into branch 'master'. kcms/tabbox: Highlight non-default shortcuts This sets the property on the shortcut widgets when they should get highlighted: the option is selected in System Settings and the shortcut is not the default. It requires a change in `KXMLGui/KKeyShortcutWidget` to actually paint the highlihgt ring. (commit 47572c26, KF103) M +11 -0 src/kcms/tabbox/kwintabboxconfigform.cpp M +1 -0 src/kcms/tabbox/kwintabboxconfigform.h M +1 -0 src/kcms/tabbox/main.cpp https://invent.kde.org/plasma/kwin/commit/b11416c3968d0a31926afb2a192e1d7e2cbdb004
Fixed with the combination of: https://invent.kde.org/plasma/kwin/-/commit/76ac4be31632b436ea78611f07490c352a88b192 (Plasma 5.27) https://invent.kde.org/frameworks/kxmlgui/-/commit/47572c26eb7fbc8977c4ad6f1414bb0ad4ff9385 (Frameworks 5.103)