I updated to the current libclutter stuff in Ubuntu oneiric (1.8.0-1~svn1) and found that my app (lyricue) no longer works. After a bit of hunting I found that the problem is within the gtk embedding. My app works by creating a gtk window (needed since the app is embedded in another app via gtkplug/socket) and using the gtk_clutter_embed_new() call to create an embedded clutter stage. Since 1.8.0 was installed this fails with the following message: ==== The program 'lyricue_display' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access private resource denied)'. (Details: serial 73 error_code 10 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.) ====
The app works fine if I let clutter itself handle the window - but this isn't a suitable solution as I need to be able to embed it in another app via gtk_plug_new() The version of libclutter-gtk is still at 0.10.0 if that makes a difference. Does anyone know a workaround/fix for this? Thanks, Chris
_______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
