as a more permanent workaround, one could rename /usr/bin/totem and
place a script in its place, that disables the screensaver when totem is
run.. such as the following (it's really simple, i'm sure there's a
better way):

#!/bin/bash
# Assuming totem was renamed totem1, waits for gnome-screensaver to be killed, 
opens totem and waits for exit, then it runs the screensaver again
killall gnome-screensaver && totem1 $@ ; gnome-screensaver

-- 
screen turns off after 20 minutes even when playing in fullscreen
https://bugs.launchpad.net/bugs/97251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to