Summary: | xmodmap settings are being resetted | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Luboš Doležel <dolezel.lubos> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | igor.poboiko, nate, null |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luboš Doležel
2005-12-25 12:00:05 UTC
Hello, Can you still reproduce the bug with the latest KDE 4 release? Thanks. I have same bug in KDE 4.2.0 (Debian Lenny; KDE was installed from Debian experimental repo).. I installs XModmap using script in /etc/X11 /Xsession.d: SYSMODMAP="/etc/X11/Xmodmap" USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/X11/xmodmap ]; then if [ -f "$SYSMODMAP" ]; then xmodmap "$SYSMODMAP" fi fi if [ -x /usr/bin/X11/xmodmap ]; then if [ -f "$USRMODMAP" ]; then xmodmap "$USRMODMAP" fi fi Here is my /etc/X11/Xmodmap ($SYSMODMAP): keycode 139 = XF86HomePage keycode 144 = XF86AudioPrev keycode 164 = XF86AudioStop keycode 162 = XF86AudioPlay keycode 153 = XF86AudioNext keycode 160 = XF86AudioMute keycode 174 = XF86AudioLowerVolume keycode 176 = XF86AudioRaiseVolume And after loading KDE this keys stop working (checked xmodmap -pke | grep 144 and so on). But when i disables kxkb (in System settings -> Regional and Lanuage -> Layout -> Disable keyboard layouts OR Indicator only), all works fine - so i think, it's because kxkb overrides my keymap, which was set by XModmap PS sorry for my bad english Hello, I have exactly the same bug. I do not use KDE keyboard layouts (that means, that I have disable this option in systemsettings). At the moment I can not reproduce this bug. Multimedia keys are now handled automatically and no longer require xmodmap, and you can likewise re-bind keys using the shortcuts KCM. |