Summary: | Lock Screen window change language error | ||
---|---|---|---|
Product: | [Unmaintained] kscreensaver | Reporter: | Artem Yankov <artem> |
Component: | general | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | l.lunak, nevis2us, omezrich, ossi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix |
Description
Artem Yankov
2005-03-22 10:50:24 UTC
See the same thing on KDE 3.4.0 and FreeBSD 5.4 with non-Latin keyboard layouts (uk,ru). *** Bug 108137 has been marked as a duplicate of this bug. *** Created attachment 11809 [details]
Fix
This is because '&' gets stuck in there automatically by something associating
an accelerator. If the text attached to the button cannot be found, the patch
will strip '&' and try again.
Yeah, this is because by default KCheckAccelerators runs and calls KAccelManager. (Which is kind of weird, IMHO) Check out the patch in http://bugs.kde.org/show_bug.cgi?id=108137 , I just hold an iterator to the layouts list, instead of using the button text. fixed in trunk and 3.4 branch. i committed mostly omri's patch ... unfortunately i forgot to credit him ... *** Bug 109234 has been marked as a duplicate of this bug. *** |