Closed
Bug 240174
Opened 21 years ago
Closed 21 years ago
Starting mozilla prints "No running window found" every time
Categories
(Core Graveyard :: X-remote, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bryner)
References
Details
(Keywords: fixed1.7, regression)
Attachments
(1 file)
1.23 KB,
patch
|
blizzard
:
review+
blizzard
:
superreview+
dbaron
:
approval1.7+
|
Details | Diff | Splinter Review |
BUILD: 2004-04-10 CVS build
STEPS TO REPRODUCE: Type "./mozilla" in dist/bin
ACTUAL RESULTS:
1) Prints "No running window found"
2) Starts the browser
EXPECTED RESULTS: Just start the browser, without printing garbage to the
console (printing an error message when there is no error, expecially in a
release build, is bad).
This looks like a regression from bug 237283. At a guess, the mozilla startup
scripts need to redirect the error message from their non-forced attempt at
xremote to /dev/null.
![]() |
Reporter | |
Updated•21 years ago
|
Flags: blocking1.7?
Comment 1•21 years ago
|
||
bug 240166 sounds related
Assignee | ||
Comment 2•21 years ago
|
||
Don't send an xremote command if no -remote argument was given.
Assignee: blizzard → bryner
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #145843 -
Flags: superreview?(blizzard)
Attachment #145843 -
Flags: review?(blizzard)
![]() |
Reporter | |
Comment 3•21 years ago
|
||
I'm also getting "Error: Failed to send command: No response included." a lot
(coming at startup, right after 2-3 seconds of doing nothing). Also this bug,
or should I file a separate one?
Comment 4•21 years ago
|
||
(In reply to comment #3)
> I'm also getting "Error: Failed to send command: No response included." a lot
I have also seen it, but only when I didn't specify a -P option on startup
![]() |
Reporter | |
Comment 5•21 years ago
|
||
I never specify -P, since there is only one profile involved.
Comment 6•21 years ago
|
||
Comment on attachment 145843 [details] [diff] [review]
patch
good catch. should include this as part of 1.7, too.
Attachment #145843 -
Flags: superreview?(blizzard)
Attachment #145843 -
Flags: superreview+
Attachment #145843 -
Flags: review?(blizzard)
Attachment #145843 -
Flags: review+
Attachment #145843 -
Flags: approval1.7?
Attachment #145843 -
Flags: approval1.7? → approval1.7+
Assignee | ||
Comment 7•21 years ago
|
||
checked in on trunk (will check in on 1.7 branch once it is open)
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
*** Bug 240399 has been marked as a duplicate of this bug. ***
![]() |
Reporter | |
Updated•21 years ago
|
Flags: blocking1.7?
Comment 9•20 years ago
|
||
*** Bug 200194 has been marked as a duplicate of this bug. ***
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•