Closed
Bug 84443
Opened 23 years ago
Closed 23 years ago
selectLocaleForProfile() should be used in createProfileWizard.js
Categories
(SeaMonkey :: Startup & Profiles, defect)
SeaMonkey
Startup & Profiles
Tracking
(Not tracked)
People
(Reporter: masaki.katakai, Assigned: masaki.katakai)
Details
(Keywords: intl)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
It seems that chromeRegistry.selectLocale() fails while
profileManager is running. I tried to change UI language
(ja-JP) and Content Locale (JP) on profileManager at
creating new profile, UI language ja-JP could be applied
but "JP" could not be set in user-locales.rdf. Check the
user-locales.rdf under user profile, there is not "JP"
entry.
After profileManager is done, changing to "JP Region" by
View -> Language and Web contents menu on Mozilla
is working fine. After this operation, I can see "JP"
region entries in user-locales.rdf.
Assignee | ||
Comment 1•23 years ago
|
||
Not sure it's right fix or not but how about using selectLocaleForProfile()
instead of selectLocale() in createProfileWizard.js ??? It works on my
environment.
I'll attach the patch. Please evaluate.
Assignee | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Why is this an RDF bug?
Comment 4•23 years ago
|
||
I think chromeRegistry issue to go to tao or hyatt.
Katakai san, since you have a patch, I assign this to you.
The change is in profile manager, please ask for review to ccarlen or ben.
Assignee: waterson → katakai
Assignee | ||
Comment 5•23 years ago
|
||
OK, I moved this to Profile Manager, changed summary, added Cc:
ccarlen and ben.
ccarlen or ben, can you review the patch?
I'm thinking selectLocaleForProfile() should be used for
createProfileWizard.js to install region (content locale).
Component: RDF → Profile Manager FrontEnd
Summary: chromeRegistry.selectLocale() for content locale fails while profileManager → selectLocaleForProfile() should be used in createProfileWizard.js
Assignee | ||
Comment 6•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•