[Libreoffice-bugs] [Bug 132569] Empty export from Writer to PDF in Lubuntu

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 4 20:02:23 UTC 2020


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

--- Comment #16 from max <max at nikitin-pro.ru> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200504/8a68dbbb/attachment.htm>


More information about the Libreoffice-bugs mailing list