GNOME Bugzilla – Bug 640053
Can't accept incoming file transfers with the mouse
Last modified: 2011-01-21 19:00:52 UTC
When receiving an incoming file transfer, if you click the "Save" button with the mouse, we wet an assertion failure and nothing happens. You need to get there with the keyboard and hit enter for it to work. Not sure if this is our fault or gtk's. Gtk-CRITICAL **: gtk_real_button_activate: assertion `device && gdk_device_get_source (device) == GDK_SOURCE_KEYBOARD' failed aborting... Program received signal SIGTRAP, Trace/breakpoint trap. g_logv (log_domain=<value optimized out>, log_level=<value optimized out>, format=<value optimized out>, args1=0x7fffffffd430) at /tmp/buildd/glib2.0-2.27.91/./glib/gmessages.c:563 563 /tmp/buildd/glib2.0-2.27.91/./glib/gmessages.c: No such file or directory. in /tmp/buildd/glib2.0-2.27.91/./glib/gmessages.c (gdb) bt
+ Trace 225603
Sounds like a GTK+ issue. Could be related to bug #640161. Do you have this warning as well?
Yeah: (empathy:17274): Gtk-WARNING **: GtkFileChooserWidget 0xdb7c60 is mapped but visible=1 child_visible=1 parent GtkBox 0xe00140 mapped=0 [New Thread 0x7fffe10a6710 (LWP 17455)] [Thread 0x7fffe27c1710 (LWP 17454) exited] [Thread 0x7fffe1baf710 (LWP 17453) exited] Gtk-CRITICAL **: gtk_real_button_activate: assertion `device && gdk_device_get_source (device) == GDK_SOURCE_KEYBOARD' failed aborting... Program received signal SIGTRAP, Trace/breakpoint trap.
*** This bug has been marked as a duplicate of bug 626336 ***