gnumeric 1.10

Word processors, spreadsheets, presentations, translation, etc.
Post Reply
Message
Author
User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

gnumeric 1.10

#1 Post by technosaurus »

Here is the latest "stable" gnumeric for testing

may need this updated glib?
http://www.murga-linux.com/puppy/viewto ... h&id=25978


goffice and gnumeric had issues with the built doltlibtool ... changed to:

Code: Select all

#!/bin/bash
top_builddir_slash="${0%%doltlibtool}"
: ${top_builddir_slash:=./}
args=
modeok=false
tagok=false
for arg in "$@"; do
    case "$arg" in
        --silent) ;;
        --mode=compile) modeok=true ;;
        --tag=CC|--tag=CXX) tagok=true ;;
        *) args=$args" "$arg
    esac
done
if $modeok && $tagok ; then
  . ${top_builddir_slash}doltcompile $args
else
  exec ${top_builddir_slash}libtool "$@"
fi
Attachments
libgsf-1.14.17-i486.pet
(91.77 KiB) Downloaded 1459 times
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2 Post by zigbert »

technosaurus
Your pack is 0.5Mb smaller than Gnumeric in Puppy 4 repo. :D .......Is it pure magic.......


Sigmund

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#3 Post by technosaurus »

I think it may have cut out some dependencies too... I have had about 20 practice compiles during development... gnumeric looks good for TESTING in an alpha release... 1.10.1 will likely have a number of bugfixes

I am on my 6th compile of abiword-2.8.2 right now - I still can't seem to get the BROWSER functionality to work - keeps saying "operation not supported" - I have now set the BROWSER environment variable to "mozilla"... didn't work so I am recompiling to see if it somehow gets hard-coded... this has been an issue since 2.8.0 - the 2.7.10 build did not have these issues??? I can't seem to track down what borked up though
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#4 Post by DaveS »

No go in Qret sadly. 1.08 loads instead.

OK, fixed it. Symlink 'gnumeric' in usr/bin points to 1.08 instead of 1.10.
Runs fine in Qret 1.2 so far. Fixes a bug with footers which is critical for my work, and fixes a bug with menu focus when a print area is pre defined. Brilliant thanks.
Spup Frugal HD and USB
Root forever!

Pelo

Gnumeric

#5 Post by Pelo »

i installe this version in tahrpup 6.0 (mar2015)
Attachments
Kennel.tar.gz
File Gnumeric with extension .xls lits wher are stored my Puppies
(22.32 KiB) Downloaded 329 times
Last edited by Pelo on Fri 06 Nov 2015, 11:30, edited 3 times in total.

Pelo

Gnumeric Graphics how-to

#6 Post by Pelo »

I am french, but i will do the how-to in english.
How to build a graphic with Gnumeric (whatever the version) here 1.10.13 from Lucid Super Lupu
Francophones
Last edited by Pelo on Fri 02 Oct 2015, 13:27, edited 2 times in total.

TIW
Posts: 71
Joined: Thu 14 Apr 2011, 21:40

Gnumeric

#7 Post by TIW »

Hi all.
Using gnumeric I am referring to the icon for background colour. Clicking it, on the bottom of that window there is a row of black squares and below those is a field called Custom Colour. After clicking this field one has the option of choosing once preferred colour. After doing so, the preferred colour appears in one of the black squares mentioned earlier. Unfortunately those colours disappear on closing gnumeric and I would like to know, how to make those colours stick and be again available, the next time gnumeric is in demand.
Thank you for your attention.

Pelo

Could yu add a picture showing that ?

#8 Post by Pelo »

Could yu add a picture showing that ? Because English plus Gnumeric plus graphics, it's a hard job to understand anything. Thks for help, sir.

slavvo67
Posts: 1610
Joined: Sat 13 Oct 2012, 02:07
Location: The other Mr. 305

#9 Post by slavvo67 »

Techno:

Isn't ABI Word 2.8.6 the most recent stable version? I use the word stable quite lightly, by the way.

Best,

Slavvo67

Pelo

Your files gnumeric can be read by windows version too

#10 Post by Pelo »

Many of us stil keep windows in their computeurs. Install gnumeric version on it. Your Puppy Linux files can be read (if you store them on a support that Windows can read)
Attachments
GnumericW7.jpg
(70.58 KiB) Downloaded 312 times

Post Reply