https://bugzilla.novell.com/show_bug.cgi?id=216950 Summary: Skipping the installation of an additional package: unclosed popup breaks installation. Product: openSUSE 10.2 Version: Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: lslezak@novell.com ReportedBy: mvidner@novell.com QAContact: jsrain@novell.com I was installting Beta1 and in the Network Proposal I chose NetworkManager. So yast wanted to install more packages for it (starting with OpenEXR). A popup for OpenEXR came up. But at that time the install server was down so in an error popup I chose Skip. The error popup was closed but the progress popup with OpenEXR was not closed. (I have looked at the code and it was the popup opened in PackageCallbacks::StartProvide) The rest of the installation was useless because it expected some widgets in that small popup. I killed y2base *sniff*. It seems the UI code expects that for any StartProvide there will come a DoneProvide but this was not the case here. It should be clearly stated what the possible callback sequences from libzypp are so that we can prevent errors like this. -- 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, or are watching someone who is.