Date: Mon, 14 Apr 2003 08:07:16 -0700 From: "Kevin Oberman" <oberman@es.net> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: Location of files for gnumeric2 Message-ID: <20030414150716.0E2A75D08@ptavv.es.net> In-Reply-To: Message from Joe Marcus Clarke <marcus@marcuscom.com> <1050180560.72359.17.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> From: Joe Marcus Clarke <marcus@marcuscom.com> > Date: 12 Apr 2003 16:49:20 -0400 > > > --=-5HDNe1N06YRpGqLWMnLW > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > On Fri, 2003-04-11 at 14:39, Kevin Oberman wrote: > > Seems like a good week for learning more than I wanted to about the guts > > of Gnome2. > >=20 > > I was trying to import a text file into a gnumeric spread sheet. This is > > something I did often in the past, but that was before Gnumeric2. Now I > > get errors that files could not be opened. > >=20 > > Gnumeric tries to open > > /usr/X11R6/share/gnome/gnumeric/1.1.16-bonobo/glade/stf-druid.png. But > > that file seems to be in /usr/X11R6/share/picmaps/gnumeric. > >=20 > > How does Gnumeric (or bonobo) know where to look for files? What do I > > need to kick? > > Last time I had to track down a file location issue in Gnumeric2, it was > in libbonoboui. Assuming Gnumeric is still using that interface, it > should have been fixed. Can you tell me your work flow so I can try to > reproduce this problem? I have an application that generates a text file, typically about 1200 to 1400 records in length. Each record is 7-bit ASCII with 4 items per line in fixed-width fields. Field1 Field2 Field3 Field4 In Gnumeric1 there was an item in the File menu to import a text file. In Gnumeric2 it looks like you simply open a text file, specifying that the file is "Text import (configurable)". This fires up the text import druid and that is where the trouble begins. As soon as I click "OK" to the file selection I get: /usr/home/oberman/misc/Text Files.dat (gnumeric:23182): libglade-WARNING **: Error loading image: Failed to open file '/usr/X11R6/share/gnome/gnumeric/1.1.16-bonobo/glade/stf-druid.png': No such file or directory (gnumeric:23182): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `logo' (gnumeric:23182): libglade-WARNING **: Error loading image: Failed to open file '/usr/X11R6/share/gnome/gnumeric/1.1.16-bonobo/glade/stf-druid.png': No such file or directory (gnumeric:23182): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `logo' (gnumeric:23182): libglade-WARNING **: Error loading image: Failed to open file '/usr/X11R6/share/gnome/gnumeric/1.1.16-bonobo/glade/stf-druid.png': No such file or directory (gnumeric:23182): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `logo' (gnumeric:23182): libglade-WARNING **: Unknown CList child property: visible (gnumeric:23182): libglade-WARNING **: Error loading image: Failed to open file '/usr/X11R6/share/gnome/gnumeric/1.1.16-bonobo/glade/stf-druid.png': No such file or directory (gnumeric:23182): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `logo' (gnumeric:23182): libglade-WARNING **: Unknown CList child property: visible (gnumeric:23182): libglade-WARNING **: Unknown CList child property: visible ** (gnumeric:23182): WARNING **: Unknown trim type selected I then select the "Original data type" as "Fixed width" and click "Forward". I then attempt to "add" a column of width 43 and the program segment faults when I click "Add". This is repeatable. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030414150716.0E2A75D08>