[PATCH 6/7] Note the lack of software source if that is the reason we're not ready.

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

 



---
 pyanaconda/ui/gui/spokes/software.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
index 6444811..7bfd040 100644
--- a/pyanaconda/ui/gui/spokes/software.py
+++ b/pyanaconda/ui/gui/spokes/software.py
@@ -109,9 +109,13 @@ class SoftwareSelectionSpoke(NormalSpoke):
 
     @property
     def status(self):
+        from pyanaconda.threads import threadMgr
         if self._error:
             return _("Error checking software selection")
 
+        if threadMgr.get("AnaPayloadMDThread") or self.payload.baseRepo is None:
+            return _("Software source not set up")
+
         row = self._get_selected_desktop()
         if not row:
             return _("Nothing selected")
-- 
1.7.7.6

_______________________________________________
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