LinuxQuestions.org
Review your favorite Linux distribution.
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 05-12-2021, 05:48 AM   #181
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231

Quote:
Originally Posted by zdolar View Post
Slackware64-current full install, today updated & upgraded.
Libreoffice-7.1.3-x86_64-1alien + ..kde-integration.. installed (Community version)

Libreoffice runs fine when logged as root.
When I log in as other user with admin rights, "application error" is generated (run from terminal) and initial startup window vanish. No error/warninig is logged in any file in /var/log.
My laptop has an Intel Corporation HD Graphics 620 and I get this crash. Adding this to my .bash_profile fixed the issue for me:

Code:
export MESA_LOADER_DRIVER_OVERRIDE=i965
You can also add this somewhere in /etc/profile.d for all users. Hopefully this will work for you.

Last edited by stormtracknole; 05-12-2021 at 05:48 AM. Reason: formatting
 
1 members found this post helpful.
Old 05-12-2021, 09:43 AM   #182
mumahendras3
Member
 
Registered: Feb 2018
Location: Indonesia
Distribution: Slackware-current + s6 + s6-rc + s6-linux-init (github.com/mumahendras3/sl6ckware)
Posts: 125

Rep: Reputation: Disabled
My laptop has an Intel Corporation HD Graphics 530 and also got that "Application Error" thing. I solved my problem either by setting "MESA_LOADER_DRIVER_OVERRIDE=i965" like others have pointed out, or by disabling the usage of OpenCL (Tools -> Options... -> OpenCL -> Uncheck "Allow use of OpenCL").

I found out this in the Arch Wiki, which indicates that I need to install an OpenCL runtime for Intel HD Graphics since LibreOffice runs perfectly fine with OpenCL disabled. I haven't tried it though since I mostly use LibreOffice for editing simple documents so disabling OpenCL is already good enough for me (for now).

Last edited by mumahendras3; 05-12-2021 at 09:45 AM. Reason: Forgot to attach the wiki link lmao
 
2 members found this post helpful.
Old 05-13-2021, 01:28 AM   #183
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
I'm still on 14.2 and compile LibreOffice 6.2.8 (en-GB) using Christoph Willing's work from SlackBuilds.org.

The only problem I ever have is with Thesaurus. It's never there it's button in menu bar Tools is greyed out.

In the compile I configure with --with-system-mythes
and the compile log reports

Quote:
checking for thesaurus directory... file:///usr/share/mythes
On my system /usr/share/mythes doesn't exist. I would have thought that this would have been supplied by the package mythes, but all that seems to have installed is

Quote:
PACKAGE NAME: mythes-1.2.4-x86_64-1_20210506143659_SBo
COMPRESSED PACKAGE SIZE: 24K
UNCOMPRESSED PACKAGE SIZE: 70K
PACKAGE LOCATION: /tmp/mythes-1.2.4-x86_64-1_20210506143659_SBo.tgz
PACKAGE DESCRIPTION:
mythes: mythes (simple thesaurus)
mythes:
mythes: MyThes is a simple thesaurus that uses a structured text data file
mythes: and an index file with binary search to lookup words and phrases and
mythes: return information on part of speech, meanings, and synonyms.
mythes:
mythes: Homepage: https://hunspell.github.io/
mythes:
mythes:
mythes:
mythes:
FILE LIST:
./
install/
install/doinst.sh
install/slack-desc
usr/
usr/bin/
usr/bin/th_gen_idx.pl
usr/doc/
usr/doc/mythes-1.2.4/
usr/doc/mythes-1.2.4/AUTHORS
usr/doc/mythes-1.2.4/COPYING
usr/doc/mythes-1.2.4/ChangeLog
usr/doc/mythes-1.2.4/INSTALL
usr/doc/mythes-1.2.4/README
usr/doc/mythes-1.2.4/WordNet_license.txt
usr/doc/mythes-1.2.4/WordNet_readme.txt
usr/doc/mythes-1.2.4/data_layout.txt
usr/doc/mythes-1.2.4/mythes.SlackBuild
usr/include/
usr/include/mythes.hxx
usr/lib64/
usr/lib64/libmythes-1.2.la
usr/lib64/libmythes-1.2.so.0.0.0
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/mythes.pc

So I head off to Apache OpenOffice and do a search
which yesterday gave me various extensions including dict-en-20210501.oxt which I downloaded and extended.

Thesaurus works again.

My question is that why isn't Thesaurus working out of the box? What am I doing wrong?
 
Old 05-13-2021, 06:24 AM   #184
zdolar
Member
 
Registered: Jul 2009
Location: Slovenija
Distribution: Slackware
Posts: 177

Rep: Reputation: 38
Quote:
Originally Posted by mumahendras3 View Post
My laptop has an Intel Corporation HD Graphics 530 and also got that "Application Error" thing. I solved my problem either by setting "MESA_LOADER_DRIVER_OVERRIDE=i965" like others have pointed out, or by disabling the usage of OpenCL (Tools -> Options... -> OpenCL -> Uncheck "Allow use of OpenCL").

I found out this in the Arch Wiki, which indicates that I need to install an OpenCL runtime for Intel HD Graphics since LibreOffice runs perfectly fine with OpenCL disabled. I haven't tried it though since I mostly use LibreOffice for editing simple documents so disabling OpenCL is already good enough for me (for now).
Thank you.
Any of those options work, and also any of SAL_DISABLE_OPENCL=1 and/or SAL_DISABLEGL=1
 
