|
Bugzilla – Full Text Bug Listing |
| Summary: | Update overwrites Language settings | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Holger Sickenberg <holgi> |
| Component: | Update Problems | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch for save_config_finish | ||
|
Description
Holger Sickenberg
2006-03-09 16:12:51 UTC
The settings for ROOT_USES_LANG is also changed/reset (to ctype IIRC) Jiri, why is save_config_finish.ycp called during update? Shouln't this be done only in installation? There is at least one step which has to be called during update as well. If you want to remove one step from update, either you can move it to separate client, or add appropriate if around it in save_config_finish. Yes, I know it can be solved this way. But my question targeted something different: AFAIK saving language setting wasn't done in update before and now it looks it is. So I'm asking if (and why) something was changed to call save_config_finish.ycp during update. And if there is just one step (btw which one?) which is needed from save_config_finish to be called during update, looks like better solution would be to solve this step separately and not the rest of them. At least for 10.0 it worked as it is now.
And you are not right: They were saved always (I just checked the SLES9 code in SVN, folowing ones are always called:
Mouse::Save();
Timezone::Save();
Language::Save();
Keyboard::Save(true);
Display::Save();
ProductFeatures::Save();
Created attachment 73052 [details]
patch for save_config_finish
giving to Master of Installation (and raising the severity so it appears on his radar) :-) Done in SVN, will submit with one more bugfix. happened again in beta8 (utf-8 was activated, root language was reset to ctype) If your patch was just too late for beta8, ignore this - otherwise reopen the bug ;-) |