diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
commit | ef37404dc855cf08c14fb260ba3e3c3e7783790d (patch) | |
tree | 89e38a7032c26e9734c450f2bad8b5d5834e7f4b /abs/core-testing/LinHES-system | |
parent | 36c30088af23737a94add8bdeb80fe173d99f69f (diff) | |
download | linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.zip linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.gz linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.bz2 |
Add support for screensaver.
This does nothing to address the mplayer heartbeat command.
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 11 | ||||
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 8b4a9f5..8de7a4b 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -5,7 +5,16 @@ #keylaunch & #/usr/bin/tilda & -/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents & +#move mouse to corner +xdotool mousemove -10 -10 +/usr/X11R6/bin/unclutter -root -idle 1 -jitter 200 -noevents & +if [ x"$XScreensaver" = "x1" ] +then + #start xscreensaver + xscreensaver-command -exit + xscreensaver -nosplash & +fi + /usr/bin/xvattr -a XV_COLORKEY -v 0 mtd & #/usr/bin/nvidia-settings -l diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 15ee559..348ee10 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=35 +pkgrel=39 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having a automated system" -depends=(linhes-sounds) +depends=(linhes-sounds xdotool) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh" |