Description of problem: Pressing "Save" to save a file, or export to PDF, does nothing. Have to press the button twice. Version-Release number of selected component (if applicable): openoffice.org-calc-3.3.0-1.1.fc14.x86_64 How reproducible: Always Steps to Reproduce: 1. Start oocalc in a terminal 2. Fill in the empty spreadsheet 3. Ask to save, give e.g. /tmp/tst Actual results: Message: (soffice:2962): Gtk-CRITICAL **: gtk_real_button_activate: assertion `device && device->source == GDK_SOURCE_KEYBOARD' failed File isn't saved, have to click again to get it saved. Expected results: No messages, file saved the first time around. Additional info:
Kind of been aware of this and been blaming gtk3, I wonder if there is any other gtk3 using application with file->open to compare against to confirm that.
gtk3-demo: pickers->file->double click on any file->get the assertion of "gtk_real_button_activate" and fpicker remains open
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Tracked upstream here: https://bugzilla.gnome.org/show_bug.cgi?id=626336
The above gtk3.-demo works, but on startup it says: $ gtk3-demo Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory
This is fixed in gtk3-2.91.3 which I am building just now.