Bug 340895

Summary: gtk version of YOU wants to install everything by default.
Product: [openSUSE] openSUSE 10.3 Reporter: Carlos Robinson <carlos.e.r>
Component: YaST2Assignee: E-mail List <bnc-team-screening>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: forgotten_h13THG8RK1
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Gnome's YOU screenshot
Classic YOU screenshot.

Description Carlos Robinson 2007-11-10 20:49:34 UTC
Created attachment 182917 [details]
Gnome's YOU screenshot

Gnome version of YOU by default wants to install recommended and optional packages (openmotif22-libs, fetchmsttfonts, wvdial, yast2-product-creator, yast2-repair, release-notes).

The "classic" YOU instead only wants to install release-notes - which is the correct thing to do. 

I'm a gnome user, but I refuse to use the GNOME version of YOU: it doesn't give enough info, and it's behaviour is incorrect. I fire up a second session as root using fvmn2 to run YAST inside in ctrl-alt-f8 virtual screen.

As there is no "create solver test case" in the gnome YOU, I'll provide screenshots instead. This happened on 2007-11-06
Comment 1 Carlos Robinson 2007-11-10 20:51:30 UTC
Created attachment 182918 [details]
Classic YOU screenshot.
Comment 2 Forgotten User h13THG8RK1 2007-11-12 17:03:55 UTC
Thanks for the report, this should be fixed on SVN. In the meanwhile, a new Package Selector is being worked on (and, as a result, the Patch Selector). However, YOU should be dropped in 11.0 in favor of PackageKit.

If you'd like to use yast-gtk for other modules, but YOU (and maybe package management), apply my comment from bug #33763.

Of course, the bash code to add would be:
  if [ "$module" = "sw_single" ] || [ "$module" = "online_update" ]; then
    WANTED_GUI="qt"
  fi
Comment 3 Forgotten User h13THG8RK1 2007-11-12 17:04:24 UTC
closing
Comment 4 Forgotten User h13THG8RK1 2007-11-12 17:05:28 UTC
The bug I meant was bug #337636
Comment 5 Forgotten User h13THG8RK1 2007-11-18 03:37:59 UTC
*** Bug 299551 has been marked as a duplicate of this bug. ***
Comment 6 Carlos Robinson 2007-11-19 11:23:35 UTC
(In reply to comment #4 from Ricardo Cruz)
> The bug I meant was bug #337636
> 

Thanks, that trick works. Nice one.

I added the code just before the last 'if', the one checking for ncurses.
Comment 7 Forgotten User h13THG8RK1 2007-11-19 14:57:11 UTC
No problem. Glad to be useful. :)