Have LibreOffice but it takes about 20 seconds to open/load when clicking on it. LibreOffice always opened in a second of two with Ubuntu 22.04 & 20.04 LTS in the past.
Was wondering if Open Office runs and opens faster?
t24@t24-Studio-XPS-8000:~$ echo $XDG_CURRENT_DESKTOP
ubuntu:GNOME
t24@t24-Studio-XPS-8000:~$ time libreoffice
Gtk-Message: 12:04:39.372: Not loading module “atk-bridge”: The functionality is provided by GTK natively. Please try to not load it.
real 0m18.108s
user 0m16.918s
sys 0m0.602s
t24@t24-Studio-XPS-8000:~$ time libreoffice --writer
Gtk-Message: 12:05:12.134: Not loading module “atk-bridge”: The functionality is provided by GTK natively. Please try to not load it.
Maybe a little bit more info on the hardware would also be nice - right now we don’t know what CPU and what amount of RAM you have, whether you’re using an SSD or a mechanical HD, etc.
In my experience, I’ve tried both the snap and the .deb versions of the LibreOffice package. The snap is noticeably more sluggish, but absolutely nothing like the startup times your system is reporting. There must be something else going on there.
kamennedev
My desktop is a first generation i7 with 2.8 mhz cpu and has 16 Gib DDR 3 ram. Has 3 SSDs and runs Windows 10, along with Ubuntu 20.04 LTS, 22.04 LTS and 24.04 LTS. All those OSs run fine.
corradoventu
For some strange reason LibreOffice was not preinstalled! That’s why I installed it from AppCenter. Today LibreOffice tried and failed to update with snap.
Should I remove LibreOffice and install in again another way?
If you don’t have libreoffice maybe you did the default == minimal installation?
If you installed from AppCenter you have the snap version, try with the deb version sudo apt install libreoffice
That solved my problem.
First removed LibreOffice installed with AppCenter.
Then reinstalled with; sudo apt install libreoffice and now LibreOffice opens in seconds as before in other earlier Ubuntu versions.