Comment 7 for bug 1572321

Revision history for this message
KDontenville (kevin-keepnet) wrote :

This is still constant pain for me and is reported as an error based on building from a bug in QT5 shipping with 16.04.

After every suspend on all 16.04 laptops we use, owncloud client refuses to find the reappearance of the network connection. Quit app and restart before it will find it.

I have collated a few of the reports here which may help identify the key patches needed, but at the moment the solution for the build does not seem to be in place.

See here: https://github.com/owncloud/client/issues/3888

Last comments:

(For OS X and Windows, we add the patch https://github.com/owncloud/client/blob/master/admin/qt/patches/0012-Make-sure-networkAccessibilityChanged-is-emitted.patch which did not make it into Qt 5.1.1 release)

and here: https://github.com/owncloud/client/issues/4839

with a comment of:
$SOMEONE needs to get Ubuntu to update their Qt packages to check if there is a need to add any of the patches listed in https://github.com/owncloud/client/tree/2.2/admin/qt/patches

And also here: https://github.com/owncloud/client/issues/4720

Comment:
Could be that we also need https://codereview.qt-project.org/#/c/146115/ .. maybe you want to try that out and report back.
(On Windows, OS X we don't ship the Qt bearer plugins, that's why this patch is not needed)

Might help identify the patches!