Thanks Kiran,

Now, the funny thing is that when I trigger clutter.stage.fullscreen
from an event ("f" key keypress, for instance), it does fullscreen
(without gnome panel and taskbars, what I mean "fully" fullscreen, to
be clear).

On the other hand, if I call it on other several points in the code,
it does not fullscreen (panel and taskbar are still shown)... seems
that if it's not triggered by an event, it doesn't work properly :-/

On Wed, Oct 14, 2009 at 10:40 AM, Kiran Bhide (RBEI/ECG3)
<[email protected]> wrote:
> Hello,
>
> I am not sure how to make gnome "really" fullscreen, but you can use either 
> Matchbox window manager or TWM-kiosk http://kiosk.mozdev.org/twm-kiosk.html
>
> - Kiran
>
> -----Original Message-----
> From: brainstorm [mailto:[email protected]]
> Sent: Wednesday, 14. October 2009 1:32 PM
> To: [email protected]
> Subject: [clutter] Re: PyClutter fullscreen cross-wm ?
>
> 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]
>
>
--
To unsubscribe send a mail to [email protected]

Reply via email to