Hi, On Fri, Nov 03, 2006, Francesco Potorti` wrote: > ~$ nautilus ~/cng & disown > [1] 2816 > --- after a couple of minutes I get this on the terminal: > > ~$ The program 'nautilus' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadPixmap (invalid Pixmap parameter)'. > (Details: serial 868 error_code 4 request_code 2 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.)
Thanks for your report. Please install nautilus-dbg, and produce a backtrace by running "gdb /usr/bin/nautilus" and running: run --sync (wait for crash) thread apply all bt full Bye, -- Loïc Minier <[EMAIL PROTECTED]>