Comment 3 for bug 333139

Revision history for this message
Steven Usdansky (usdanskys) wrote :

I see the same thing in gnumeric-1.8.4-3ubuntu1 OS: Jaunty alpha updated today

The problem occurs if I open gnumeric, then use the File->Open process to open a file.
From a terminal window upon opening gnumeric I see the following:

~/.config$ gnumeric

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

When I open a file to edit, I get the following:

Reading file:///home/a/.config/2009.gnumeric

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'WindowList' into UI manager which already has a group with this name

** (gnumeric:24916): CRITICAL **: scg_edit_start: assertion `IS_SHEET_CONTROL_GUI (scg)' failed

** (gnumeric:24916): CRITICAL **: wbcg_edit_finish: assertion `IS_SHEET (wbcg->editing_sheet)' failed

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'WindowList' into UI manager which already has a group with this name

(gnumeric:24916): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

Now, if I call gnumeric with the name ofthe file I want to open, I get the following:
~/.config$ gnumeric 2009.gnumeric
Reading file:///home/a/.config/2009.gnumeric

(gnumeric:25064): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

(gnumeric:25064): Gtk-WARNING **: Inserting action group 'FileHistory' into UI manager which already has a group with this name

and I can enter data into any cell in the spreadsheet as expected.