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

--- Comment #80 from Martin <[email protected]> ---
The scaling behavior has changed for me, now using version: 24.8.5.2. I had to
add SAL_FORCEDPI to my previous workaround (see above). Here is what works for
me now:

Simple launch (make sure LO is not running first):

WAYLAND_DISPLAY= SAL_FORCEDPI=100 SAL_USE_VCLPLUGIN=kf6 /usr/bin/libreoffice

Making launch from .desktop files work: put an executable script under e.g.
~/.local/bin called "libreoffice" containing:

#!/bin/bash
WAYLAND_DISPLAY= SAL_FORCEDPI=100 SAL_USE_VCLPLUGIN=kf6 /usr/bin/libreoffice
"$@"

(Here you can use kf5 rather than kf6 if you prefer, or even something else.)

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

Reply via email to