LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-18-2022, 10:06 AM   #301
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346

LibreOffice-7.4.0 Community has been released.

The announcement, https://blog.documentfoundation.org/...7-4-community/

The release notes, https://wiki.documentfoundation.org/ReleaseNotes/7.4
Quote:
A video summarizing the top new features in LibreOffice 7.4 Community is available on YouTube: https://www.youtube.com/watch?v=PC8M4UzqpqE and PeerTube: https://peertube.opencloud.lu/w/myZUTCytN28kuxDa5VXNgh. A description of all new features is available in the Release Notes

Last edited by cwizardone; 08-18-2022 at 10:11 AM.
 
Old 08-18-2022, 12:15 PM   #302
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,090

Rep: Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761
Quote:
Originally Posted by cwizardone View Post
LibreOffice-7.4.0 Community has been released.
Thanks for the heads-up. Apparently containing quite a few improvements for handling MSOffice files, remains to be seen how far this goes. I took the easy way out, built a package from the .rpm files. So far, so good.
 
2 members found this post helpful.
Old 08-19-2022, 07:29 PM   #303
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,446

Rep: Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204Reputation: 4204
Code:
libreoffice: updated to 7.4.0 for Slackware 15.0 and -current.
  Re-added Java support, backed by my new openjdk11 package.
  On -current, please also install boost-compat and icu4c-compat to get back
  the older libraries that are part of Slackware 15.0 but not -current.
https://slackware.nl/people/alien/sbrepos/ChangeLog.txt
 
3 members found this post helpful.
Old 08-20-2022, 01:30 AM   #304
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 170

Rep: Reputation: Disabled
I'm unable to compile 7.4 version from Alien BOB tree on Slackware 15 x64 current. I receive error:

Code:
configure: error: Ant not found - Make sure it's in the path or use --with-ant-home
Error running configure at ./autogen.sh line 322.
sed: can't read Makefile: No such file or directory
libreoffice.SlackBuild FAILED at line 1446
I do

Code:
lftp -c 'mirror http://slackware.uk/people/alien/slackbuilds/libreoffice/build/'
cd build
sh libreoffice.SlackBuild
 
Old 08-20-2022, 02:00 AM   #305
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Is apache-ant installed?
 
Old 08-20-2022, 01:16 PM   #306
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346
Quote:
Originally Posted by cwizardone View Post
03-28-22.
Removed all traces of libreoffice (using removepkg) including the user configuration file, rebooted and re-installed. Still the spell checker does not work.
Thanks to everyone for their suggestions. At this point it isn't worth any more effort.
Thanks, again.
FWIW: On a hunch I updated the hunspell package and that solved the problem.

Last edited by cwizardone; 08-20-2022 at 01:18 PM.
 
2 members found this post helpful.
Old 08-21-2022, 12:33 AM   #307
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 170

Rep: Reputation: Disabled
Quote:
Originally Posted by pghvlaans View Post
Is apache-ant installed?
Of curse not, the whole idea of Eric to building the libreoffice is to be able to build the package without modifying the system packages.
 
1 members found this post helpful.
Old 08-21-2022, 12:48 AM   #308
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,090

Rep: Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761
Quote:
Originally Posted by gildbg View Post
Of curse not, the whole idea of Eric to building the libreoffice is to be able to build the package without modifying the system packages.
You'll have to search his blog, but he does state in posts from last year that apache-ant is a dependency for compiling OpenJDK. Not sure, but I guess that re-adding JDK support to his package makes apache-ant a (build-only) dependency.

Quite a few of Eric's packages have dependencies not found in the official slackware repo.
 
1 members found this post helpful.
Old 08-21-2022, 01:32 AM   #309
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
For what it's worth, this is what the SlackBuild says about dependencies:
Code:
# Needs:      (Slackware-current: boost-compat, icu4c-compat)
#             openjdk11
# Build-time: perl-archive-zip, openjdk11, apache-ant.
 
1 members found this post helpful.
Old 08-21-2022, 08:49 AM   #310
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 170

Rep: Reputation: Disabled
That actually is not necessary to be installed. I don't know why Eric use this approach. I will send him an email letter of the day to asked him, it's seems something else missing.

I build successful the libreoffice. It's seems Ant is required only for building so I do:

1. Download the binary file from here: http://slackware.uk/people/alien/sla....7-bin.tar.bz2
2. Extract the archive to TMP directory
3. Modify libreoffice.SlackBuild file on line 1290
FROM
Code:
JAVAOPTS="--with-jdk-home=$JAVA_HOME --with-ant-home=/usr/share/ant"
TO
Code:
JAVAOPTS="--with-jdk-home=$JAVA_HOME --with-ant-home=/tmp/apache-ant-1.9.7"
4. I create the empty file slack-required with touch because the file is required from build script but is not present.
5. Write: sh libreoffice.SlackBuild

