Summary: | kmenuedit shortcuts should be enabled by default | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | RalphB <pub> |
Component: | kcm_khotkeys | Assignee: | Michael Jansen <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mss |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RalphB
2010-04-10 22:28:10 UTC
I can't reproduce this problem. Any shortcut i set with kmenuedit immediately works. And that is how it is supposed to be. This was a problem in some earlier release (i think 4.1). But i can't imagine you use such a old version. Just for clarification: The problem is NOT with kmenuedit, but with systemsettings. On a fresh install (in my case Kubuntu 10.4 Beta 1), navigate to System Setting -> Input Actions. On the left-hand side there are several categories, including KMenuEdit. The checkmark next to KMenuEdit was missing, thus disabling all kmenuedit shortcuts. I suggest to change this default. (If this is a Kubuntu issue rather than a general KDE issue then please let me know and I'll open a ticket with Ubuntu.) SVN commit 1113851 by mjansen: BUG: 233989 (The new user was the clue) Fix a implicit conversion from enum to bool combined with a reinterpretation of the meaning. M +1 -1 kcm_hotkeys/hotkeys_context_menu.cpp M +1 -1 kcm_hotkeys/hotkeys_model.cpp M +5 -5 libkhotkeysprivate/settings.cpp M +1 -1 libkhotkeysprivate/settings.h M +45 -15 libkhotkeysprivate/settings_reader_v2.cpp M +5 -3 libkhotkeysprivate/settings_reader_v2.h M +1 -1 libkhotkeysprivate/settings_writer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1113851 This still happens on a KDE 4.4.3 which was upgraded from 4.4.2. Is that caused by old settings lingering around or wasn't this patch backported to the 4.4 branch? |