<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Checkboxes don't appear in LO GUI"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111979#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Checkboxes don't appear in LO GUI"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111979">bug 111979</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>