From: Chris Gianelloni Date: Thu, 29 May 2008 04:29:47 +0000 (+0000) Subject: Add gconf settings for gnome-screensaver to disable locking by default. This is... X-Git-Tag: CATALYST_2_0_6_916~83 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a90d135647ba6cc8211b257342084865032ba45;p=catalyst.git Add gconf settings for gnome-screensaver to disable locking by default. This is 2.0.6 final. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1411 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 6094352d..8ec483ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 29 May 2008; Chris Gianelloni TODO, catalyst, + targets/support/livecdfs-update.sh: + Add gconf settings for gnome-screensaver to disable locking by default. This + is 2.0.6 final. + 14 May 2008; Andrew Gaffney arch/arm.py: Add armv5tel to arm host list diff --git a/TODO b/TODO index fd190f8e..5ff62e64 100644 --- a/TODO +++ b/TODO @@ -10,3 +10,4 @@ - automatically pull stages - check that distcc_hosts is set before enabling distcc - allow setting of distcc_hosts in catalyst.conf with override in the specs +- perform user management via a loop in livecd-stage2 diff --git a/catalyst b/catalyst index 35dd14da..eb18bc3a 100755 --- a/catalyst +++ b/catalyst @@ -8,7 +8,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0.6_pre17" +__version__="2.0.6" conf_values={} diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 9409f060..a03335a9 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -270,6 +270,11 @@ case ${clst_livecd_type} in --type string --set /desktop/gnome/interface/font_name "Sans 9" fi + # Remove locking on screensaver + gconftool-2 --direct \ + -config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s \ + -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null + # Setup GDM if [ "${clst_livecd_xdm}" == "gdm" ] then