[PATCH 4/7] Add a dialog for collecting a passphrase for newly encrypted devices.

Vratislav Podzimek vpodzime at redhat.com
Fri Oct 5 08:36:31 UTC 2012


On Thu, 2012-10-04 at 09:59 -0500, David Lehman wrote:
> +
> +        # update the warning label with the currently selected keymap
> +        xkl_wrapper = keyboard.XklWrapper.get_instance()
> +        keymap = self.data.keyboard.keyboard
> +        if not keymap and self.data.keyboard.layouts_list:
> +            keymap = self.data.keyboard.layouts_list[0]
> +        keymap_name = xkl_wrapper.name_to_show_str[keymap]
> +        warning_label_text = warning_label_template % keymap_name
> +        self._warning_label.set_markup(warning_label_text)
As I've written in a reply to the question about my pykickstart changes,
this won't work.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list