Gnumeric: Formatting Cells on TigerPup

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
Archie
Posts: 16
Joined: Sat 03 May 2008, 11:35

Gnumeric: Formatting Cells on TigerPup

#1 Post by Archie »

When I try to format a range of cells on Gnumeric, it just crashes. I have outlined the output of the crash on this post.

The solution was easy enough. I made sure that Gnumeric finds the folder and files it was looking for. I created the folders:

Code: Select all

# mkdir -p /usr/local/Gnumeric-1.8.2/share/goffice/0.6.2/glade
I found out that the missing glades were at /usr/share/goffice/0.6.2/glade/ so I just symlinked the two missing files to the folder I created.

Code: Select all

# ln -s /usr/share/goffice/0.6.2/glade/go-rotation-sel.glade /usr/local/Gnumeric-1.8.2/share/goffice/0.6.2/glade/

# ln -s /usr/share/goffice/0.6.2/glade/go-format-sel.glade /usr/local/Gnumeric-1.8.2/share/goffice/0.6.2/glade/
This seemed to fix the formatting of a range of cells in Gnumeric.

HTH someone with a similar problem that I had.

Post Reply