[master] Two patches related to kickstart installation bugs

Vratislav Podzimek vpodzime at redhat.com
Mon Sep 3 13:28:31 UTC 2012


PATCH 1/2 replaces GLib.idle_add with GLib.timeout_add_seconds, so that
installation progress updating doesn't eat 100 % of CPU. I'm not sure if
1 second interval is short enough in this case.

PATCH 2/2 prevents code needing X server from running in text mode installation,
because that would cause hang and/or SIGSEGV.

Vratislav Podzimek (2):
  Do not use 100 % of CPU time when updating installation progress
  Don't try to setup X layouts in text installation (#852447)

 anaconda                           | 2 +-
 pyanaconda/ui/gui/hubs/progress.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.11.4



More information about the anaconda-patches mailing list