Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51380 - Mozilla-launcher fails on remote display to start firefox if thunderbird is running
Summary: Mozilla-launcher fails on remote display to start firefox if thunderbird is r...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-18 04:54 UTC by Anders Bruun Olsen
Modified: 2004-05-23 14:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
"/bin/bash -x" debug information (debug-info,2.35 KB, text/plain)
2004-05-18 04:56 UTC, Anders Bruun Olsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Bruun Olsen 2004-05-18 04:54:08 UTC
On an LTSP server I am running we have discovered that if Thunderbird is running and we try to start Firefox this error is given: "Browser doesn't understand command".
This is with several users logged in, many of which are using Mozilla 1.6.
I think this might be because the Mozilla-launcher script is trying to send a signal to a wrong process about opening a new window instead of opening a fresh Firefox.

Reproducible: Always
Steps to Reproduce:
Comment 1 Anders Bruun Olsen 2004-05-18 04:56:22 UTC
Created attachment 31649 [details]
"/bin/bash -x" debug information

I have added -x to #!/bin/bash in the script to get some debug info which I
have attached here.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-05-23 14:08:34 UTC
Yes, this is a known problem.  There is no good way to fix this until new versions of thunderbird and firefox are released which honor the -a flag to mozilla-xremote-client.  At that point it will work.

The reason it's different between local and remote displays is that there is an explicit check in mozilla-launcher to determine if you're running on a local display or not.  It disables the fake_user/unfake_user hack if you're on a remote display because otherwise it takes up to 2 minutes to do the entire operation.  I figured this would bite somebody sooner or later, but short of backporting fixes from cvs to thunderbird and firefox, there's nothing to do about it for now...

I'm hoping new firefox and thunderbird will be released soon...