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

            Bug ID: 101976
           Summary: LibreOffice crashes when user tries to change
                    read-only Online Update setting
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Create a file named online.xcu with the following contents and put it under
share/registry/data:

<?xml version="1.0" encoding="UTF-8"?>
<oor:items xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <item
oor:path="/org.openoffice.Office.Jobs/Jobs/org.openoffice.Office.Jobs:Job['UpdateCheck']/Arguments">
    <prop oor:name="AutoCheckEnabled" oor:op="fuse" oor:type="xs:boolean"
oor:finalized="true">
      <value>false</value>
    </prop>
  </item>
</oor:items>

This disables "Check for updates automatically" at Tools - Options -
LibreOffice - Online Update. Then start LibreOffice and tick this checkbox.
After pressing OK, LibreOffice will crash, because it tried to write a
read-only config item.

-- 
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