Besides, I'm aware of the API comment on pyclutter fullscreen API call
(clutter.Stage):

"
Asks to place the stage window in the fullscreen state. Note that you
shouldn't assume the window is definitely full screen afterward,
because other entities (e.g. the user or window manager) could
unfullscreen it again, and *not all window managers honor requests to
fullscreen windows*.
"

How do you guys archieve true fullscreen then ? Which wm's are you using ?

On Tue, Oct 13, 2009 at 10:33 PM, brainstorm <[email protected]> wrote:
> 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]

Reply via email to