Summary: | Crash when pressing decline after changing custom global shortcut | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | iodreamify |
Component: | kcm_khotkeys | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | gelamu, nate, plasma-bugs, tom.karpiniec |
Priority: | NOR | ||
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
iodreamify
2022-06-01 13:07:31 UTC
*** Bug 469125 has been marked as a duplicate of this bug. *** Created attachment 159560 [details]
New crash information added by DrKonqi
systemsettings (5.27.5) using Qt 5.15.9
I was editing an Input Action in KDE settings. I think I had changed it without applying my changes. I left this in the background while I went to firefox to do some research. Then I went to the main KDE menu, typed "input actions" to find the settings again. It prompted me if I wanted to save my existing settings - I think I said yes - then it crashed.
-- Backtrace (Reduced):
#4 _q_uuidToHex (uuid=..., dst=0x7ffc2164c2f1 "\204\237\352\223U", dst@entry=0x7ffc2164c2f0 "{\204\237\352\223U", mode=mode@entry=QUuid::WithBraces) at plugin/quuid.cpp:90
#5 0x00007f3b0e6e0fa9 in QUuid::toString (this=this@entry=0x20) at plugin/quuid.cpp:608
#6 0x00007f3aef07d9d3 in KHotKeys::ShortcutTrigger::shortcut (this=0x0) at /usr/src/debug/khotkeys-5.27.5/libkhotkeysprivate/triggers/shortcut_trigger.cpp:166
#7 0x00007f3aef07dd15 in KHotKeys::ShortcutTrigger::primaryShortcut (this=<optimized out>) at /usr/src/debug/khotkeys-5.27.5/libkhotkeysprivate/triggers/shortcut_trigger.cpp:177
#8 0x00007f3aef0eb095 in ShortcutTriggerWidget::isChanged (this=<optimized out>) at /usr/src/debug/khotkeys-5.27.5/kcm_hotkeys/triggers/shortcut_trigger_widget.cpp:65
As announced in https://pointieststick.com/2023/07/26/what-we-plan-to-remove-in-plasma-6/ and https://community.kde.org/Plasma/Plasma_6#Removals, I'm afraid KHotKeys has reached end-of-life in Plasma 6. Accordingly, all bug reports and feature requests for it must be closed now. Most of what KHotKeys could do can already be done with the newer KGlobalAccel system in Plasma 6. A few features such as mouse gestures and triggering conditions based on changes to window states are not yet implemented in the new system. These will be added in the future if and when resources materialize for them, and/or when a kind soul submits patches to implement them! :) Meanwhile, the 3rd-party "Mouse Actions" app (https://github.com/jersou/mouse-actions) may be usable for implementing your own mouse gestures again. Thanks for your understanding, everyone. |