[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

New images available



On Sun, 2006-05-28 at 14:20 -0400, Robert Pickel wrote:
> It allows "debian" to log into gnome w/o a password.. the user has to
> set the password before the screensaver turns on though... for some
> reason the screen saver wont accept a blank password.

The following code added to
$CHROOT/usr/share/initramfs-tools/scripts/casper-bottom/22screensaver
will disable gnome screen saver locking:

gnome_screensaver_version=$(chroot /root dpkg-query -W \ 
--showformat='${Version}' gnome-screensaver 2>/dev/null) || \ 
gnome_screensaver_version=""
if [ -n "$gnome_screensaver_version" ]; then
    chroot /root su - debian -c 'gconftool-2 -t bool \
    -s /apps/gnome-screensaver/lock_enabled false'
fi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.debian-unofficial.org/pipermail/live/attachments/20060528/75476a2d/attachment.pgp

Reply to: