[PATCH] Disable the language spoke off the first hub, for now (#874263).

Chris Lumens clumens at redhat.com
Mon Nov 12 21:07:54 UTC 2012


I don't especially want to do this, but as stated elsewhere changing language
during installation is not at all easy.  It's especially not easy from this
spoke, where everything's already been imported.

Eventually I think this spoke should allow for picking which languages you
want supported on the finished system (sort of a language-specific package
selection screen), but there's no time and this will at least prevent people
from hitting a really annoying bug.
---
 pyanaconda/ui/gui/spokes/welcome.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py
index d99cd84..7362a18 100644
--- a/pyanaconda/ui/gui/spokes/welcome.py
+++ b/pyanaconda/ui/gui/spokes/welcome.py
@@ -303,3 +303,7 @@ class LanguageSpoke(LanguageMixIn, NormalSpoke):
         (store, itr) = selected.get_selected()
 
         return store[itr][0]
+
+    @property
+    def showable(self):
+        return False
-- 
1.7.11.2



More information about the anaconda-patches mailing list