|
Bugzilla – Full Text Bug Listing |
| Summary: | popup: 'Please select a product to install.' | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Steffen Winterfeldt <snwint> |
| Component: | Installation | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | lslezak, mloviska, okurz, snwint |
| Version: | Leap 15.0 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://trello.com/c/q11Jh63y | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | yast logs | ||
|
Description
Steffen Winterfeldt
2018-04-09 11:20:31 UTC
Ladislav, any idea? Please attach the YaST logs, it's hard to guess what happened. And did you enable the online repositories? Or just used the DVD? A wild guess is that an additional (different) product is available via the online repos. But if you used only the DVD then I have no idea... Only the DVD. As said, just hit two times (one is not enough) 'next', then go back. Created attachment 766537 [details]
yast logs
Here are the logs.
OK, it turned out that the desktop selection resets everything, including the selected product. https://github.com/yast/yast-installation/blob/cc898b79207b0d225319b8cdeb670212d452c117/src/lib/installation/widgets/system_roles_radio_buttons.rb#L55 Yast::Packages.Reset([]) should be changed to Yast::Packages.Reset([:product]) to keep the selected product. *** Bug 1091402 has been marked as a duplicate of this bug. *** Fixed in yast2-installation-4.0.56 (https://github.com/yast/yast-installation/pull/695) |