[Bug 456472] New: [gmc] update during installation shows pattern view
https://bugzilla.novell.com/show_bug.cgi?id=456472 Summary: [gmc] update during installation shows pattern view Product: openSUSE 11.1 Version: RC 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: visnov@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com Found By: --- Created an attachment (id=258082) --> (https://bugzilla.novell.com/attachment.cgi?id=258082) yast logs It's a bit supring to see an empty pattern view after agreeing to do an online update. Logs attached -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@novell.com AssignedTo|visnov@novell.com |locilka@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |visnov@novell.com Priority|P5 - None |P1 - Urgent -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c1 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lslezak@novell.com Status|NEW |ASSIGNED --- Comment #1 from Lukas Ocilka <locilka@novell.com> 2008-12-04 10:09:47 MST --- It's broken in some other level, PackagesUI call Qt Wizard ... The same bug, for instance, appears in yast2-wagon too ... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- --- Comment #2 from Stephan Kulow <coolo@novell.com> 2008-12-05 00:59:45 MST --- as discussed with Dirk and Stano, the user is able to install updates during installation now. Just the view looks weird. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holgi@novell.com --- Comment #3 from Stephan Kulow <coolo@novell.com> 2008-12-05 04:25:27 MST --- *** Bug 456737 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=456737 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User jsrain@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c4 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |sh@novell.com --- Comment #4 from Jiri Srain <jsrain@novell.com> 2008-12-05 04:35:10 MST --- 2008-12-05 12:04:05 <1> fornax(5067) [YCP] PackagesUI.ycp:230 Options for the package selector widget: `opt (`youMode) (from the logs from Holgi) This sounds to me correct on the YCP side. Stefan, any idea why the selector does not open on patches view? y2milestone("Options for the package selector widget: %1", widget_options); UI::OpenDialog(`opt(`defaultsize), // Note: size(`opt()) = 0 !! size(widget_options) > 1 ? `PackageSelector(`id(`packages), widget_options, "") : `PackageSelector(`id(`packages), "") ); -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c5 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |sh@novell.com Status|NEEDINFO |NEW Info Provider|sh@novell.com | --- Comment #5 from Lukas Ocilka <locilka@novell.com> 2008-12-05 06:56:02 MST --- Sorry, NEEDINFO doesn't work and this is P1 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User visnov@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c6 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sh@novell.com |locilka@novell.com --- Comment #6 from Stanislav Visnovsky <visnov@novell.com> 2008-12-05 07:14:56 MST --- size(widget_options) > 1 ? `PackageSelector(`id(`packages), widget_options, "") : `PackageSelector(`id(`packages), "" Here, size(`opt(youMode)) == 1 !!! The comparison is wrong. (Sorry cannot commit the fix myself) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c7 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |lslezak@novell.com Status|NEW |ASSIGNED --- Comment #7 from Ladislav Slezak <lslezak@novell.com> 2008-12-05 07:18:36 MST --- Ha! I remember testing that, that's strange. Anyway, I'll fix that... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c8 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Ladislav Slezak <lslezak@novell.com> 2008-12-05 07:38:32 MST --- Fixed and submitted in yast2-2.17.58. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=456472 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=456472#c9 --- Comment #9 from Ladislav Slezak <lslezak@novell.com> 2009-01-09 11:22:07 MST --- *** Bug 456476 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=456476 -- 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.
participants (1)
-
bugzilla_noreply@novell.com