Comment 8 for bug 1726145

Revision history for this message
Olivier Tilloy (osomon) wrote :

Note to self: when checking for potential duplicates, ask bug reporters to check for the output of:

    grep enabled ~/.config/libreoffice/4/user/config/javasettings_Linux_*.xml

If it looks like:

    <enabled xsi:nil="true"/>

Ask them to edit that file with a text editor and change it to:

    <enabled xsi:nil="false">false</enabled>

And see if that makes the crash go away.