-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run buzztrax from jhbuild shell #5
Comments
Works for me. |
tried again:
|
We need to install 'dconf' via jhbuild as well or mess with GIO_EXTRA_MODULES to find the gconf module. |
After success build of buzztrax I tried to run it from jhbuild shell:
and get following error:
(buzztrax-edit:18093): Gdk-WARNING **: The program 'buzztrax-edit' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 147 error_code 1 request_code 153 minor_code 19)
(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 GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
I guess there are some other modules missing?
The text was updated successfully, but these errors were encountered: