Index: gnome-control-center-47.beta/panels/network/cc-wifi-panel.ui =================================================================== --- gnome-control-center-47.beta.orig/panels/network/cc-wifi-panel.ui +++ gnome-control-center-47.beta/panels/network/cc-wifi-panel.ui @@ -217,6 +217,51 @@ Error details: NetworkManager not runnin + + + + + wicked-running + + + True + True + True + False + center + center + vertical + 18 + 18 + 18 + 18 + + + True + False + face-sad-symbolic + 128 + + + + + + True + False + True + Please use YaST2 to configure your network. + + + + + + + + + + Index: gnome-control-center-47.beta/tests/meson.build =================================================================== --- gnome-control-center-47.beta.orig/tests/meson.build +++ gnome-control-center-47.beta/tests/meson.build @@ -3,9 +3,12 @@ Xvfb = find_program('Xvfb', required: fa subdir('common') #subdir('datetime') +# Disable tests for network panel, boo#1128195 +if false if host_is_linux subdir('network') endif +endif # FIXME: this is a workaround because interactive-tests don't work with libadwaita as a subproject. See !1754 if not libadwaita_is_subproject