Mailinglist Archive: opensuse (4208 mails)
| < Previous | Next > |
Re: [SLE] Running KDE apps remotly
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: Thu, 29 Jul 2004 15:20:20 +0200
- Message-id: <86n01jhrvv.fsf@xxxxxxxxxxxxxxxxx>
Oscar Curero <oscar@xxxxxxxxxxxx> writes:
> I have two computers, one with 9.0 and the other with 9.1. Everything
> runs fine if I execute the apps from 9.1 to 9.0, but fails if I try
> running apps from 9.0 to 9.1. This is the error message:
>
> >>
> oscar@HOST:~> ssh -X oscar@HOST2 /opt/kde3/bin/kcontrol
> DCOPClient::attachInternal. Attach failed Could not open network socket
> DCOPClient::attachInternal. Attach failed Could not open network socket
> sh: line 1: iceauth: command not found
Have you tried to fix the problem with iceauth? iceauth is in
/usr/X11R6/bin so perhaps there is something wrong with the PATH.
Try e.g.:
ssh -X oscar@HOST2 'PATH=$PATH:/usr/X11R6/bin /opt/kde3/bin/kcontrol'
--
A.M.
> I have two computers, one with 9.0 and the other with 9.1. Everything
> runs fine if I execute the apps from 9.1 to 9.0, but fails if I try
> running apps from 9.0 to 9.1. This is the error message:
>
> >>
> oscar@HOST:~> ssh -X oscar@HOST2 /opt/kde3/bin/kcontrol
> DCOPClient::attachInternal. Attach failed Could not open network socket
> DCOPClient::attachInternal. Attach failed Could not open network socket
> sh: line 1: iceauth: command not found
Have you tried to fix the problem with iceauth? iceauth is in
/usr/X11R6/bin so perhaps there is something wrong with the PATH.
Try e.g.:
ssh -X oscar@HOST2 'PATH=$PATH:/usr/X11R6/bin /opt/kde3/bin/kcontrol'
--
A.M.
| < Previous | Next > |