Closed
Bug 3128
Opened 27 years ago
Closed 24 years ago
Global mailcap, mime-type files should use $MOZILLA_FIVE_HOME
Categories
(Core Graveyard :: Tracking, defect, P5)
Tracking
(Not tracked)
Future
People
(Reporter: mcafee, Assigned: mcafee)
Details
(Keywords: helpwanted, Whiteboard: [nsbeta3-][NEED INFO])
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #87812
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=87812
Imported into Bugzilla on 02/11/99 19:39)
Looks like the global mailcap and mime-type files are
hardcoded to /usr/local/lib/netscape/* in libpref, we
should change this to also look in $MOZILLA_HOME.
Comment 1•26 years ago
|
||
How 'bout this one, chris? I don't know how prefs r working in new world.
Assignee | ||
Updated•26 years ago
|
Assignee: mcafee → slamm
Hardware: All
Assignee | ||
Comment 2•26 years ago
|
||
slamm/don, who's doing prefs on Unix?
Updated•26 years ago
|
Component: XFE → Pref UI
Product: MozillaClassic → Browser
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Re-assigned to hshaw@netscape.com and changed component to libPref.
Hubie, this looks like a libpref issue.
Assignee | ||
Comment 5•26 years ago
|
||
We're about to switch to MOZILLA_FIVE_HOME and .mozilla instead
of MOZILLA_HOME and .netscape:
http://bugzilla.mozilla.org/show_bug.cgi?id=3554
Updated•26 years ago
|
Assignee: hshaw → don
Comment 6•26 years ago
|
||
It is not hard-coded in the pref code. A default
is provided in mozilla/modules/libpref/src/unix/unix.js
The consumer is free to change the default value
without my intervention. They should inform the
Doc writer for our preferences, Tina Ornduff x4756
Reassigning to Don.
Assignee | ||
Updated•26 years ago
|
Summary: Prefs: Global mailcap, mime-tupe files should use $MOZILLA_HOME → Prefs: Global mailcap, mime-type files should use $MOZILLA_HOME
Assignee | ||
Comment 7•26 years ago
|
||
What happens if the default is not found? This is requiring
the user to figure this out. I believe this was a user request
to also search $MOZILLA_FIVE_HOME for these files.
Comment 8•26 years ago
|
||
I was not able to locate specific code in prefs
which reads in mailcap and mime-type files.
Though I could be wrong, I believe the files
are read in outside of prefs. I couldn't
locate the code in prefs or profiles which
did the reading.
I was trying to convey the component which
does the reading was not prefs, not that
the default pref should satisfy this bug.
Assignee | ||
Updated•26 years ago
|
Component: libPref → Apprunner
Assignee | ||
Comment 9•26 years ago
|
||
This is not a libpref bug.
The problem is a casual usage of these two particular prefs,
and arguably this belongs to the apprunner folks.
Comment 10•26 years ago
|
||
Re-assigned to slamm@netscape.com, set target milestone to M7, and chnaged
priority to P5.
Steve, can you _eventually_ make some sense of this bug?
Comment 11•25 years ago
|
||
This is not a big deal. Let's move this out to M11 for now.
Component: Apprunner → other
Summary: Prefs: Global mailcap, mime-type files should use $MOZILLA_HOME → Global mailcap, mime-type files should use $MOZILLA_HOME
Updated•25 years ago
|
Assignee: slamm → mcafee
Target Milestone: M11
Comment 12•25 years ago
|
||
Since mcafee has such a long history with this bug, I thought he might like to
own it again now that he is back in our group.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M14
Assignee | ||
Updated•25 years ago
|
Summary: Global mailcap, mime-type files should use $MOZILLA_HOME → Global mailcap, mime-type files should use $MOZILLA_FIVE_HOME
Comment 13•25 years ago
|
||
M15.
Updated•24 years ago
|
Target Milestone: M16 → Future
Comment 16•24 years ago
|
||
http://lxr.mozilla.org/seamonkey/source/modules/libpref/src/unix/unix.js#72
hrm, Component: Tracking? i've never met that. So this is futured, the relevant
lines would seem to affect Linux/Unix. Changing OS, adding helpwanted per
future. Does this really deserve P5? If we want people to use
$MOZILLA_FIVE_HOME I think we should consider having it supported by nsbeta3.
Keywords: helpwanted,
nsbeta3
OS: Solaris → Linux
Comment 17•24 years ago
|
||
nav triage team:
nsbeta3-, need info
We need an end user scenario why this would be a problem. Not seeing a frequent
scenario, so marking minus. If you disagree, give the end user reason and
remove the -.
Whiteboard: [nsbeta3-][NEED INFO]
Comment 18•24 years ago
|
||
Is bug 52441 a dup of this?
Assignee | ||
Comment 19•24 years ago
|
||
52441 is a cleaner summary of this bug and is assigned to the right person I
think, marking dup.
*** This bug has been marked as a duplicate of 52441 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 21•23 years ago
|
||
I disagree that this bug is a duplicate of bug #52441. I believe there two
separate problems:
1) Mozilla does not read the mailcap and mime-types files that unix.js points to.
2) unix.js points to the wrong directory.
bug #52441 describes problem (1). This bug describes problem (2) and would
become relevant as soon as bug #52441 is fixed.
BTW, I believe that the correct location to look for the global files would be
/etc since these files are normallly in /etc. And since they are normally _not_
distributed with Mozilla or Netscape, it's meaningless to look in either
/usr/local/lib/netscape/ or $MOZ_FIVE_HOME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•