[Libreoffice-bugs] [Bug 111979] Checkboxes don't appear in LO GUI

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 23 09:25:12 UTC 2017


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

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Use terminal and just type these commands, eg:
SAL_USE_VCLPLUGIN=gtk && soffice --writer

This one initializes the env var "SAL_USE_VCLPLUGIN" with gtk and, if it's ok
(meaning of "&&"), it'll launch Writer (soffice --writer)
The lifetime of this env var "SAL_USE_VCLPLUGIN" is just for the whole line.

About soffice, it's the main binary of LO and calling it with --writer
parameter will launch Writer.

-- 
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/20170823/d70e1b35/attachment.html>


More information about the Libreoffice-bugs mailing list