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

--- Comment #3 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to