After the user chooses a language (so we can localize the error), pop up
an error if the syscheck fails.
Add a quiet option to syscheck to disable printing to the terminal.
Signed-off-by: Brian J Lovin <brian.j.lovin@intel.com>
Switch from red to a variant of orange
TODO: refactor the disk code to use the style.css by
splitting into two labels between title and description.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
- Modifies the screen flow to first launch the Welcome (Language) page
- Adds localization package "gotext"
- Enables localization for "en_US", "zh_CN" and "es_MX"
- Modifies the strings to use localized version
Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
This live-desktop os a full bloated desktop live image. It comes
with gnome, with autologin enabled also installs clr-installer and
set it as one of the favorite apps.
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
Fixes Issues #26
- Build header and scrolling frame
- Populate the scrolling frame with a row frame for each disk
- Only enable one disk at a time for changes
- Prevent changes to other disks once configuration begins
- Added Warning PopUp dialog
- Implement ReScan and Revert of media
- Add Disk Serial number to block device
- Needed to track selected disk in case of a rescan
- Handle no usable media
- Fix size error when size unchanged
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
With the extended theme patches we broke the manual partitioning
theme, this patch fixes the theme elements names.
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
Make use of the new RealColor() API and extend the theme to introduce
custom color definitions.
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
This is code is still alpha. The Text-based User Interface is
undergoing a resign of the layout before beta.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>