Hi Sam, Sam Morris wrote: > Package: gitk > Version: 1:1.6.6-1
> $ ssh -o ForwardX11Trusted=no -X server gitk > Invalid MIT-MAGIC-COOKIE-1 keyApplication initialization failed: couldn't > connect to display "localhost:10.0" > Error in startup script: invalid command name "image" > while executing > "image create bitmap tri-rt -background black -foreground blue -data { > #define tri-rt_width 13 > #define tri-rt_height 13 > static unsigned cha..." > (file "/usr/bin/gitk" line 2961) I can’t reproduce this. When I try ssh -o ForwardX11Trusted=no -X localhost gitk, I get the following: | Warning: untrusted X11 forwarding setup failed: xauth key data not generated | Warning: No xauth data; using fake authentication data for X11 forwarding. | Invalid MIT-MAGIC-COOKIE-1 keyApplication initialization failed: couldn't connect to display "localhost:10.0" | Invalid MIT-MAGIC-COOKIE-1 keyError in startup script: couldn't connect to display "localhost:10.0" | while executing | "load /usr/lib/libtk8.4.so.0 Tk" | ("package ifneeded" script) | invoked from within | "package require Tk" | (file "/usr/bin/gitk" line 10) Similarly, when I try ssh -o ForwardX11Trusted=no -X localhost xmessage hello I get | Warning: untrusted X11 forwarding setup failed: xauth key data not generated | Warning: No xauth data; using fake authentication data for X11 forwarding. | Invalid MIT-MAGIC-COOKIE-1 keyError: Can't open display: localhost:10.0 which is ugly but I assume just means I am using ssh incorrectly. Can you send an idiotproof recipe for recreating your failure? Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100217023827.ga4...@progeny.tock