[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-119-gfc8d669

Ben Armstrong synrg at debian.org
Fri Nov 12 14:11:27 UTC 2010


The following commit has been merged in the master branch:
commit 96fc9bab02a7b22d2369004451448c1c9a352251
Author: Ben Armstrong <synrg at debian.org>
Date:   Fri Nov 12 10:00:00 2010 -0400

    Take screenshots directly to Desktop.

diff --git a/config/chroot_local-includes/usr/local/bin/webcam_demo b/config/chroot_local-includes/usr/local/bin/webcam_demo
index b2ba421..e00a7aa 100755
--- a/config/chroot_local-includes/usr/local/bin/webcam_demo
+++ b/config/chroot_local-includes/usr/local/bin/webcam_demo
@@ -36,7 +36,7 @@ action=`zenity --list --radiolist  --column "" --column "" --column "Camera" \
 case "$action" in
 1)
 	if [ "$state" = "off" ]; then enable_camera; fi
-	mplayer -fps 30 -vf screenshot tv://
+	(cd ~/Desktop ; mplayer -fps 30 -vf screenshot tv://)
 	;;
 2)
 	if [ "$state" = "off" ]; then enable_camera; fi

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list