Bug 354133 - Installation issue when changing localization back and forth - Packagemanager texts might appear in a different loc than the selected one
Summary: Installation issue when changing localization back and forth - Packagemanager...
Status: RESOLVED FIXED
: 354735 (view as bug list)
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: Alpha 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Lukas Ocilka
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 13:09 UTC by Lukas Ocilka
Modified: 2008-01-18 15:49 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Ocilka 2008-01-16 13:09:51 UTC
After selecting a langauage,
  * Pkg::SetPackagesLocale (?)
  * Pkg::SetTextLocale
need to be called.

Maybe function-names are a bit different :)
Comment 1 Lukas Ocilka 2008-01-16 14:50:44 UTC
Index: inst_complex_welcome.ycp
===================================================================
--- inst_complex_welcome.ycp    (revision 43665)
+++ inst_complex_welcome.ycp    (working copy)
@@ -404,6 +404,10 @@
                return `again;
            }
 
+           // Bugzilla #354133
+           Pkg::SetPackageLocale (language);
+           Pkg::SetTextLocale (language);
+
            if (ret == `next)
            {
                // Language has been set already.


yast2-installation-2.16.10
Comment 2 Ladislav Slezák 2008-01-18 15:49:16 UTC
*** Bug 354735 has been marked as a duplicate of this bug. ***