i have a similar problem
i use slackware10 on one pc -> call it silver(ip: 192.168.1.5).
Some days ago i connected from a very slow pc, call it suse(ip: 192.168.1.3), via ssh to silver
and ran some apps remotely to get better performance.
than i updated a lot of files on silver.
some packages where updated by "packetmanager" (e.g. gtk2-2.4.1* to gtk+2.6.1* and some libs and other things)
and some packages get renewed by "make".
after renewing, the gtk-apps won't run remotely now, on suse(SuSE8.1)
-> but on an old PentiumI(with Slackware10), everything works fine.
googling doesn't help. So i "tried and errored".
i installed a new ssh on suse.
Code:
cd */zlib*
configure --prefix=/opt/zlib
make && make install
cd */openssl*
./config --prefix=/opt/openssl
make && make install
cd */openssh*
./configure --prefix=/opt/openssh --with-zlib=/opt/zlib --with-ssl-dir=/opt/openssl
make && make install
same error like before:
Code:
puk@suse:~> /opt/openssh/bin/ssh -Y puk@192.168.1.5
puk@silver:~$ export DISPLAY=192.168.1.3:0.0
puk@silver:~$ gnome-terminal
The program 'gnome-terminal' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
(Details: serial 718 error_code 17 request_code 153 minor_code 10)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
puk@silver:~$
i also put
Code:
ForwardX11Trusted yes
into /opt/openssh/etc/ssh_config
hope this post doesn't confuse you too much.
can anyone help me out?
PLEASE :-)