Closed
Bug 182161
Opened 22 years ago
Closed 21 years ago
Remove confirm dialog from linux installer
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.7beta
People
(Reporter: kerz, Assigned: ajschult784)
References
Details
Attachments
(1 file, 1 obsolete file)
6.20 KB,
patch
|
dveditz
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
The linux installer currently throws up a dialog at the end of an install, that
is not present in any other platform installers, and seems to be generally
useless. It also blocks the full automation of the install, as even if you are
doing a scripted install you still have to attend to the install to clear the
dialog at the end of the install. It really should just be removed, as it's
completely useless, and offers the user no additional information or choice.
Brian found the dialog code, and said it should be easy to remove.
Updated•22 years ago
|
QA Contact: bugzilla → ktrina
Comment 1•21 years ago
|
||
Is this Dialog also shown, if you use the silent mode of the Linux installer?
Cause I think you haven't try to automate the GTK Install Prozess.
Severity: normal → minor
OS: Windows NT → Linux
Assignee | ||
Comment 2•21 years ago
|
||
yanks out confirmation dialog.
Assignee: bryner → ajschult
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 140584 [details] [diff] [review]
patch
dveditz, can you review?
thanks!
Attachment #140584 -
Flags: review?(dveditz+bmo)
Assignee | ||
Comment 4•21 years ago
|
||
> It also blocks the full automation of the install,
mozilla-installer -ms (silent mode)
QA Contact: ktrina → nobody
Comment 5•21 years ago
|
||
The checks around the ShowCompleteDlg() call added in r1.25 should have checked
for MODE_AUTO (-ma) in addition to MODE_SILENT, but I agree it's pretty useless
anyway and can be removed.
Please also remove COMPLETED from strkeys in nsXIContext.cpp and from installer.ini
Assignee | ||
Comment 6•21 years ago
|
||
also rips completion-related code from nsXIContext.cpp, installer.ini and
nsInstallerDlg.h
Attachment #140584 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #140584 -
Flags: review?(dveditz+bmo)
Assignee | ||
Updated•21 years ago
|
Attachment #140644 -
Flags: superreview?(bryner)
Attachment #140644 -
Flags: review?(dveditz+bmo)
Comment 7•21 years ago
|
||
Comment on attachment 140644 [details] [diff] [review]
patch v2
r=dveditz (or sr=dveditz if it's easier to get another r=)
Attachment #140644 -
Flags: review?(dveditz+bmo) → review+
Updated•21 years ago
|
Attachment #140644 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 8•21 years ago
|
||
biesi: can you check this patch in?
thanks!
Comment 9•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 10•21 years ago
|
||
V/fixed:
being seeing the changed behavior for quite a while.
Status: RESOLVED → VERIFIED
QA Contact: nobody → benc
Target Milestone: --- → mozilla1.7beta
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•