[SCM] live-config-staging branch, debian, updated. c3af45a3d26ab5f025a41b2044d678f053ef378e

Richard Nelson unixabg at gmail.com
Fri Nov 19 17:41:01 UTC 2010


The following commit has been merged in the debian branch:
commit c3af45a3d26ab5f025a41b2044d678f053ef378e
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Nov 19 10:55:02 2010 -0600

    Upgrade live-config.vmware-player= call to use gdm3.

diff --git a/scripts/config/900-vmware-player b/scripts/config/900-vmware-player
index bebe2ba..aaf8701 100755
--- a/scripts/config/900-vmware-player
+++ b/scripts/config/900-vmware-player
@@ -87,7 +87,7 @@ Configure_vmware_player ()
 	#ln -s ${IMAGEPATH} ${IMAGEPATH}/${VMXNAME}
 	#ln -s ${IMAGEPATH} /vmware/${VMXNAME}
 
-	echo "Setting the session type with .dmrc for gdm." >> /var/log/live-vmware-player.log
+	echo "Setting the session type with .dmrc for gdm3." >> /var/log/live-vmware-player.log
 
 cat > /home/${LIVE_USERNAME}/.dmrc << EOF
 [Desktop]
@@ -97,9 +97,9 @@ EOF
 	echo "Setting permissions on session type." >> /var/log/live-vmware-player.log
 	chown -R ${LIVE_USERNAME}:${LIVE_USERNAME} /home/${LIVE_USERNAME}/.dmrc
 
-	echo "Setting the PostSession Default for the gdm to shutdown when we end the VMPlayer stops." >> /var/log/live-vmware-player.log
+	echo "Setting the PostSession Default for the gdm3 to shutdown when we end the VMPlayer stops." >> /var/log/live-vmware-player.log
 
-cat > /etc/gdm/PostSession/Default << EOF
+cat > /etc/gdm3/PostSession/Default << EOF
 #!/bin/sh
 rm -f /home/${LIVE_USERNAME}/.dmrc
 /sbin/halt

-- 
live-config-staging



More information about the debian-live-changes mailing list