Quote:
Originally Posted by xueyou2
...you have to first stop the mplayer for three times...
|
for a quick and temprorary soln you can try to add them to this command also
what I mean is this:
Code:
S M = !lipc-wait-event -s 0 com.lab126.powerd goingToScreenSaver && killall mplayer && killall mplayer && killall mplayer && killall mplayer
if you are using a different command to stop mplayer then replace each of the last three "&& killall mplayer" with it
may work