|
Bugzilla – Full Text Bug Listing |
| Summary: | merge software repositories modules and software manager | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | macias - <bluedzins> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | chrubis |
| Version: | RC 1 | ||
| Target Milestone: | RC 1 | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
macias -
2008-06-09 14:25:11 UTC
If you click on Repositores -> Repository manager it will open repository manager in the same window as software manager. Thank you very much! It is looks like FIXED status, but the merge is not complete. a) it would be much better to have transparent merge, i.e. in tabs, one tab "packages", another "repositories" b) the SM is rerun really. The warning of low space disk is shown each time you get back to SM. The transparent merge would require a big effort in each of the three GUIs (Qt, Gtk, ncurses). We have not enough manpower for that now, sorry. Maybe sometime later... The current integration was a simple change using the current UI code. Of course, it has some drawbacks, but it's far better than starting/closing the modules again. Ladislav, thank you. What about just removing this warning dialog (I mean, for the second and later time)? This would be a help (reducing number of mouse clicks). Um, that would be quite hard because the package manager UI is stateless. It's started again with all consequences. It doesn't remember anything and it's created from scratch every time. (The state of packages is stored in libzypp, not in UI.) That's why e.g. the search expressions are lost when you start the repository manager and return to the package selection. |