Closed
Bug 133225
Opened 23 years ago
Closed 23 years ago
Home directory isn't viewed.
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: jakobus, Assigned: colin)
Details
The standard user starts MOZILLA from home directory defined by the logical
SYS$LOGIN, this logical points to a directory, for instance my SYS$LOGIN is:
$ SHOW LOGICAL SYS$LOGIN "SYS$LOGIN" = "PL_DISK:[JAKOBUS]"
My home directory is the file JAKOBUS.DIR which is owned by myself, the
protection for this file is: (SYSTEM:RWED,OWNER:RWED,GROUP:RE,WORLD:E).
If I want to save something in my home directory using "Save Page As..." MOZILLA
opens the "Save As" window and shows the message:
"You do not have the permissions necessary to view this directory" so the
directory isn't shown although I have all rights.
| Assignee | ||
Comment 1•23 years ago
|
||
This is VMS specific. Taking...
Assignee: law → colin
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•23 years ago
|
||
Can you search your prefs.js file for "browser.download.dir", and then do a
DIR/SEC for whatever *directory* is shown. So if "browser.download.dir" is
/pl_disk/jakobus then I want to see the output for
DIR/SEC PL_DISK:[000000]JAKOBUS.DIR
| Reporter | ||
Comment 3•23 years ago
|
||
Searching my prefs.js shows:
user_pref("browser.download.dir", "/sys$login");
show logical SYS$LOGIN
"SYS$LOGIN" = "PL_DISK:[JAKOBUS]" (LNM$JOB_8109C440)
$ DIR/SEC PL_DISK:[000000]JAKOBUS.DIR
Directory PL_DISK:[000000]
JAKOBUS.DIR;1 [PL,JAKOBUS] (RWED,RWED,RE,E)
$ show logical PL_DISK
"PL_DISK" = "IAF021$DKA400:[IAF.PL.]" (LNM$SYSTEM_TABLE)
$
$ DIR/SEC IAF021$DKA400:[IAF]PL.DIR
Directory IAF021$DKA600:[IAF]
PL.DIR;1 [SYSTEM] (RWE,RWE,RE,E)
Colin we use the logicals heavily.
| Assignee | ||
Comment 4•23 years ago
|
||
I bet if you type "/pl_disk/jakobus" into the file name field of the "save page
as" dialog box, and hit return, that you'll see the contents of your SYS$LOGIN
directory and you'll be able to save the page.
| Assignee | ||
Comment 5•23 years ago
|
||
> user_pref("browser.download.dir", "/sys$login");
This is the problem. I don't know how it got in there, but its wrong. Delete
that line, and it should work just fine.
| Assignee | ||
Comment 6•23 years ago
|
||
Theo, if after deleting the "browser.download.dir" line from your prefs file you
are still seeing a problem, please re-open this bug report.
Closing.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 7•23 years ago
|
||
mass-verification of Invalid bugs.
if you don't think the report is invalid, please check to see if it has already
been reported (it might be a duplicate instead). otherwise, make sure that there
are steps (a valid test case) that clearly display the issue as an unexpected
defect.
mail filter string for bugspam: SequoiadendronGiganteum
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
•