Re: remote display does not start a NEW client
Jim Nance <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
In article <[email protected]>, George wrote: > Is there some way I can use some sort of command line switch or something > to prevent this child local window thing from happening so when I do this > I always get a paprent master browser window from the remote system? Take a look at the mozilla shell script and look for where it calls mozilla-x-remote-client or something like that. That is the logic that is trying to decide if it should start another mozilla or just open a new window on an existing one. You can hack up the shell script so that it does not do this or does it selectivly. Thanks, Jim