codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

mplayer --fs makes window disappear sometimes (heisenbug, mplayer2) #539

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install mplayer2
2. Open a terminal and execute `mplayer --fs $VIDEO`

What is the expected output? What do you see instead?

Once every 20 executions, the player window appears for a split second and then 
disappears. The sound continues playing. 

What version of the product are you using? On what operating system?

cabal version
~$ xmonad --version
xmonad 0.11
~$ uname -a
Linux arch 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64 
GNU/Linux

Are you using an xmonad.hs?  Please attach it and the output of "xmonad
--recompile".

xmonad --recompile does not work without an xmonad.hs. The xmonad.hs from 
`~/.cabal/share/xmonad-0.11/man` does not compile because `help` does not 
exist. If I delete the line where `help` is used, xmonad compiles without 
output and the bug is present.

Please provide any additional information below.

mplayer2's fullscreen command has no visible effect in xmonad. 

Original issue reported on code.google.com by ju.o...@gmail.com on 30 Mar 2013 at 11:39