Bug 135129 - Error on [Tools->Options->Online Update] without online update feature
Summary: Error on [Tools->Options->Online Update] without online update feature
Status: RESOLVED DUPLICATE of bug 132901
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2020-07-25 11:48 UTC by himajin100000
Modified: 2020-08-09 13:58 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description himajin100000 2020-07-25 11:48:42 UTC
Description:
---------------------------
LibreOfficeDev 7.1 - Fatal Error
---------------------------
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments
---------------------------
OK   
---------------------------


Steps to Reproduce:
1. Launch LibreOffice Installer
2. Exclude Online update from installed components
3. Launch LibreOffice
4. Tools->Options->Online Update

Actual Results:
---------------------------
LibreOfficeDev 7.1 - Fatal Error
---------------------------
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments
---------------------------
OK   
---------------------------


Expected Results:
There should be no Tools->Options->Online Update



Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: <buildversion>
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL
Comment 1 Julien Nabet 2020-07-30 14:07:06 UTC
*** Bug 135318 has been marked as a duplicate of this bug. ***
Comment 2 Mike Kaganski 2020-08-09 13:53:29 UTC
*** Bug 135535 has been marked as a duplicate of this bug. ***
Comment 3 Mike Kaganski 2020-08-09 13:53:37 UTC
*** Bug 135544 has been marked as a duplicate of this bug. ***
Comment 4 Mike Kaganski 2020-08-09 13:55:38 UTC
Repeating bug 135535 comment 4:

Apparently a regression (and it's confirmed by the duplicate bug 135544). In LibreOffice_6.3.0.4_Win_x64.msi, we have three elements in FeatureComponents table for gm_o_Onlineupdate:

> gm_o_Onlineupdate    auto_onlineupdate_lib_updatecheckui__libreoffice_program
> gm_o_Onlineupdate    auto_onlineupdate_lib_updchk__libreoffice_program
> gm_o_Onlineupdate    gid_file_share_registry_onlineupdate_xcd__libreoffice_share_registry


In LibreOffice_7.0.0.3_Win_x64.msi, we only have one entry related to gm_o_Onlineupdate: the last one.

However, I don't know where to look it up in the source code, thus can't tell how to bibisect this. (And then, if I knew, bibisect would only help understanding the reason for the change.)
Comment 5 Mike Kaganski 2020-08-09 13:58:53 UTC

*** This bug has been marked as a duplicate of bug 132901 ***