After one hour the project was build successful.

Last edited by gildbg; 08-21-2022 at 09:02 AM. Reason: added name of build script
 
2 members found this post helpful.
Old 08-22-2022, 05:57 AM   #311
chris.willing
Member
 
Registered: Jun 2014
Location: Sydney, Australia
Distribution: Slackware,LFS
Posts: 920

Rep: Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623
Quote:
Originally Posted by gildbg View Post
That actually is not necessary to be installed.
Maybe I misinterpret the instructions for the new improved method. It seems we should take a binary package (the same tarball whose content is rearranged to create the apache-ant package that was meant to be pre-installed to build LO) and, rather than installing it in the usual way (effectively unpacking it at /), it is unpacked somewhere else (/tmp) and the SlackBuild is modified to point to the new location.

I'm struggling to see much advantage in this new method. I guess, since apache-ant is not officially installed, there's the potential saving of ~42M of disk space if later removal of the version unpacked in /tmp is remembered (not mentioned in the method description however). Just as easily, the officially installed apache-ant package could also be uninstalled after building LO, resulting in exactly the same saving.

chris
 
2 members found this post helpful.
Old 09-04-2022, 10:54 AM   #312
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
I have a strange problem with LibreOffice. I have both libreoffice and libreoffice-helppack from SBo.
Quote:
$ ls /var/log/packages/ | grep libreoffice
libreoffice-7.4.0-x86_64-1_SBo
libreoffice-helppack_en_US-7.4.0-x86_64-1_SBo
When I click the Help menu item it opens a file in my Geany program editor. In kde application preferences for HTML, Firefox is preferred, with Geany second (now removed with no change). I don's see anything relevant in user preferences. I tried safe-mode with factory defaults with no difference. The file is called "/tmp/lunnnnnxjob.tmp/NewHelp0.html
Quote:
<!DOCTYPE HTML><html lang="en-US"><head><meta charset="UTF-8"><noscript><meta http-equiv="refresh" content="0; url='file:///opt/libreoffice7.4/help/en-US/noscript.html'"></noscript><meta http-equiv="refresh" content="1; url='file:///opt/libreoffice7.4/help/index.html?Target=swriter/.uno%3AHelpIndex&Language=en-US&System=UNIX&Version=7.4'"><script type="text/javascript"> window.location.href = "file:///opt/libreoffice7.4/help/index.html?Target=swriter/.uno%3AHelpIndex&Language=en-US&System=UNIX&Version=7.4";</script><title>Help Page Redirection</title></head><body></body></html>
 
1 members found this post helpful.
Old 09-05-2022, 09:09 AM   #313
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
I have found a solution to my strange problem with LibreOffice. In Firefox settings, I clicked the "Make Firefox your default browser" button. Apparently that changed something. I had also removed the SBo libreoffice and libreoffice-helppack packages and installed the ones from AlienBob at http://www.slackware.com/~alien/slac...ce/pkg64/15.0/ which place the program at /usr/lib64/libreoffice/ and also include the help files. However, that alone did not fix the problem. Since I have had my Slackware for so long and have done so many adjustments, I have no idea of what actually happened. Now, I hope Firefox is happy being designated the "default browser" and I don't have a bunch of new mysteries arise.
 
Old 09-15-2022, 07:43 AM   #314
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346
LibreOffice-7.4.1 Community has been released.

The announcement, https://blog.documentfoundation.org/...741-community/
 
1 members found this post helpful.
Old 09-15-2022, 02:50 PM   #315
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,170

Original Poster
Rep: Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346Reputation: 7346
Alienbob has been kind enough to provide Slackware packages for LibreOffice-7.4.1.


For his latest blog entry on the subject and download links for the same, please see, https://alien.slackbook.org/blog/lib...0-and-current/

Last edited by cwizardone; 09-18-2022 at 09:48 AM. Reason: Typo.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: LibreOffice 4.4 Released as the Most Beautiful LibreOffice Ever LXer Syndicated Linux News 0 01-30-2015 01:10 AM
LXer: LibreOffice vs. OpenOffice: Why LibreOffice Wins LXer Syndicated Linux News 0 10-29-2014 10:50 AM
How to install only Writer from Libreoffice package"libreoffice-4.0.3-i486-1alien.txz just.srad Slackware 10 05-30-2013 02:37 PM
LXer: Build Your Business Around LibreOffice, LibreOffice Certification Program Announced LXer Syndicated Linux News 0 05-07-2012 12:10 PM
LXer: LibreOffice Tips: Inserting QurĂ¢??an text in LibreOffice Writer LXer Syndicated Linux News 0 04-16-2012 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration