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

--- Comment #9 from Julien Nabet <[email protected]> ---
(In reply to agapp11 from comment #8)
> ...
> I copy/pasted the above command, hit enter and nothing happened in the
> terminal. Opened LibreOffice and opened the Test Document I always used
> (that previously elicited a crash). The Crash is gone when closing the
> document. I am not sure what changed.

"export SAL_USE_VCLPLUGIN=gen" tells to Linux to create a environment variable
in memory named SAL_USE_VCLPLUGIN with the value "gen".
When you launch LO from the terminal, LO will find this environment variable
and instead of using KDE for the UI rendering, it will use something generic
("gen").
This environment variable will be available until you close the term/console or
unset it manually with a Linux command.

So if you have no more crash with this, it seems specific to KDE and at least
you've got a workaround.
For gdbtrace, badfully, I didn't see something obvious but I'm not an expert so
perhaps someone may help here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to