https://bugs.documentfoundation.org/show_bug.cgi?id=140578
--- Comment #6 from Dan Dascalescu <[email protected]> --- I found out what reproduces the bug: not having the terminal window open. In the meantime I've upgraded to using the LibreOffice-fresh.basic-24.2.0.3.AppImage To recap, - If I run LibreCalc as my user, either from its desktop shortcut or from the terminal, performance is normal. - If I launch a termina window, `su` to the second user, then run the .AppImage, performance is normal. - But if I create a .desktop file like the one below, performance is extremely slow when I launch "Alc": ``` [Desktop Entry] Exec=LibreOffice-fresh.basic-24.2.0.3.AppImage --calc GenericName=AlterEgo Spreadsheet InitialPreference=5 Name=Alc NoDisplay=false StartupNotify=true StartupWMClass=libreoffice-calc Terminal=false TerminalOptions= Type=Application Version=1.0 X-GIO-NoFuse=true X-KDE-RunOnDiscreteGpu=true X-KDE-SubstituteUID=true X-KDE-Username=alterego ``` If I set `Terminal=true` performance is normal, but I end up with an extra window I don't want. The window shows these messages: Password: Failed to create wl_display (Permission denied) qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found. QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 1001, but a directory permissions 0700 owned by UID 1000 GID 1000 QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 1001, but a directory permissions 0700 owned by UID 1000 GID 1000 -- You are receiving this mail because: You are the assignee for the bug.
