Closed
Bug 276943
Opened 21 years ago
Closed 21 years ago
[FIX] I want to open ONLY composer
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: arinkleff, Assigned: benjamin)
References
Details
(Keywords: helpwanted)
Attachments
(1 file)
2.26 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
I want to use composer without opening mozilla -- I do not like having the same
document open twice, its annoying to have to close it twice.
Comment 1•21 years ago
|
||
You can either use the -editor command line switch or use the option in the
Appearance pane of the Preferences dialog. Marking WORKSFORME.
Please read http://www.mozilla.org/quality/bug-writing-guidelines.html
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
command line switch??????????? The option in the appearance pane doesn't work --
i have it set to only open composer, but it opens mozilla anyways (and doesn't
open composer).
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 3•21 years ago
|
||
Confirming bug, 2005-01-02-06 trunk Linux.
"mozilla -editor" opens a Navigator window.
Appearance pref. "Composer" => Navigator window (only)
Appearance pref. "Composer+Navigator" => Navigator window (only)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Comment 4•21 years ago
|
||
(In reply to comment #3)
> Confirming bug, 2005-01-02-06 trunk Linux.
> "mozilla -editor" opens a Navigator window.
> Appearance pref. "Composer" => Navigator window (only)
> Appearance pref. "Composer+Navigator" => Navigator window (only)
All these things WFM with the exact same build, with the latest gtk2 nightly
2005010311 and with my self-compiled gtk2 build from yesterday.
Please make sure you don't add a -P command line switch when testing this,
because then you run into Bug 58523.
Comment 5•21 years ago
|
||
I did not use -P when testing.
I can confirm that the 2005-01-03-11 gtk2+xft nightly is working fine.
I retested 2005-01-02-06 with a completely empty HOME, e.g:
mkdir /tmp/bla
HOME=/tmp/bla /usr/local/mozilla/mozilla -editor
still does not work.
Now, here's the funny thing - if I install 2005-01-02-06 from the
"mozilla-i686-pc-linux-gnu.tar.gz" and retry the above it does work!
However, an installation (complete) from the
"mozilla-i686-pc-linux-gnu-full-installer.tar.gz"
(into an empty directory) does not work.
-> Installer (for further triage)
Assignee: composer → general
Component: Composer → Installer
QA Contact: bugzilla
Comment 6•21 years ago
|
||
this regressed between linux trunk 2004102906 and 2004103005, which is the
landing of bug 237745. But I don't know/why how that would single out the
intsaller build.
Assignee | ||
Comment 7•21 years ago
|
||
I do. The composer command line handler was turned into a JS component, and that
needs to be packaged in the installer manifests.
Keywords: helpwanted
![]() |
||
Updated•21 years ago
|
Assignee: general → benjamin
Assignee | ||
Comment 8•21 years ago
|
||
Attachment #172917 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 9•21 years ago
|
||
Comment on attachment 172917 [details] [diff] [review]
Package the JS commandline handler
Sorry, this is way out of my area. I don't even know if the package lists
should be grouped in any way (list the .js file near composer.dll perhaps?)
Attachment #172917 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Updated•21 years ago
|
Attachment #172917 -
Flags: review?(timeless)
Updated•21 years ago
|
Flags: blocking1.8b?
Summary: I want to open ONLY composer → [FIX] I want to open ONLY composer
Attachment #172917 -
Flags: review?(timeless) → review+
Assignee | ||
Comment 10•21 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta
Updated•21 years ago
|
Flags: blocking1.8b?
You need to log in
before you can comment on or make changes to this bug.
Description
•