Comment 14 for bug 26523

Revision history for this message
Mario Manno (manno) wrote :

Created an attachment (id=5239)
gnome-settings-daemon crash, started from command line

It is related to my logitech mouse.
Which was behaving strange since the last xserver-xorg-input-evdev
(1.0.0.2-0ubuntu2). I had to reorder all my buttons with xmodmap and xmodmap
now believes i got 32 of them instead of 12.

The following patch is a workaround:
--- gnome-settings-mouse.c.org 2005-12-09 21:47:08.000000000 +0100
+++ gnome-settings-mouse.c 2005-12-09 21:47:12.000000000 +0100
@@ -166,7 +166,7 @@ set_left_handed (gboolean left_handed)

   configure_button_layout (buttons, n_buttons, left_handed);

- XSetPointerMapping (GDK_DISPLAY (), buttons, n_buttons);
+ //XSetPointerMapping (GDK_DISPLAY (), buttons, n_buttons);

   g_free (buttons);
 }