Without the call to busyCursorPop(), we get the watch mouse pointer for the rest of the install. waitWindow sets it up, which is called when 'Finding storage devices...' is displayed. --- storage/devicetree.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index ae6bed9..f8b107d 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -122,6 +122,7 @@ def questionInitializeDisk(intf=None, name=None): if not intf or not name: pass else: + intf.icw.busyCursorPop() rc = intf.messageWindow(_("Warning"), _("Error processing drive %s.\n" "Maybe it needs to be reinitialized." -- 1.6.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list