Bugzilla – Bug 1128195
gnome-control-center -- Patches needs dropping or rebase
Last modified: 2019-04-08 06:06:56 UTC
Patches in gnome-control-center needs dropping or rebase.
Hi Jonathan, It looks mostly on gnome-control-center-disable-error-message-for-NM.patch at the moment, could you help on that please? Thank you!
Thanks for the rebased patch, however in GNOME:Next we run meson_test as part of check, and the rebased patch leads to tests to fail. I have for now disabled meson_test, but a patch that allows the tests to pass would have been nice :-) https://build.opensuse.org/package/show/GNOME:Next/gnome-control-center
This is an autogenerated message for OBS integration: This bug (1128195) was mentioned in https://build.opensuse.org/request/show/687775 Factory / gnome-control-center
(In reply to Bjørn Lie from comment #2) > Thanks for the rebased patch, however in GNOME:Next we run meson_test as > part of check, and the rebased patch leads to tests to fail. > > I have for now disabled meson_test, but a patch that allows the tests to > pass would have been nice :-) > > https://build.opensuse.org/package/show/GNOME:Next/gnome-control-center Enabling tests for network panel will call g_dbus_proxy_new_sync() which is added in gnome-control-center-disable-error-message-for-NM.patch. And this dbus function call fails. My guess is the build machine doesn't have dbus service available. So disable tests for network panel in the patch. https://build.opensuse.org/request/show/690294
RESOLVED FIXED.