Closed
Bug 32056
Opened 25 years ago
Closed 25 years ago
Default profile folder is in uppercase
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8
People
(Reporter: bugzilla, Assigned: ccarlen)
References
Details
When on page 2 in the Create New Profile the default profile folder is:
"C:\PROGRAM FILES\MOZILLA\Users50\Default Users"
The directory should not be shown with uppercase letters.
My directory is called:
"C:\Program Files\Mozilla\" NOT "C:\PROGRAM FILES\MOZILLA\"
Comment 1•25 years ago
|
||
I'm not about to do pretty formatting of this string as it's platform specific.
Strictly speaking, your folder name is C:\PROGRA~1\MOZILLA\USERS50\DEFAUL~1
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•25 years ago
|
||
Where do you get the "C:\PROGRAM FILES\MOZILLA\" from?
Comment 3•25 years ago
|
||
from the back end ;)
ok, to be fair, reopening and assigning to selmer.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 5•25 years ago
|
||
Do the underlying file primitives we're using make this trivial to fix? If not,
perhaps this bug should go to dougt...
Assignee: selmer → racham
Severity: normal → minor
Need to look into te debug build to see who is converting the case. If needed, I
will reassign this to dougt.
Status: NEW → ASSIGNED
Component: Profile Manager FrontEnd → Profile Manager BackEnd
Target Milestone: M16
Reporter | ||
Comment 9•25 years ago
|
||
I think this one was reproduced on a Danish version of Win98.
I'll investigate! But I'm not on a Danish Win98 before tonight...:)
Reporter | ||
Comment 10•25 years ago
|
||
Reproduced on a Danish version of Win98 (4.10.1998) with build 20000725.
Default profile directory:
C:\PROGRAMMER\MOZILLA\Users50\Default User
Reporter | ||
Comment 11•25 years ago
|
||
If I manualy choose the same folder I'll get the correct case of the folder
directory name and the console correctly says:
*** setting rootFolderAttribute to C:\Programmer\Mozilla\Users50\gemal
But initialy it's still wrong.
Comment 12•25 years ago
|
||
using builds 2000072409 and 2000072509- I still see this on Win95 and Win98 not
on NT
Comment 13•25 years ago
|
||
Watch out for bug fix for 58679. That should do it...
Comment 14•25 years ago
|
||
Doing a mass reassign to Conrad Carlen.
Conrad is going address all current and upcoming profile manager issues. Please
do not hesitate to involve me in any of the issues.
Assignee: racham → ccarlen
Status: ASSIGNED → NEW
Assignee | ||
Comment 15•25 years ago
|
||
The upper-casing is being done deep in XPCOM and is causing other problems as
well so it is being removed. See bug 58679. Should be fixed soon.
Status: NEW → ASSIGNED
Assignee | ||
Comment 16•25 years ago
|
||
Setting milestone to mozilla0.8 and adding dependency. I'm assuming that bug
58679 will be fixed by 0.8
Depends on: 58679
Target Milestone: --- → mozilla0.8
Assignee | ||
Comment 17•25 years ago
|
||
This was fixed by the checkin which fixed bug 58679. Verified.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 18•25 years ago
|
||
Henrik,
Will you verify please? My 98 machine is behaving badly these days.
thanks
Reporter | ||
Comment 19•25 years ago
|
||
on both my win98 and win2000 the path was correct...
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•