You are not logged in.
Hi, I am still looking for a solution, how I could make xscreensaver not to start while I am looking dvd movies. I have set up totem to allways run in front of other apps, but xscreensaver starts on top. Idea?
Happy X-Mas.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
remove xscreensaver .....
Mr Green
Offline
hm.. when i watch dvd's with mplayer i don't have any problems with xscreensaver.
and yes.. i know.. mplayer and dvds together are not a good solution.. but it works.
Notze
Offline
#!/bin/sh
xscreensaver-command -exit ; totem ; xscreensaver
this should work
but it is untested
Freedom is what i love
Offline
#!/bin/sh xscreensaver-command -exit ; totem ; xscreensaver
this should work
but it is untested
works fine.. but perhaps you could make it like this:
#!/bin/sh
xscreensaver-command -exit ; totem ; xscreensaver&
Offline