Summary: | Importing shortcut scheme does not do anything | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Unknown <null> |
Component: | kcm_keys | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, plasma-bugs, toluschr |
Priority: | NOR | ||
Version: | 5.19.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/32f4472a37c4efded4e505a7d8737a93634a3a36 | Version Fixed In: | 5.20 |
Sentry Crash Report: | |||
Attachments: | logs of running `systemsettings5` |
Description
Unknown
2020-09-30 23:51:29 UTC
The reason the kcm ignores an unknown category is that it would have no effect. If the backend doesn't know the category, no shortcut will work and displaying them make sense However your first example should work. Can you post more detailed steps/or if there are messages in the log for that? Created attachment 132062 [details]
logs of running `systemsettings5`
I've attached the logs from export > edit > reimport. It ends with the same final error message as the other one:
`org.kde.kcm_keys: Ignoring unknown component "kwin"`
I will investigate *** Bug 427359 has been marked as a duplicate of this bug. *** Changing kwin to KWin manually lets me import the scheme. Git commit 0767688c0d5f4cb1e7df9a03fd80b6f18a1e031c by David Redondo. Committed on 05/10/2020 at 13:54. Pushed by davidre into branch 'master'. Compare against coponent id when importing We export the id not the displayName M +1 -1 kcms/keys/globalaccelmodel.cpp https://invent.kde.org/plasma/plasma-desktop/commit/0767688c0d5f4cb1e7df9a03fd80b6f18a1e031c Git commit 32f4472a37c4efded4e505a7d8737a93634a3a36 by David Redondo. Committed on 05/10/2020 at 13:56. Pushed by davidre into branch 'Plasma/5.20'. Compare against coponent id when importing We export the id not the displayName (cherry picked from commit 0767688c0d5f4cb1e7df9a03fd80b6f18a1e031c) M +1 -1 kcms/keys/globalaccelmodel.cpp https://invent.kde.org/plasma/plasma-desktop/commit/32f4472a37c4efded4e505a7d8737a93634a3a36 |