On Sat, 2004-07-03 at 01:16, Joe Harris wrote:
> I too have this problem, but have always just hit 'z' to toggle back and
> forth.  This has been an issue for me for several versions of freevo.  I
> have learned to live with it but it would be nice if I could stay in
> fullscreen mode throughout the freevo experience.  If anyone knows about
> this, I would appreciate it as well.

I fixed it in 1.5rc3 by editing the video/mplayer.py plugin.

Anway, I basically added code to mplayer.py to disable
freevo fullscreen before starting mplayer and then
putting it back when mplayer was finished. The code was:

        import osd
        osd = osd.get_singleton()
        osd.toggle_fullscreen()

I put this code the line before mplayer is spawned, and after the
line where mplayer exits.

Sorry, I don't have a diff file on me here at work.

-- 
Torsten Seemann <[EMAIL PROTECTED]>




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to