GNOME Bugzilla – Bug 520744
crash in Mouse: Changing mouse accelerat...
Last modified: 2008-03-11 17:34:03 UTC
Version: 2.21.92 What were you doing when the application crashed? Changing mouse acceleration Distribution: Gentoo Base System release 2.0.0_rc6-r1 Gnome Release: 2.21.92 2008-02-26 (Gentoo) BugBuddy Version: 2.21.90 System: Linux 2.6.24-gentoo-r3 #1 SMP PREEMPT Sun Mar 2 22:08:00 EST 2008 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Glossy Icon Theme: gnome Memory status: size: 265228288 vsize: 265228288 resident: 18608128 share: 13471744 rss: 18608128 rss_rlim: 18446744073709551615 CPU usage: start_time: 1204809674 rtime: 43 utime: 37 stime: 6 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/gnome-mouse-properties' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0x2ac5c63af3b0 (LWP 5442)] 0x00002ac5c1887f25 in waitpid () from /lib/libpthread.so.0
+ Trace 191512
Thread 1 (Thread 0x2ac5c63af3b0 (LWP 5442))
----------- .xsession-errors --------------------- alarm-queue.c:573 (load_alarms) - Setting Call backs alarm-queue.c:1993 (alarm_queue_add_async) - 0x6c4720 alarm-queue.c:607 (load_alarms_for_today) - From Thu Mar 6 08:19:03 2008 to Thu Mar 6 08:19:03 2008 alarm-queue.c:544 (load_alarGot Event! 33, -1 Got Event! 33, -1 (gnome-mouse-properties:5307): capplet-common-WARNING **: Unable to find a default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration. I'll assume it is an integer, but that may break things. Please be sure that the associated schema is installed (gnome-mouse-properties:5442): capplet-common-WARNING **: Unable to find a default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration. I'll assume it is an integer, but that may break things. Please be sure that the associated schema is installed --------------------------------------------------
> (gnome-mouse-properties:5307): capplet-common-WARNING **: Unable to find a > default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration. > I'll assume it is an integer, but that may break things. > Please be sure that the associated schema is installed Just what the message says. Granted, we shouldn't crash anyway. I'll fix that when the freeze is over next week.
Hmmm, it's not just motion_acceleration, here are all of the values: $ gconftool-2 -R /desktop/gnome/peripherals/mouse cursor_theme = default cursor_size = 18 And that's it.
Yes, as noted, you haven't installed the GConf schema.
2008-03-11 Jens Granseuer <jensgr@gmx.net> * gconf-property-editor.c: (peditor_numeric_range_widget_changed): don't free the GConf value if we don't have one. Fixes a crash when schemas are not properly installed (bug #520744)