Bug 1374063

Summary: Disable automatic updates check
Product: [Fedora] Fedora Reporter: Germano Massullo <germano.massullo>
Component: owncloud-clientAssignee: Nikos Roussos <comzeradd>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 26CC: anvil, comzeradd, germano.massullo, nb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-23 22:49:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Germano Massullo 2016-09-07 20:35:12 UTC
Description of problem:
Reminder for all owncloud-client maintainers.
Automatic updates check should be disabled. The only way Fedora users can update their owncloud-client is by running Fedora updates, so the message is completely useless.

A few suggestions from #owncloud-client-dev Freenode channel

[17:24] <jt***> Germano: There seems to be a skipUpdateCheck config checked by src/gui/updater/ocupdater.cpp
[17:27] <jt***> ConfigFile::skipUpdateCheck defaults to false, worst case you could patch it to default to true.
[17:29] <Germano> jt***: mmh I cannot find           ConfigFile::skipUpdateCheck          in                     https://github.com/owncloud/client/blob/master/src/gui/updater/ocupdater.cpp
[17:30] <jt***> Germano: that one's in src/libsync/configfile.cpp
[17:30] <jt***> getValue(QLatin1String(skipUpdateCheckC), con, false); <-- could s/false/true/
[17:32] <Germano> jt***: this one? https://github.com/owncloud/client/blob/master/src/libsync/configfile.cpp#L418
[17:33] <jt***> Germano: Yes that one
[17:33] <jt***> (I didn't try though)

Comment 1 Fedora End Of Life 2017-02-28 10:13:29 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 2 Germano Massullo 2018-02-23 22:49:49 UTC
I removed myself from this package to concentrate effort on next generation nextcloud-client.
Feel free to reopen the bugreport if you want to take it