https://bugzilla.novell.com/show_bug.cgi?id=380867 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=380867#c12 --- Comment #12 from Ladislav Slezak <lslezak@novell.com> 2008-04-29 01:02:15 MST --- Yeah, I have finally found the problem! The installed size is computed properly and 0 was never used, but the number of steps in progress widget is passed as a signed int, thus the maximum size is 2GB - 1. Integers in YCP are 64 bit but Qt uses 32 bit values for the progress bar widget. If the installed size is bigger than 2GB it overflows to a negative number which causes switching to the "tick" mode. (That's way I couldn't reproduce it in my small test installations.) I'll fix the slideshow to use sizes in KB in the progress widget. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.