[PATCH] Add warning to keyboard spoke on live installations (#886463)

Vratislav Podzimek vpodzime at redhat.com
Fri Dec 14 07:57:08 UTC 2012


On Thu, 2012-12-13 at 10:05 -0800, Brian C. Lane wrote:
> On Thu, Dec 13, 2012 at 01:36:16PM +0100, Vratislav Podzimek wrote:
> > On live installations we do not change runtime keyboard configuration
> > because desktop enviromnets provide their tools for that. We should give
> > the user a hint on that.
> > 
> > Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> > ---
> >  pyanaconda/ui/gui/spokes/keyboard.glade | 50 +++++++++++++++++++++++++++++++--
> >  pyanaconda/ui/gui/spokes/keyboard.py    |  4 +++
> >  2 files changed, 52 insertions(+), 2 deletions(-)
> 
> 
> > +                        <property name="can_focus">False</property>
> > +                        <property name="label" translatable="yes">On installations with running desktop environment, changes done here only apply to the installed system. Use tools of the running desktop environment to configure keyboard for the installation process.</property>
> 
> We already know this is a live install, so I think this can be shorter:
> 
> Changes here will only apply to the installed system. Use the live
> desktop's tool to configure the keyboard for the installation process.
I would like to shorten it, but what about image installations?



More information about the anaconda-patches mailing list