Closed
Bug 12174
Opened 26 years ago
Closed 26 years ago
Can't load profile with space in name
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
People
(Reporter: phil, Assigned: selmer)
Details
I just got back from sabbatical and tried to run the current app against a
profile I'd created before I left. The profile name is "Phil Peterson". When the
app launches, it tries to read preferences from the profile directory, but the
filename is escaped with "Phil%20Peterson" so the code which checks the
existence of the prefs.js file fails.
Not sure if this is really a prefs problem or a profiles problem.
Assignee | ||
Comment 1•26 years ago
|
||
I think this problem is due to the fact that your profile was created prior to
one of our bug fixes. The simplest fix is to wipe out the mozregistry.dat file
and try again. If you want to preserve the contents of the profile, rename the
directory, create a new profile and point it at the new directory name.
If you can create a new profile with today's build and have this problem, then I
won't close the bug as INVALID.
Reporter | ||
Comment 2•26 years ago
|
||
Sounds like a good test for profile mgr QA
Comment 3•26 years ago
|
||
I did the tests that Steve suggested:
delete mozregistry.dat
create new profile and point to old profile/directory
I was successful in reading the old prefs.js file
I think new builds will be looking for prefs.js file and Phil may have had a
prefs50.js file in his directory.
The %20 space problem is known and due for M10
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
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
•