You are not logged in.
Pages: 1
Here is an error message:
~ » 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.)What do I need to do? Create an issue in a bugtracker ?
Offline
Additional info. I have found this bug in mozilla and tried to use this advice:
export XLIB_SKIP_ARGB_VISUALS=1It helps me
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
I am not sure that it is a perfect solution ![]()
I can not launch the application from KDE menu (it works only from console launch) and I believe there is a better solution. Isn't there ?
Last edited by demas (2015-06-04 19:46:59)
Offline
Pages: 1