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

            Bug ID: 106283
           Summary: Registry settings are not read properly on Windows
           Product: LibreOffice
           Version: 5.4.0.0.alpha0+ Master
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: zolnaitamas2...@gmail.com

Description:
On Windows we can set configuration by settings registry. However some settings
are not imported related to online update.

Steps to Reproduce:
1. Create instdir/share/registry/data/registrymodifications.xcu
2. With the following content
<?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="AutoDownloadEnabled" oor:finalized="true">
      <value>false</value>
    </prop>
  </item>
  <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>
3. Start LibreOffice and open Tools -> Options -> LibreOffice -> Online Update
4. 'Download update automatically' and 'Check for updates automatically'
options which should be disabled.

Actual Results:  
Online update configuration are not read properly by LibreOffice. The mentioned
two options are not disabled, but only the first one.

Expected Results:
Both online update setting should be disabled.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/56.0.2924.87 Safari/537.36

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to