I just uploaded packages (targeting Slackware 13.37 and newer) for the latest maintenance release of LibreOffice. Check out the announcement for 3.5.3: “LibreOffice 3.5.3 provides additional stability to corporate and individual users…”.
If you want to compile this yourself, then remember what I said in my post about the 3.5.2 release: “update … Slackware 13.37 with all the patches which were released by Pat. This includes a spiced-up version of Seamonkey“. All you need to install additionally are packages for Apache Ant and the Archive:Zip Perl module. None of this is necessary if you just want to use my package for LibreOffice.
LibreOffice Math (Formula)
In comments to the LO 3.5.2 blog article, both ngc891 and Willy Sudiarto Raharjo informed me that the LibreOffice Math program did not work in my 3.5.2 packages. If you tried to run “lomath” or “libreoffice–math”, then the Writer would start instead. I looked into this, and found out that several older versions of my LibreOffice packages also did not contain a working LibreOffice Math! I dissected my package and compared it to other distro’s packages. That is how I discovered that my packages were missing one critical file, which (for unknown reasons) is not getting installed by the “make install” routine. Therefore I added a check in the SlackBuild script which copies that “math.xcd” file into the package if it appears to be missing. And now, it works! In the LibreOffice main window, the “Formula” button is no longer greyed-out.
You can find the packages for Slackware 13.37 (and -current) in the usual locations (all of the mirrors below also offer rsync access):
One word of caution!
I wrote this in my previous post as well, but if you did not upgrade from 3.4 yet and this is the first time you are going to upgrade to a 3.5 release, it is important that you follow these instructions first in order to keep your existing configuration, customization and extensions.
Between 3.4.x and 3.5.0, LibreOffice changed the location of its configuration directory (again). Originally using ~/.ooo (a heritage from OpenOffice.org) it switched to ~/.libreoffice which will probably be where you will find your custom settings stored. The 3.5 releases however, use ~/.config/libreoffice . The best thing to do is move your current configuration directory to the new location, so that LibreOffice keeps working as expected:
$ mv ~/.libreoffice ~/.config/libreoffice
If you had already started the new LibreOffice program and noticed that you seem to have lost all your configuration settings, then you will have to stop LibreOffice, delete the fresh and almost empty ~/.config/libreoffice directory and then perform the directory move as shown above.
Cheers, Eric
Recent comments