[Bug 20429] gconf2 2.12.1 not working (dapper)
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Fri Dec 9 21:05:00 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=20429
Ubuntu | gconf2
mm-bugs at manno.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5182 is|0 |1
obsolete| |
Attachment #5184 is|0 |1
obsolete| |
------- Additional Comments From mm-bugs at manno.name 2005-12-09 21:05 UTC -------
Created an attachment (id=5239)
--> (http://bugzilla.ubuntu.com/attachment.cgi?id=5239&action=view)
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);
}
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list