Summary: | Lost Meta+V shortcut in transition to Plasma 6 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Eric Armbruster <eric1> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, qydwhotmail |
Priority: | NOR | Keywords: | qt6, regression |
Version: | 5.27.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eric Armbruster
2023-11-28 08:44:24 UTC
Do you have multiple entries if you search for "Meta+V" in shortcut settings? I have Klipper and plasmashell, only plasmashell works I had two entries with meta+v kwin and plasmashell I now tried deleting them both. Does not help. Sidenote: I tried resetting to default as I would expect there to be some default shortcut with meta+v to appear again after pressing default button, but that seems bugged too :( I have still set the meta+v shortcut in the klipper applet though, but still no result when pressing meta+v To be more clear, in the shortcuts kcm when i search now for meta+v no result is shown. but i have set meta+v in the klipper applet Hmm, in the applet is it set as "Global"? Heh, thanks! Now it works. Still think there is at least one bug to solve here... The point that I am making is, it was working before and should not require manual intervention in the transition to 6. Though I don't quite know whether this whole issue was caused by me having configured something weirdly before. Yes it should. I dont know why it broke for you. A shortcut being in KWin seems to be a hint and I can see it on my machine as well existing. I checked a plasma 5.27 ISO and there the shortcut is inside plasmashell category (the one that works for me on Plasma 6), so at least they match which is good. Cannot reproduce, FWIW. Can reproduce. kwin duplicates shortcuts which causes the problem. (In reply to Fushan Wen from comment #10) > Can reproduce. kwin duplicates shortcuts which causes the problem. Can you provide more details? kwin doesn't register this shortcut afaik I think it could happen if you somehow loaded the clipboard data engine inside kwin? Checking out my kglobalshortcutsrc I see actually more shortcuts which belong to applets in the KWin group activate task manager entry 1..10 activate widget $n cycle-panels=none,Meta+Alt+P,Tastaturfokus zwischen Kontrollleisten umschalten manage activities=none,Meta+Q,Aktivitätenwechsler anzeigen next activity=none,Meta+A,Zwischen Aktivitäten wechseln previous activity=Meta+Shift+A,Meta+Shift+A,Zwischen Aktivitäten wechseln (Gegenrichtung) toggle do not disturb=none,none,Nicht stören umschalten Not only applets but plasmashell as a whole. I cleaned my kglobalshortcutsrc of the offending entries, and saw that two config updates were applied update_info=kwin.upd:change-activities-overview-shortcuts Running ./kwin-6.0-delete-desktop-switching-shortcuts adds the wrong shortcuts to the kwin group My testing was wrong, since the false entries where still in memory of the daemon. I think what actually happened that we had https://invent.kde.org/plasma/kwin/-/blob/028dd552cfb9d826b40b9620d869c98d2aa3dca3/kconf_update/kwin.upd with Version=5 Group=plasmashell,kwin this made kf5 kconf_update (we had both kded6 and kded5 running for a time) copy the plasmashell group to KWin. The offending update was removed and the version bumped, so it should not happen anymore on upgrade https://invent.kde.org/plasma/kwin/-/commit/25150633edfb332bc765e6bf3930c7ba9fc0a172 https://invent.kde.org/plasma/kwin/-/commit/540dff30e7f014809fa25e9889f6174dec285f53 |