After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83038 - Galeon opens on the wrong X display if it's already running
Galeon opens on the wrong X display if it's already running
Status: RESOLVED DUPLICATE of bug 69260
Product: galeon
Classification: Deprecated
Component: general
1.2.1
Other Linux
: Normal normal
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-05-26 04:50 UTC by malsyned
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description malsyned 2002-05-26 04:50:12 UTC
Galeon's feature of using an existing process instead of starting a new one
is a little too promiscuous when remote X connections are being used.  This
is best demonstrated with an example:

(assuming galeon is not already running)
DISPLAY=localhost:0 galeon www.gnome.org &
DISPLAY=remote:2 galeon galeon.sourceforge.net &

Will cause both pages to appear on the local display, which is clearly not
the intended effect of the commands.

I am not sure whether this is a bug in galeon, or in one of the underlying
gnome libraries.  Either way, the fix seems to be to query the existing
process first to see if its DISPLAY is equivilent to that of the new
fledgeling process, and launch a new galeon process if not.
Comment 1 Yanko Kaneti 2002-05-26 06:51:51 UTC

*** This bug has been marked as a duplicate of 69260 ***