Closed
Bug 158346
Opened 23 years ago
Closed 23 years ago
Need talkback builds to handle unzipping over existing build
Categories
(SeaMonkey :: Installer, enhancement)
SeaMonkey
Installer
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 167174
People
(Reporter: dbradley, Assigned: dveditz)
Details
We see a lot of crashes from people unzipping talkback builds into an existing
directory. While the docs explicitly state users not to do this, they continue.
This results in bugs that are often strange and take some time to track back to
this issue. This occurs because the xpcom type information doesn't get updated
in release builds, so these people have new components but old type info.
Comment 1•23 years ago
|
||
This is not a talkback problem. It should be handled by Installer and/or
distribution. Talkback bits are very closely associated with specific
distribution. Having seperate installer will not solve the issue.
Assignee: namachi → dveditz
Component: Talkback → Installer
QA Contact: chofmann → bugzilla
| Reporter | ||
Comment 2•23 years ago
|
||
jband came up with an alternative for dealing with this problem in bug 156711.
http://bugzilla.mozilla.org/show_bug.cgi?id=156711#c12 Create an invalid
xpti.dat file for talkback builds, containing just a single \n. This would force
a new auto registering of components to occur. I'm going to change the summary
to more accurately reflect the problem being addressed rather than a specific
solution
Summary: Need an install for talkback builds → Need talkback builds to handle unzipping over existing build
Comment 3•23 years ago
|
||
per http://lxr.mozilla.org/seamonkey/source/xpcom/build/nsXPComInit.cpp#219 and
bug 167174 it seems like creating an empty .autoreg file would also suffice.
seems like bug 167174 is a duplicate of this one...
| Reporter | ||
Comment 4•23 years ago
|
||
Agreed, since bug 167174 has gotten the most discussion, duping to that.
*** This bug has been marked as a duplicate of 167174 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•