vsiege
March 30th, 2008, 05:32 PM
Im trying to use xterm that I installed on OS X (10.4.11) to SSH into my Ubuntu server (7.10), then use nautilus. I seem to be able to SSH with no problem. When I try to get nautilus working I get the below messageme@server:~$ gksudo nautilus
(gksudo:5991): Gdk-WARNING **: Connection to display localhost:10.0 appears to b
e untrusted. Pointer and keyboard grabs and inter-client communication may not w
ork as expected.
The program 'gksudo' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 130 error_code 3 request_code 25 minor_code 0)
(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.) At this point I'm not sure what to do.
(gksudo:5991): Gdk-WARNING **: Connection to display localhost:10.0 appears to b
e untrusted. Pointer and keyboard grabs and inter-client communication may not w
ork as expected.
The program 'gksudo' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 130 error_code 3 request_code 25 minor_code 0)
(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.) At this point I'm not sure what to do.