Closed
Bug 63851
Opened 25 years ago
Closed 23 years ago
in a state where we create .slt sub-directory each time we start up
Categories
(Core Graveyard :: Profile: BackEnd, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.0.1
People
(Reporter: sspitzer, Assigned: ccarlen)
References
Details
Attachments
(1 file)
|
34.03 KB,
image/jpeg
|
Details |
see news://news.mozilla.org/3A3D5A92.1946C919%40benway.com
dr@benway.com is in a state where we keep creating .slt directories.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
dr, are you still seeing this?
Comment 3•25 years ago
|
||
This might happen, if we can write to the profiles dir, but not to the registry.
Comment 4•25 years ago
|
||
I had the same problem after trying to restore a backup of my Mail directories
into a new mozilla installation. Whatever I did, mozilla kept creating new salt
subdirectories after I copied the mail data. I think the biggest problem in my
situation was the fact that the prefs.js and other files had *absolute* paths to
all the mailbox related files and in my new installation the directory locations
had changed... After hours of trying to fix this I ended up making a workaround
by creating symlinks from the original mailbox location to newly created salt
dir (I know this is going to be a problem someday).
I've read the complete thread of the bug that initiated the use
salted-directories... I have one suggestion: what about creating *one* place
that holds the name/location of the profile "root" including the salt, instead
of mentioning it in the *complete* absolute path of every reference to files in
there?
| Assignee | ||
Comment 5•25 years ago
|
||
Agreed. What Ricardo points out - having relative paths instead of absolute
paths in prefs - needs to be fixed. It will solve many problems in addition to
this one.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Comment 6•25 years ago
|
||
Yup I am still seeing this..quite annoying.
| Assignee | ||
Comment 7•25 years ago
|
||
The real question is why the profile root folder is: C:\Program Files\mozilla\
On Windows, it's supposed to be (Thanks to Ben Bucksch):
+// Windows 2000: C:\Documents and Settings\myosuser\Application
Data\Mozilla\Users50\
+// Windows NT: C:\Winnt\Profiles\myosuser\Application Data\Mozilla\Users50\
+// Windows 95,98
+// password protection disabled: C:\Windows\Mozilla\Users50\
+// password protection enabled: C:\Windows\Profiles\myosuser\Application
Data\Mozilla\Users50\
Is there a file "registry.dat" inside the mozilla dir? This file should be
beside "Users50" but I can't tell from the screen shot.
No, the registry dat is in:
"C:\WINDOWS\Application Data\Mozilla"
cm
Comment 10•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
| Assignee | ||
Comment 11•23 years ago
|
||
This is an old bug and I have not heard of this happening since.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•