|
From: <bms...@us...> - 2007-11-26 20:25:33
|
Revision: 2600
http://morphix.svn.sourceforge.net/morphix/?rev=2600&view=rev
Author: bmsleight
Date: 2007-11-26 12:25:18 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
Changing screensaver as per Jure suggestion. New Package please :)
Modified Paths:
--------------
trunk/scripts-main/matchbox/debian/changelog
trunk/scripts-main/matchbox/launch_inactivity.sh
trunk/scripts-main/matchbox/xscreensaver
Modified: trunk/scripts-main/matchbox/debian/changelog
===================================================================
--- trunk/scripts-main/matchbox/debian/changelog 2007-11-20 19:21:57 UTC (rev 2599)
+++ trunk/scripts-main/matchbox/debian/changelog 2007-11-26 20:25:18 UTC (rev 2600)
@@ -1,3 +1,9 @@
+morphix-init-matchbox (0.1-14) unstable; urgency=low
+
+ * Updating xscreensaver and inactivity
+
+ -- Brendan M. Sleight <bms...@ba...> Mon, 26 Apr 2007 20:23:06 +0000
+
morphix-init-matchbox (0.1-13) unstable; urgency=low
* Usage of xserver virtual package
Modified: trunk/scripts-main/matchbox/launch_inactivity.sh
===================================================================
--- trunk/scripts-main/matchbox/launch_inactivity.sh 2007-11-20 19:21:57 UTC (rev 2599)
+++ trunk/scripts-main/matchbox/launch_inactivity.sh 2007-11-26 20:25:18 UTC (rev 2600)
@@ -10,7 +10,7 @@
# if the screen has been blank sleep for 60 seconds
# then check again, if it's still blank reset the kiosk
if [ -n "$(echo $line | egrep '^BLANK.*')" ] ; then
- sleep 600
+ sleep 60
if [ -z "$(xscreensaver-command -time | grep 'non-blanked')" ]; then
sh ~/.inactivity
fi
Modified: trunk/scripts-main/matchbox/xscreensaver
===================================================================
--- trunk/scripts-main/matchbox/xscreensaver 2007-11-20 19:21:57 UTC (rev 2599)
+++ trunk/scripts-main/matchbox/xscreensaver 2007-11-26 20:25:18 UTC (rev 2600)
@@ -2,8 +2,8 @@
# Written by xscreensaver-demo 4.21 for bms on Sat May 27 19:56:26 2006.
# http://www.jwz.org/xscreensaver/
-timeout: 0:05:00
-cycle: 0:10:00
+timeout: 0:20:00
+cycle: 0:25:00
lock: False
lockTimeout: 0:00:00
passwdTimeout: 0:00:30
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|