2008/9/9 Tomas Frydrych <[EMAIL PROTECTED]> > Your simplest option is not to make the OSD menu fullscreen, and just > stack it over the stage.
This approach is working fine. I stack my pyclutter application over my "background" application (an OpenGL game). > If you want the OSD menu to be translucent, you > can either use the RPC approach suggested above to create it by the > process that owns the stage, or you need a compositor. Not sure to understand this (mostly because I never understood all the composite stuff). I have a simple X server running (without window manager nor desktop manager). How can I get a "compositor" running ?? I think I will have to tell the compositor to "compose" the output of my background app and the output of my OSD app ?