Old 05-13-2021, 06:41 AM   #185
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by aikempshall View Post
The only problem I ever have is with Thesaurus. It's never there it's button in menu bar Tools is greyed out.
In Tools->Options->Language Settings->Writing Aids, click on the link near the bottom "Get more dictionaries online ...". After waiting for the resulting box to become populated, select and install a dictionary e.g. "English Dictionaries" (it takes a few moments), then Close and Apply. The Thesaurus option should now be available from the Tools menu.

I'm not sure how to make that happen automatically when installing LibreOffice itself though.

chris
 
1 members found this post helpful.
Old 05-13-2021, 07:55 AM   #186
blancamolinos
Member
 
Registered: Mar 2011
Distribution: Slackware
Posts: 109

Rep: Reputation: 70
Question:


Doesn't it seem very strange to anyone that an application like Libreoffice worries about things like graphic acceleration or calculation with graphics cards (OpenCL)?
 
1 members found this post helpful.
Old 06-10-2021, 12:00 PM   #187
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
LibreOffice 7.1.4 Community has been released by The Document Foundation.

Quote:
Berlin, June 10, 2021 – LibreOffice 7.1.4 Community, the fourth minor release of the LibreOffice 7.1 family, targeted at technology enthusiasts and power users, is available for download from https://www.libreoffice.org/download/. LibreOffice 7.1.4 includes around 80 bug fixes, with 20% focused on Microsoft Office file compatibility (DOCX, XLSX and PPTX, and legacy DOCs).........
https://blog.documentfoundation.org/...eoffice-7-1-4/

Last edited by cwizardone; 06-10-2021 at 12:10 PM.
 
2 members found this post helpful.
Old 06-15-2021, 03:24 PM   #188
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by cwizardone View Post
LibreOffice 7.1.4 Community has been released by The Document Foundation.
https://blog.documentfoundation.org/...eoffice-7-1-4/
Eric's 7.1.4 packages are also available for -current:
https://slackware.nl/people/alien/sl.../ChangeLog.txt
Quote:
Mon Jun 14 05:45:31 UTC 2021
libreoffice: updated to 7.1.4 for Slackware-current.
You can compile this on Slackware 14.2 yourself with some caveats.
https://slackware.nl/people/alien/sl...e/pkg/current/
https://slackware.nl/people/alien/sl...pkg64/current/
 
2 members found this post helpful.
Old 07-22-2021, 01:18 PM   #189
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
LibreOffice 7.1.5 Community has been released by The Document Foundation.
Quote:
Berlin, July 22, 2021 –
.........LibreOffice 7.1.5 includes around 55 bug fixes, with 20% focused on Microsoft Office file compatibility (DOCX, XLSX and PPTX, and legacy DOCs).
The full release announcement can be found at, https://blog.documentfoundation.org/...1-5-community/

Last edited by cwizardone; 07-22-2021 at 01:21 PM.
 
3 members found this post helpful.
Old 08-19-2021, 10:29 AM   #190
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
LibreOffice 7.2.0 Community has been released by The Document Foundation.
https://blog.documentfoundation.org/...7-2-community/

Repackaged the RPMs using the SlackBuild-scripts from Ponce:
https://github.com/Ponce/slackbuilds...ce/libreoffice
https://github.com/Ponce/slackbuilds...ffice-helppack
https://github.com/Ponce/slackbuilds...ffice-langpack

Alternatively use Eric's 7.2.0 packages for -current:
Quote:
Wed Aug 25 15:37:57 UTC 2021
libreoffice: updated to 7.2.0 for Slackware-current.
You can compile this on Slackware 14.2 yourself with some caveats, see the
header of the libreoffice.SlackBuild.
https://slackware.nl/people/alien/sl...e/pkg/current/
https://slackware.nl/people/alien/sl...pkg64/current/

Last edited by mats_b_tegner; 08-25-2021 at 05:11 PM.
 
2 members found this post helpful.
Old 08-26-2021, 11:32 AM   #191
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Originally Posted by mats_b_tegner View Post
.....
Alternatively use Eric's 7.2.0 packages for -current:
...........
Many thanks to Alien Bob for making a LibreOffice package available for Slackware!

Last edited by cwizardone; 08-26-2021 at 11:33 AM.
 
2 members found this post helpful.
Old 09-02-2021, 10:57 AM   #192
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Slow sart with high CPU in Alien's 7.2.0

I have AlienBob's 7.2.0 packages installed and everything is fine as usual and as well as Eric's superb job usually is.

Now, I've observed that upon starting Libre Office, the progress bar of the splash screen goes as usual and then it stops for 10 seconds at about half of the progress. At the same time, one of the CPU cores gets usage near 100%. After this, the launch process goes back to normal and the application window shows as it should.

I'd like to add that this behavior is unusual; all previous LibreOffice versions loaded normally, and with the speed expected from a SSD drive.

I also have LibreOffice 7.2 installed on MS Windows and there the app loads normally.

I don't know whether other builds on Linux (e.g., precomplied binary downloaded from The Document Foundation and others) behave.

Any workaround? Any confirmation? Thanks in advance.
 
1 members found this post helpful.
Old 09-02-2021, 12:22 PM   #193
marco70
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 103

Rep: Reputation: 39
Code:
$ libreoffice --safe-mode
Reset to factory settings.
 
1 members found this post helpful.
Old 09-02-2021, 05:09 PM   #194
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by sombragris View Post
I don't know whether other builds on Linux (e.g., precomplied binary downloaded from The Document Foundation and others) behave.
No delay using SBo (build from source) version. If anything, startup is faster compared with earlier 7.1.xxx versions.

chris
 
1 members found this post helpful.
Old 09-02-2021, 07:20 PM   #195
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by marco70 View Post
Code:
$ libreoffice --safe-mode
Reset to factory settings.
If anything, restarting was even slower. The high 10-second CPU usage was also present.
 
  


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 12:58 PM.

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