file > export as PDFslavvo67 wrote:I just switched from ABI to Libre Office and the difference is night and day. I may try this Free Office thing over the weekend. I do a ton of document creating and editing (hundreds of pages), so I'll be able to give it a good run.
I'm not sure if it's the right approach having a purchase option. Everybody want to make money but when competing against free, you're probably better off providing the full version for free and offering templates or other usable add-ons at a cost. Maybe pay for a dictionary add-on or something. If it's truly a superior product, people will buy the add-ons.
I'll have to double-check but Libre's conversions to / from doc, docx and abw seem spot on and work very nicely right through the terminal. It just doesn't seem to convert to pdf but there are plenty of options out there for that including ... back to ABI.
SoftMaker FreeOffice 2012 SFS & PET
- Puppus Dogfellow
- Posts: 1667
- Joined: Tue 08 Jan 2013, 01:39
- Location: nyc
- ThoriumBlvd
- Posts: 159
- Joined: Fri 04 Oct 2013, 09:04
- Location: N.E. USA
I'm running Slacko-5.5XL on an older ASUS 900a netbook. This sure does look to be a less bulky alternative to LO4/Java. And since I'm an OO2 ---> LO4 user, compatabiliity seems transparent.
Any slacko (14.0+) users have comments? I'd like to toss LO4 and Java and install FO on the Puppy. Remastering as an alternate a distinct possibility, but those Q&A's are for a different place and time.
Any slacko (14.0+) users have comments? I'd like to toss LO4 and Java and install FO on the Puppy. Remastering as an alternate a distinct possibility, but those Q&A's are for a different place and time.
[img]http://www.am3radio.us/image3.jpg[/img] . [img]http://www.am3radio.us/image4.jpg[/img]
Dont know about slacko but I seem to be using softmaker more and more..both as writer and spreadsheet handler...I like saoftware that launches when I ask it to
(I have never had a need for Java in OO and usually leave it out.)
Its very modular so if you want to incorporate it you would find it similar in size to what you are replacing ...
I suppose a remaster using it should only be for your own use for legal reasons.
mike

Its very modular so if you want to incorporate it you would find it similar in size to what you are replacing ...
I suppose a remaster using it should only be for your own use for legal reasons.
mike
- ThoriumBlvd
- Posts: 159
- Joined: Fri 04 Oct 2013, 09:04
- Location: N.E. USA
Functionality wise I found FreeOffice to be good. The interface however for me is its weak/failure point. Under Puppy Slacko it doesn't pick up on the GTK theme settings and just defaults to its own choice - which in my case makes the menu's and options pretty difficult to read.
The latest Libre Office works better for me and if you have the quick launcher activated as part of startup it opens up text, spreadsheets etc very quickly.
The latest Libre Office works better for me and if you have the quick launcher activated as part of startup it opens up text, spreadsheets etc very quickly.
Re: Don't overdo things
Puppy's best quality IMO is its scalability and features as a LiveCD.Pelo wrote:in my opinion, using Puppy with so big suites as Libre office is contradictory with the domestic use spirit.
SFS Koffice is lighter 79MB and include other tools.
For my own, i got big office suites intalled on... my windows 7. When (rarely) needed, I go there. Windows has to be used fom time to time. No need to install JRE within Puppy, which keeps lightness and speed.
Nevertheless, Freeoffice can open very complicated microsoft Word documents (with macros) and 79MB (or less) is not much.
Puppy must be used as a pocket knife, and if you withdraw the word 'pocket', then Puppy is not Puppy.
My slacko 5.3.3t ISO is 80MB - which provides the desktop and basic text edit, calculator, multimedia, browser tools and runs totally from CD and in memory. Mount the HDD and add in Libre SFS and that extends the text/image capabilities. Add in a Multi-Media SFS and I can also edit sounds (Audacity) and Video (Openshot with Blender 3D animations).
Most often I just use the first level - as I browse a lot more than I do edit text/spreadsheets and/or videos. Knowing that I'm surfing from a LiveCD with factory fresh versions of the op-sys/desktop and browser after each reboot is comforting. If you walked into a internet cafe and there were two PC's available, one that had just had a new install and the other that had been in use for a year or more, using the former is the obvious more preferred choice.
Whilst I have both Softmaker FreeOffice and Libre available as portable apps Libre is my primary/first choice of 'SFS' to load when I'm looking to do some doc/spreadsheet stuff.
Instead of SFS versions of browser, office and multi-media, if you use portable versions of those, which is pretty easy to set up under Puppy, then any config changes are persistent across reboots. If you also keep all docs, music etc outside of Puppy (on the HDD) then your need for a Puppy savefile is reduced/eliminated (booting pfix=ram means that your savefile space is all of RAM and swap).
My Libre Office portable is around 140MB, which includes UK dictionary. I don't load java, nor gstreamer, but have those to hand as SFS's in case they're needed (but in practice don't actually load them). Libre works ok without java, whilst there is some functionality that requires java its functionality that I don't have a need to personally use.
With Libre quickstarter loaded (tray icon) htop indicates around 10MB more memory being used than without quickstarter. In today's terms that's nothing. With quickstarter started as part of Startup, opening the text/spreadsheet editor is about as quick as starting Abi. They're also developing/improving Libre at a rapid rate, with a new version about once each month (even more of a reason to have Libre as a Portable app on the HDD).
For reference, this is how I made my softmaker FreeOffice 'portable'
I saved the softmaker sfs to a HDD directory and in that directory I copied the Softmaker and .softmaker directories (.softmaker would otherwise be in /root and any changes wouldn't persist across reboots). To get those directories you obviously have to load the softmaker sfs manually for the first time (and then copy them from /root to the HDD). I then created a script in the HDD directory (there's likely a better way to code it as my scripting skills are pretty low)
Basically that's just deleting /root/.softmaker directory and replacing it with a symbolic link to the HDD version of the .softmaker directory (which persists across reboots).
It runs a very basic test that changes directory to /root and creates a file (using echo) in .softmaker and then if that file is visible in the HDD .softmaker sub directory it assumes the symbolic link had already been created i.e. softmaker already previously been loaded, otherwise it creates the symbolic links to the HDD versions of those directories.
After that, even if you boot using another Puppy LiveCD you'll still be able to start up FreeOffice with the same settings/configuration apparent when you load it.
My Libre version is along similar lines, but more complicated as its stored as a App-Dir and it loads other PET's (UK dictionary, extra fonts) - also checking whether they've been pre-loaded or not - and I also had to create a petgetquiet for that which is the same as petget (that loads PETS from the command line), but without any prompts/dialogs (commented out). The core bit of code in that is something like
i.e. it uses grep to search the installed packages list to see if the pet is already installed in which case it doesn't reload it again, otherwise it loads the pet (in this case the extra_fonts pet).
Otherwise pretty similar to as before (as per Freeffice) except that the /root directory that's 'moved' (linked) to HDD from within /root is the root/.config/libreoffice directory
I saved the softmaker sfs to a HDD directory and in that directory I copied the Softmaker and .softmaker directories (.softmaker would otherwise be in /root and any changes wouldn't persist across reboots). To get those directories you obviously have to load the softmaker sfs manually for the first time (and then copy them from /root to the HDD). I then created a script in the HDD directory (there's likely a better way to code it as my scripting skills are pretty low)
Code: Select all
#!/bin/bash
curdir=`pwd`
cd /root
echo l >./.softmaker/loadedtest
if [ -f $curdir/.softmaker/loadedtest ];
then
# looks like already previously been loaded
rm $curdir/.softmaker/loadedtest
else
# load sfs
rm -r -f .softmaker > /dev/null 2>&1
rm -r -f SoftMaker > /dev/null 2>&1
ln -s $curdir/.softmaker .softmaker
ln -s $curdir/SoftMaker SoftMaker
cd $curdir
sfs_load -c -q $curdir/.softmaker_freeoffice-2012.sfs > /dev/null 2>&1
fi
It runs a very basic test that changes directory to /root and creates a file (using echo) in .softmaker and then if that file is visible in the HDD .softmaker sub directory it assumes the symbolic link had already been created i.e. softmaker already previously been loaded, otherwise it creates the symbolic links to the HDD versions of those directories.
After that, even if you boot using another Puppy LiveCD you'll still be able to start up FreeOffice with the same settings/configuration apparent when you load it.
My Libre version is along similar lines, but more complicated as its stored as a App-Dir and it loads other PET's (UK dictionary, extra fonts) - also checking whether they've been pre-loaded or not - and I also had to create a petgetquiet for that which is the same as petget (that loads PETS from the command line), but without any prompts/dialogs (commented out). The core bit of code in that is something like
Code: Select all
[ "`grep 'extra-fonts-1.1' /root/.packages/user-installed-packages`" == "" ] && $APPDIR/petgetquiet $APPDIR/extra-fonts-1.1.pet
Otherwise pretty similar to as before (as per Freeffice) except that the /root directory that's 'moved' (linked) to HDD from within /root is the root/.config/libreoffice directory
Its not unusual to register for free software...you signed up for this forum to get free help.Yeah... no.. I don't like being forced to register for things.
Softmaker are a respectable company...indeed they sometimes give to charity based on new signups.
You get free fonts via email and some very good offers to buy the paid version...you can opt out of the emails whenever you like. Never had any 3rd party spam either from it.
My sfs method is to install... run and register.... then add the /root folder to the sfs and no more registration needed if used on another system/machine. I did sign up to get my original copies of softmaker for linux AND windows and seems a bargain to get 2 free decent office suites which will works fully with no time limits.
Almost a free lunch....
Mike
- ThoriumBlvd
- Posts: 159
- Joined: Fri 04 Oct 2013, 09:04
- Location: N.E. USA
Read ODS format?
I have quite a few ods format spreadsheets from LO4. In some other threads there was (is?) concern that FreeOffice does not read ods format. I suppose I could convert to csv sheet by sheet and reload into FO. Otherwise, I found that FO is quite compatible for my needs. Is FO reading ods files now?
[img]http://www.am3radio.us/image3.jpg[/img] . [img]http://www.am3radio.us/image4.jpg[/img]
I've just bought an upgrade from FreeOffice to SoftMaker Office 2012 for Linux for Eur 14.99 (US$ 17.99). It has now special discount for first 200 takers, normal price is Eur 29.95 (US$34.95).
Buy it from here:
http://www.softmaker.com/shop
and use coupon code "ifro".
Actually I just need the equation editor, btw
Buy it from here:
http://www.softmaker.com/shop
and use coupon code "ifro".
Actually I just need the equation editor, btw

-
- Posts: 88
- Joined: Sun 03 Sep 2006, 12:54
I downloaded and loaded the SFS and am having a problem that it appears that no one else has experienced before: the dialog boxes are too small and cannot be resized. See the attached screenshot.
I loved SoftMaker 2008 and might be returning to that (didn't have that problem) if no one has a solution for me.
Any thoughts?
I loved SoftMaker 2008 and might be returning to that (didn't have that problem) if no one has a solution for me.
Any thoughts?
- Attachments
-
- capture12977.png
- (2.23 KiB) Downloaded 816 times
-
- temp001.png
- (98.12 KiB) Downloaded 695 times
It appears this is a jwm bug that is fixed in version 895 (possibly reappearing in some later versions). See jrb's comments here for a .pet to try.theinfamousj wrote: the dialog boxes are too small and cannot be resized. See the attached screenshot.