Hi !
I was coding some simple pyclutter(gst) 1.0 (built with jhbuild) when
I got stuck with the fullscreen feature under Gnome (using Ubuntu
9.04):
self.stage = clutter.Stage(default=True)
(...)
#self.stage.set_size(800, 600)
self.stage.fullscreen()
self.stage.show_all()
self.timeline.start()
clutter.main()
This code resizes the video window to max size *but* it is not "fully"
fullscreen, it leaves gnome panel and taskbars visible. I would like
it to expand the window so that it is completely borderless, covering
all the screen, regardless of the window manager running underneath.
What should I do to archieve this "mplayer"-like fullscreen capability
under Gnome ?
Thanks in advance !
Roman
--
To unsubscribe send a mail to [email protected]