I have installed LibreOffice 7.2.2 on Ubuntu 21.10.
Calc is now performing very slow. Just changing the cursor from one cell to another takes up to 5 seconds.
One proposed solution is opening LibreOffice with the terminal command SAL_USE_VCLPLUGIN=gen libreoffice
.
If I do so, Calc looks even better and the performance is all right.
- How do I create an icon to start LibreOffice by means of
SAL_USE_VCLPLUGIN=gen libreoffice
so that I do not need the terminal for starting LibreOffice?
or
- How can I make sure LibreOffice performs at normal speed without using
SAL_USE_VCLPLUGIN=gen libreoffice
in the first place?
Thanks for answers... :)
There is no file /usr/share/applications/libreoffice-calc.desktop
. Neither in $HOME/.local/share/applications/
Could that be the problem?
I use Ubuntu 21.10 on an ASUS laptop with Nvidia Geforce GTX.
Does this help?
System: Host: SaintSaturnin-Asus
Kernel: 5.13.0-21-generic x86_64 bits: 64 compiler: gcc v: 11.2.0
Desktop: GNOME 40.5
Distro: Ubuntu 21.10 (Impish Indri)
Machine:
Type: Laptop
System: ASUSTeK product: N550JK v: 1.0 serial: <superuser required>
Mobo:
ASUSTeK model: N550JK v: 1.0 serial: <superuser required>
UEFI: American Megatrends v: N550JK.210 date: 06/12/2019
How can I find out if I am using the snap version of LibreOffice?
There is a directory called /snap/libreoffice
__
This is what I get entering env | grep -i desktop
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
DESKTOP_SESSION=ubuntu
XDG_SESSION_DESKTOP=ubuntu
XDG_CURRENT_DESKTOP=ubuntu:GNOME
XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
Then I ran sudo apt autoclean ; sudo apt autoremove ; sudo apt update ; sudo apt dist-upgrade
and it executed without errors.
A newly created user could not start Libreoffice. So I contunued wit point 4:
$ snap remove libreoffice
and then
$ sudo apt install libreoffice
After that action it worked! I tested my spreadsheets and I could work in them in normal speed!
I thank you FedonKadifeli ! I have learned something about Ubuntu. I hope I will remember it whenever I need it again!
Thanks a lot!