Mailinglist Archive: opensuse (3138 mails)
| < Previous | Next > |
Re: [SLE] Unexpected ssh, firefox and thunderbird behavior
- From: Wolfgang Rosenauer <wolfgang.rosenauer@xxxxxxx>
- Date: Thu, 2 Dec 2004 07:07:33 +0100
- Message-id: <20041202060733.GB26964@xxxxxxx>
On 2004-12-01 at 22:20:30 -0600, Jim Sabatke wrote (shortened):
> I don't understand how this can happen, as I thought ssh would run the
> program on the remote box and only display it on the local box. Is
> there some sort of option I'm missing? I ssh to the remote box with
> "ssh -X name@machine"
This effect can happen if you run firefox at the local machine while
sshing to the remote machine.
The start-scripts (at least some of them) for firefox check via X
capabilities if another instance of the same user is running on the
desktop. This is the case here. It recognizes the running process and
open another window of it locally.
In fact you only used the remote start-script to run firefox.
Try to export a modified username on the remote machine:
export USER=$USER-remote
and start firefox within this environment. This could fix the problem.
Wolfgang Rosenauer
--
SUSE LINUX GmbH -o) Tel: +49-(0)911-740 53 0
Maxfeldstr. 5 /\\ Fax: +49-(0)911-740 53 489
90409 Nuernberg, Germany _\_v simply change to www.suse.com
> I don't understand how this can happen, as I thought ssh would run the
> program on the remote box and only display it on the local box. Is
> there some sort of option I'm missing? I ssh to the remote box with
> "ssh -X name@machine"
This effect can happen if you run firefox at the local machine while
sshing to the remote machine.
The start-scripts (at least some of them) for firefox check via X
capabilities if another instance of the same user is running on the
desktop. This is the case here. It recognizes the running process and
open another window of it locally.
In fact you only used the remote start-script to run firefox.
Try to export a modified username on the remote machine:
export USER=$USER-remote
and start firefox within this environment. This could fix the problem.
Wolfgang Rosenauer
--
SUSE LINUX GmbH -o) Tel: +49-(0)911-740 53 0
Maxfeldstr. 5 /\\ Fax: +49-(0)911-740 53 489
90409 Nuernberg, Germany _\_v simply change to www.suse.com
| < Previous | Next > |