Hide Forgot
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)
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
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