LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-17-2022, 12:45 PM   #1
Entmatix
LQ Newbie
 
Registered: Jan 2022
Posts: 25

Rep: Reputation: 7
Libreoffice is slower than it used to be


Hello, folks.

I use LO from alienbob repo. Not long ago I tried to open quite a big (for me at least) spreadsheet file (ods of course) and found that LO was unusually slow. After some test I found that it's not just LO, it's alienbob version of LO that is slow. I tried LO in latest linux mint and appimage with latest still version. AppImage in Slackware was definitely slower than native package in linux mint, but what more curious is that appimage in slackware is much faster than native package from alienbob! So I came to find some advice, what could be wrong and how to fix native package.

Here is a little video with example (first, I opened a file with LO from appimage, then I opened the same file with native LO in Slackware 15.0) - https://file.io/sxjbvXTAbgis

Code:
            AppImage ver.       Alienbob ver.

Open file   about 4 secs.       about 7 secs.
Sort table  about 3 secs.       about 4 secs.
Save file   less then 1 sec.    about 3 secs.
And this file isn't really big. Just 10 000 rows and 6 columns. If I made it larger the difference becomes insane (native package becomes x5 times slower).

Last edited by Entmatix; 12-17-2022 at 02:59 PM.
 
Old 12-17-2022, 07:56 PM   #2
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 452

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
It's not the build on AlienBob's repo. Even the upstream rpms got significantly slower one or two minor versions ago. Hopefully the LibreOffice developers will address the situation at some point.

Last edited by pghvlaans; 12-17-2022 at 07:59 PM. Reason: clarity
 
Old 12-17-2022, 08:54 PM   #3
the3dfxdude
Member
 
Registered: May 2007
Posts: 730

Rep: Reputation: 358Reputation: 358Reputation: 358Reputation: 358
It's not just opening and saving files. It seems sluggish everywhere. I'd appreciate if someone can help identify a version before the regression. I was about ready to compile a version 6.x because of the skia rendering change that became default in 7.x.
 
Old 12-18-2022, 04:08 AM   #4
Entmatix
LQ Newbie
 
Registered: Jan 2022
Posts: 25

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by the3dfxdude View Post
It's not just opening and saving files. It seems sluggish everywhere. I'd appreciate if someone can help identify a version before the regression. I was about ready to compile a version 6.x because of the skia rendering change that became default in 7.x.
The only thing I can say for certain is that 7.3.7 AppImage from official site works faster and more responsive than 7.4.3 from alienbob repo. I converted official 7.3.7 rpm package to slackware package. It works better than 7.3.7 AppImage and no doubts much faster than 7.4.3 from alienbob. Also I'm pretty certain it's not alienbobs fault. More looks like it's an LO issue. It's a good time for me to start saving old package versions in my home local repo to avoid such problems.

If anybody needs 7.3.7 native package - here it is - https://file.io/WxK5tp5Q185j

Last edited by Entmatix; 12-18-2022 at 05:52 AM.
 
1 members found this post helpful.
Old 12-18-2022, 05:22 AM   #5
keithpeter
Member
 
Registered: Nov 2015
Location: 52:30N 1:55W
Distribution: Slackware 15.0, OpenBSD 7.4
Posts: 310

Rep: Reputation: Disabled
https://downloadarchive.documentfoun...breoffice/old/

I might be stating the obvious but old versions available as rpm binaries from the archive above. Might save compiling for those who wish to try earlier versions.

I find LO unusable on a core-duo vintage laptop now. Needs an i5 class machine. Time marches on I suppose.
 
Old 12-18-2022, 05:39 AM   #6
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,071

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Depending on your needs and preferences (you'll miss a few functions plus that you'll experience more - but minor - MSWord compatibility issues), OpenOffice might be an alternative. Definitely more lightweight: LibreOffice with a blank document opened takes >300 MB RAM, OpenOffice stays at around 150.
 
1 members found this post helpful.
Old 12-18-2022, 05:55 AM   #7
Entmatix
LQ Newbie
 
Registered: Jan 2022
Posts: 25

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by kgha View Post
Depending on your needs and preferences (you'll miss a few functions plus that you'll experience more - but minor - MSWord compatibility issues), OpenOffice might be an alternative. Definitely more lightweight: LibreOffice with a blank document opened takes >300 MB RAM, OpenOffice stays at around 150.
Thanks, but OO is far behind LO, not to say MO. It lacks some features I need on daily basis. That's why I use LO on linux. For bigger projects I use MO.
 
1 members found this post helpful.
Old 12-18-2022, 07:02 AM   #8
wainamoinen
Member
 
Registered: Sep 2009
Location: Belgium
Distribution: Slackware
Posts: 32

Rep: Reputation: 24
Maybe it's not related, but I had a similar behavior, very unresponsive LibreOffice (I use the official RPMs converted to .txz), particularly slow rendering.
After a long forum search and trying, I discovered that the issue I had is that I was not installing:

libobasis7.4-gnome-integration-#.#.#.#-#.x86_64.rpm

A.F.A.I.K. without this one LibreOffice uses slow rendering routines, instead of using advanced features from GTK. Similarly, it seems that if you are using KDE you have to install:

libobasis7.4-kde-integration-7.4.3.2-2.x86_64.rpm

To use the QT rendering.

You see, LibreOffice runs without these two packages, no errors nor warnings. But with a very anoying performance loss.
 
Old 12-18-2022, 11:20 PM   #9
Entmatix
LQ Newbie
 
Registered: Jan 2022
Posts: 25

Original Poster
Rep: Reputation: 7
wainamoinen, I do have kde-integration package installed (also from alienbob repo). It doesn't affect performance IMO.
 
  


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
[SOLVED] LXDE suddenly getting slower and slower Aquarius_Girl Linux - Newbie 1 09-22-2010 05:22 AM
FC6 gets slower and slower and slower... jonrpick Linux - Software 19 11-12-2007 03:02 PM
Why is Mandrake/KDE getting slower and slower? KWTm Mandriva 12 09-28-2004 09:43 PM
Internet connection becomes slower and slower. caesius_01 Linux - General 1 03-14-2004 02:59 PM
Surfing gets slower and slower knotty Linux - Newbie 3 07-09-2003 08:23 AM

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

All times are GMT -5. The time now is 08:22 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