Comment 6 for bug 1629715

Revision history for this message
Paul Worrall (nicknak) wrote : Re: kde version shows the install popup after a few seconds of launching (without chosing the iso)

This bug is due to the setup of the progress dialog being performed as part of the class initialisation. The dialog then receives no setValue signals for its default timeout (4 seconds) so it thinks the process is slow and shows the dialog.

My patch moves the setup of the progress dialog to the install method so doesn't get called until the user clicks the "Make Startup Disk..." button.