[MPlayer-users] Annoying freezes

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Sep 14 11:13:22 CEST 2008


On Sat, Sep 13, 2008 at 11:13:01AM -0300, Salatiel Filho wrote:
> any other way to stop gnome screensaver  ?

Try a wrapper script, e.g.

#!/bin/sh
gnome-screensaver-command -i &
inhpid=$!
mplayer "$@"
kill $inhpid



More information about the MPlayer-users mailing list