Requires patch in nm-c-e: --socket XID option that would place
nm-c-e window in plug connected to XID.
---
pyanaconda/ui/gui/hubs/__init__.py | 2 --
pyanaconda/ui/gui/spokes/network.py | 22 ++++++++++++++++------
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/pyanaconda/ui/gui/hubs/__init__.py b/pyanaconda/ui/gui/hubs/__init__.py
index d18b2b6..40cc6ef 100644
--- a/pyanaconda/ui/gui/hubs/__init__.py
+++ b/pyanaconda/ui/gui/hubs/__init__.py
@@ -100,9 +100,7 @@ class Hub(UIObject):
# signals from going to the underlying (but still displayed) Hub and
# prevent the user from switching away. It's up to the spoke's back
# button handler to kill its own layer of main loop.
- self.window.hide()
Gtk.main()
- self.window.show()
action.apply()