https://bugs.documentfoundation.org/show_bug.cgi?id=141578

--- Comment #52 from Martin <[email protected]> ---
Still present in LO 24.2.1.2 running on Plasma 5.27.8.

After trying all the different combinations of WAYLAND_DISPLAY and
SAL_USE_VCLPLUGIN, the one that works the best for me is (uses XWayland):

WAYLAND_DISPLAY= SAL_USE_VCLPLUGIN=kf5 /usr/bin/libreoffice

The workaround that works fine for me at this time is to put an executable
script under e.g. ~/.local/bin called "libreoffice" containing:

#!/bin/bash
WAYLAND_DISPLAY= SAL_USE_VCLPLUGIN=kf5 /usr/bin/libreoffice "$@"

Make sure that this location (~/.local/bin) is in your PATH. If the .desktop
files used to start the libreoffice programs call e.g. "localc" rather than
"libreoffice --calc", then you also need "localc" etc. scripts (in order to be
able to start libreoffice programs from the GUI). If the .desktop files in your
distro use an absolute path for the executable, then you need to override
those.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to