On Sun, Mar 16, 2008 at 12:32:43PM +0000, Thomas Adam wrote: > On 16/03/2008, Anssi Saari <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I was watching a little IPTV with VLC here, but there's this really > > annoying feature: every time the video aspect changes, VLC steals focus. > > During commercials that happens a lot, since some ads are 4:3 and some > > are 16:9. > > > > Is there some way to stop this? I don't know what calls VLC makes when > > it resizes its window. I've tried a few things, like the following with > > no luck: > > > > Style VLC* !FPGrabFocus > > Style VLC* ClickToFocus > > Style VLC* ClickToFocus, !FPGrabFocus > > Style * GrabFocusOff, GrabFocusTransientOff > > > > Running Debian Linux Etch, fvwm 2.5.18, VLC version 0.8.6a Janus. > > Otherwise focus options are these: > > > > Style * SloppyFocus > > Style * FPFocusClickButtons 1, FPIgnoreRaiseClickMotion, > > FPClickRaisesFocused > > Never used VLC, although I suspect something like the following will > solve your issue: > > Style VLC* !FPFocusByProgram
Thanks, I meant to try that too, but forgot. Didn't help, though. Anssi