|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2 repair erroneously complains about package grub missing | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Casual J. Programmer <casualprogrammer> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | locilka |
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | yast2 logs | ||
|
Description
Casual J. Programmer
2008-03-04 09:26:00 UTC
Created attachment 198427 [details]
yast2 logs
YaST2 Repair currently uses DefaultDesktop::SetDesktop ("text"), based on the "desktop selection", it looks for packages required.
Now I see there's no "text" value for DefaultDesktop::SetDesktop, there's only "textmode". With "textmode" it works for me.
Lukas, DefaultDesktop.ycp still contains some occurences of "text" (mainly in help texts) and some of "textmode". Please fix it to use one value.
(In reply to comment #2 from Jiří Suchomel) > With "textmode" it works for me. ... it works for me on the installed system. When calling repair from the media, it doesn't work from different reasons (bug 368104) (In reply to comment #2 from Jiří Suchomel) > Lukas, DefaultDesktop.ycp still contains some occurences of "text" (mainly in > help texts) and some of "textmode". Please fix it to use one value. ... and tell me which value is the correct one. All possible "desktops" are available here: http://svn.opensuse.org/svn/yast/trunk/packager/src/modules/DefaultDesktop.ycp DefaultDesktop::GetAllDesktopsMap() returns map of them See map <string, map> all_desktops = $[...] (I'll fix the other comments that were not changed.) fixed in yast2-repair-2.16.5 |