[Bug 821866] New: YAST2 On-line Update generates an error when closed using Ctrl-W
https://bugzilla.novell.com/show_bug.cgi?id=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c0 Summary: YAST2 On-line Update generates an error when closed using Ctrl-W Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: i586 OS/Version: openSUSE 12.3 Status: NEW Severity: Minor Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jcarricksmith@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- Created an attachment (id=541379) --> (http://bugzilla.novell.com/attachment.cgi?id=541379) Error text from message box. User-Agent: Mozilla/5.0 (X11; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0 If I check for updates and there are none, then using Ctrl-W to close the window causes and error message to appear. Once acknowledged the error message box closes and everything works OK. I am running KDE as the desktop in 12.3 with updates applied. The problem has existed for a few versions and is not new to 12.3. Reproducible: Always Steps to Reproduce: 1. Open YAST On-line Update 2. Press Ctrl-W to close window. Actual Results: Error message box appears. Expected Results: Clean close. uname -a output: Linux jlin.site 3.7.10-1.4-desktop #1 SMP PREEMPT Fri Apr 19 12:06:34 UTC 2013 (8ef74f8) i686 i686 i386 GNU/Linux -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |jsuchome@suse.com |ovo.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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c1 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@suse.com AssignedTo|jsuchome@suse.com |tgoettlicher@suse.com --- Comment #1 from Jiří Suchomel <jsuchome@suse.com> 2013-05-31 07:07:52 UTC --- It is detected in PackageSelector, it does not seem online_update_select can do anything here. 2013-05-31 09:05:02 <1> linux-ys7e.site(21890) [qt-pkg] YQPackageSelectorBase.cc(~YQPackageSelectorBase):116 Destroying PackageSelector 2013-05-31 09:05:02 <2> linux-ys7e.site(21890) [ui] YWidget.cc(findWidget):632 THROW: No widget with ID `selector 2013-05-31 09:05:02 <2> linux-ys7e.site(21890) [ui] YCP_UI.cc(RunPkgSelection):1411 CAUGHT: No widget with ID `selector 2013-05-31 09:05:02 <3> linux-ys7e.site(21890) [libycp] clients/online_update_select.ycp:134 RunPkgSelection() failed Thomas? -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c2 Thomas Göttlicher <tgoettlicher@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tgoettlicher@suse.com AssignedTo|tgoettlicher@suse.com |lslezak@suse.com --- Comment #2 from Thomas Göttlicher <tgoettlicher@suse.com> 2013-06-24 03:56:03 UTC --- I think that's not caused by the Package Selector itself. -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c3 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |tgoettlicher@suse.com AssignedTo|lslezak@suse.com |jsuchome@suse.com --- Comment #3 from Jiří Suchomel <jsuchome@suse.com> 2013-06-24 06:15:46 UTC --- Well... right. The problem is completely different: With Ctrl+W, Package Selector returns `webpin result. Now, 1. online update bug is that it does not expect possible `webpin return value. (The question is, what should it actually do - I think the web search should be disabled for online update anyway) 2. webpin module (the one for searching packages on the web) actually does not work. I think it would be better to remove that option from Package Selector menu completely. Thomas, this would be on you, I think, see "Search Packages on &Web..." in YQPackageSelector.cc -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c4 --- Comment #4 from Jiří Suchomel <jsuchome@suse.com> 2013-06-24 06:24:16 UTC --- Why NEEDINFO: if you remove "Search Packages on &Web..." from package selector, no change in online_update_select will be needed. Otherwise, I'll need to adapt online update. -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c5 --- Comment #5 from Ladislav Slezak <lslezak@suse.com> 2013-06-24 06:32:00 UTC --- JFYI: the webpins search server does not work for several years, so I guess the menu item (and the shortcut) can be safely removed. Just use a good commit description for removal in case we would add it back in the future... -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c6 --- Comment #6 from Thomas Göttlicher <tgoettlicher@suse.com> 2013-06-26 03:17:28 UTC --- I removed the webpin menu entry in libyui-qt-pkg version 2.42.9. -- 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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c Thomas Göttlicher <tgoettlicher@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|tgoettlicher@suse.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=821866 https://bugzilla.novell.com/show_bug.cgi?id=821866#c7 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Jiří Suchomel <jsuchome@suse.com> 2013-06-26 03:54:41 UTC --- So I think this is fixed now -- 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