[f18-branch/master 2/2] Only skip welcome screen for ks installs (#891755)

Brian C. Lane bcl at redhat.com
Fri Jan 4 18:22:17 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

We always want to show the welcome screen for interactive installs. For
kickstart, only show it if there isn't a language setup.
---
 pyanaconda/ui/gui/spokes/welcome.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py
index f335c14..a3a33a6 100644
--- a/pyanaconda/ui/gui/spokes/welcome.py
+++ b/pyanaconda/ui/gui/spokes/welcome.py
@@ -122,7 +122,7 @@ class LanguageMixIn(object):
         if flags.flags.automatedInstall:
             return self.data.lang.lang and self.data.lang.lang != ""
         else:
-            return self.data.lang.lang and self.data.lang.lang != "" and isFinal
+            return False
 
     def initialize(self):
         store = self.builder.get_object("languageStore")
-- 
1.8.0.2



More information about the anaconda-patches mailing list