[PATCH] If there's no network, attempt to bring it up before filing a bug.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 exception.py |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/exception.py b/exception.py
index 4572eef..6fac441 100644
--- a/exception.py
+++ b/exception.py
@@ -417,6 +417,24 @@ def runSaveDialog(anaconda, exn):
                           "disk."))
                     continue
             else:
+                import network
+                if not network.hasActiveNetDev():
+                    if os.environ.has_key("DISPLAY"):
+                        from netconfig_dialog import NetworkConfigurator
+                        import gtk
+
+                        net = NetworkConfigurator(anaconda.id.network)
+                        ret = net.run()
+                        net.destroy()
+
+                        if ret != gtk.RESPONSE_CANCEL:
+                            continue
+                    else:
+                        anaconda.intf.messageWindow(_("No Network Available"),
+                            _("Cannot save a bug report since there is no "
+                              "active networking device available."))
+                        continue
+
                 if not saveToBugzilla(anaconda, exn, saveWin.getDest()):
                     continue
         elif rc == EXN_CANCEL:
-- 
1.5.5.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux