pyanaconda.modules.runtime.user_interface.ui_interface

Classes

UIInterface

DBus interface for the user interface module.

Module Contents

class pyanaconda.modules.runtime.user_interface.ui_interface.UIInterface[source]

Bases: pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate

DBus interface for the user interface module.

connect_signals()[source]

Connect the signals.

property PasswordPolicies: Dict[Str, Structure][source]

The password policies.

Return type:

Dict[Str, Structure]

property DisplayMode: Str[source]

The display mode for the installation.

Possible values are “TUI”, “GUI” and “cmdline”.

Return type:

Str

property DisplayModeNonInteractive: Bool[source]

The non-interactive flag for display mode.

Return type:

Bool

property DisplayModeTextKickstarted: Bool[source]

Report if text mode was explicitly requested via kickstart.

Return type:

Bool

property Vnc: Structure[source]

Specification of the vnc configuration.

Return type:

Structure

property ProductData: Structure[source]

Expose product data including name, version, and final release status.

Return type:

Structure