|
Bugzilla – Full Text Bug Listing |
| Summary: | opensuseupdater-kde shows config dialog on startup | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Stephan Binner <stbinner> |
| Component: | YaST2 | Assignee: | Thomas Göttlicher <tgoettlicher> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Binner
2007-08-09 15:13:05 UTC
We can use default values for - check interval - recurring notification - auto startup - show upgrades That is easy. But we don't have a default value for the backend right now. At the moment opensuseupdater searches for available backend plugins and lets the user decide which one he wants to use. Should we hard code "zypp_backend" as default backend? What to do if "zypp_backend" is not available? What other backends than ZYpp are available? On Alpha 7 and Beta 1 I have only seen medias with the ZYpp backend so far. :-) If there is only one backend installed/available you have no choice anyway -> no config dialog. If there are two available it might be an option to show the dialog but I guess a product will never install two of them by default. Please, put there some logic to handle the backends. zypp_backend has to be default. If it does not exist and there is only 1 other backend, use that one. If there is more than one backend, show the configuration dialog. If there is no backend, show an error message. This is fixed in svn r6657. Submitted to stable. |