[mythtv-users] Add Sleep menu command to Mythbuntu

Andreas linuxdreas at launchnet.com
Tue Jun 17 21:06:39 UTC 2008


Am Dienstag, 17. Juni 2008 13:17:58 schrieb Michael Rice:
[]
> It looks like myth resets the screensaver after executing a menu item.
[]
If that is the case, a simple wrapper-script with a sleep call before the 
actual screensaver command would work around it. Something like

  #! /bin/sh
  sleep 5
  gnome-screensaver-command xxx
 
should do it.

-- 
Gruß
Andreas


More information about the mythtv-users mailing list