Gtk-WARNINGs on Startup
Brought to you by:
quadong
Starting gnosefart from a console produces the following:
(gnosefart:29451): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (gnosefart:29451): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (gnosefart:29451): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (gnosefart:29451): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (gnosefart:29451): Gtk-CRITICAL **: IA__gtk_widget_grab_default: assertion `gtk_widget_get_can_default (widget)' failed nosefart: no process found
The last line occurs every time the music loops. The version of libgtk2.0 is 2.24.10-2. OS is KNOPPIX 7.2. It does not seem to affect the operation. Music plays just fine.
The Gtk warnings were all coming from interface.c. I'm attaching a diff containing the changes. Also, some of the symlinks to the automake scripts point to /usr/share/automake/ On my system, they are under /usr/share/automake-1.11/ Not a big deal though. It's easily fixed by autoreconf. I'll let you work out the process handling since it requires more of a personal touch.