Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131872

Summary: [gnome-base/control-center] gnome-settings-daemon fails to start with evdev driver
Product: Gentoo Linux Reporter: Carmine Paolino <earcar>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: Highest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 119872    
Attachments: control-center_swapmousebutton.patch

Description Carmine Paolino 2006-05-01 01:11:28 UTC
gnome-settings-daemon creshes if it's used with xorg7 evdev driver, because of a  bad mouse button swapping code. I've attached a patch to solve this. Please introduce in gnome-base/control-center ebuild

earcar@hulk ~ $ gnome-settings-daemon --sync
The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 3098 error_code 2 request_code 116 minor_code 0)
(Note to programmers: normally, X errors are reported
asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a
meaningful
backtrace from your debugger if you break on the
gdk_x_error() function.)
[1144833178,000,xklavier.c:XklStartListen/]     The
backend does not require manual layout management - but
it is provided by the application
Comment 1 Carmine Paolino 2006-05-01 01:13:33 UTC
Created attachment 85897 [details, diff]
control-center_swapmousebutton.patch

This fix bad mouse button code, now works even with new xorg7 evdev driver
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-05-04 15:34:25 UTC

*** This bug has been marked as a duplicate of 116195 ***