На Arch не запускается Racket
~ » drracket
The program 'drracket' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 7657 error_code 8 request_code 70 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.)
Я погуглил по описанию ошибки и нашел вот этот баг на сайте mozilla (https://bugzilla.mozilla.org/show_bug.cgi?id=304370). При проигрывании flash у них была такая же ошибка.
Как временное решение проблемы там предлагалось сделать export XLIB_SKIP_ARGB_VISUALS=1 и, что характерно - мне это тоже помогло.
А что такое XLIB_SKIP_ARGB_VISUALS и может быть есть более цивилизованное решение моей проблемы ?