Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147143 - x11-misc/xkeyboard-config - duplicate entry for XF86AudioRaiseVolume causes the key to not work in KDE
Summary: x11-misc/xkeyboard-config - duplicate entry for XF86AudioRaiseVolume causes t...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
: 139372 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-11 00:38 UTC by Dima Ryazanov
Modified: 2006-09-15 07:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Ryazanov 2006-09-11 00:38:13 UTC
Two different keys are mapped to XF86AudioRaiseVolume in /usr/share/X11/xkb/symbols/inet. Because of that, the volume-up button doesn't work properly in KDE (and GNOME?).

I opened a bug on KDE's site: http://bugs.kde.org/show_bug.cgi?id=132567 - which was correctly resolved as invalid.
Here's a link with some info from Debian: http://lists.debian.org/debian-x/2006/04/msg01842.html

And here's a simple patch:

--- /usr/share/X11/xkb/symbols/inet     2006-09-11 00:30:41.809230136 -0700
+++ /usr/share/X11/xkb/symbols/inet.new 2006-09-11 00:31:31.574664640 -0700
@@ -1089,7 +1089,6 @@
     key <I22> { [ XF86AudioPlay, XF86AudioPause ] };
     key <I24> { [ XF86AudioStop ] };
     key <I2E> { [ XF86AudioLowerVolume ] };
-    key <I2F> {        [ XF86AudioRaiseVolume ] };
     key <I30> { [ XF86AudioRaiseVolume ] };
     key <I32> { [ XF86HomePage ] };
     key <I3B> { [ XF86New ] };


I assume that there shouldn't ever be two different key codes for the same symbol. I looked at Xlib functions, and it seems that it's ok to have multiple symbols with the same keycode, but not vice versa.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-11 00:55:15 UTC
*** Bug 139372 has been marked as a duplicate of this bug. ***
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-09-12 15:15:02 UTC
This should be filed upstream.  Please file a bug at https://bugs.freedesktop.org and post the link here.  Thanks!
Comment 3 Dima Ryazanov 2006-09-14 14:26:44 UTC
Filed a bug: https://bugs.freedesktop.org/show_bug.cgi?id=8282