https://bugs.documentfoundation.org/show_bug.cgi?id=132569
--- Comment #16 from max <[email protected]> ---
(In reply to Timur from comment #15)
> max, you can try to find yourself what happens with other LO versions.
> Simplest is to use AppImage runtime from
> https://libreoffice.soluzioniopen.com (from Old up to Daily 7.0+ master
> although it's old)
>
> Also you may try to use other desktop env. from commandline with:
> 'SAL_USE_VCLPLUGIN=gen soffice'
> or
> 'SAL_USE_VCLPLUGIN=gtk3 soffice' ?
Different versions from soluzioniopen.com didn't work.
But changing desktop environment did! Both of them, though 'gen' one produced
very outdated interface for my liking.
my VCL is QT5: echo $SAL_USE_VCLPLUGIN => qt5
In /usr/bin/startlxqt I have:
if [ -z "$SAL_USE_VCLPLUGIN" ]; then
export SAL_USE_VCLPLUGIN=kde4
fi
Since my VCL var is not empty, I just added:
SAL_USE_VCLPLUGIN=gtk3 -- it didn't work.
So for now I edited desktop shortcut for writer in
/usr/share/applications/libreoffice-writer.desktop:
libreoffice --writer ==> SAL_USE_VCLPLUGIN=gtk3; libreoffice --writer
and now it works fine.
Any suggestions for more elegant solution?
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs