live.d.n maintenance and IP change

2012-08-09 Thread Daniel Baumann
live.debian.net is currently under maintenance and should be back during the day. note that additionally the IP will change from 178.63.150.24 to 5.9.249.173, host key stays the same. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-tec

Bug#684423: live-tools: Broken link ( /usr/sbin/update-initramfs -> ../bin/live-update-initramfs )

2012-08-09 Thread Viktor Malyarchuk
Package: live-tools Version: 3.0.7-1 Severity: important Dear Maintainer, live-tools is shipped with broken link /usr/sbin/update-initramfs -> ../bin/live-update-initramf which break an automatic initrd images generation and update. Changing the link to /usr/sbin/update-initramfs -> /bin/live-up

Re: changing gconf settings

2012-08-09 Thread Rui Bernardo
On Thu, Aug 09, 2012 at 10:07:39PM +0300, cavit.vu...@adak.com.tr wrote: > Hi, > > live- lets to use /etc/skel/xyz to change setting. So it may be > used. > > If you use , > > gconftool-2 --direct --config-source > xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t bool > /apps/gksu/sudo-

Re: changing gconf settings

2012-08-09 Thread cavit . vural
Hi, live- lets to use /etc/skel/xyz to change setting. So it may be used. If you use , gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t bool /apps/gksu/sudo-mode true it will also be able to change settings. So , what is the difference ? "/e

Re: changing gconf settings

2012-08-09 Thread Rui Bernardo
On Thu, Aug 09, 2012 at 06:42:48PM +0100, Liam O'Reilly wrote: > Hi. > > Thanks for your help. I think I understand it now. > > So the file etc/skel/.gconf/xxx after setting it up would be an 'initial' > gconf 'database' where the only entries would be the ones I set. > > Thanks again > Liam >

Re: changing gconf settings

2012-08-09 Thread Ben Armstrong
On 08/09/2012 02:42 PM, Liam O'Reilly wrote: > Thanks for your help. I think I understand it now. > > So the file etc/skel/.gconf/xxx after setting it up would be an 'initial' > gconf 'database' where the only entries would be the ones I set. In theory, yes. I'd be interested to hear how it work

Re: changing gconf settings

2012-08-09 Thread Liam O'Reilly
Hi. Thanks for your help. I think I understand it now. So the file etc/skel/.gconf/xxx after setting it up would be an 'initial' gconf 'database' where the only entries would be the ones I set. Thanks again Liam On 9 Aug 2012, at 18:00, Ben Armstrong wrote: > On 08/09/2012 11:45 AM, Liam O'R

Re: changing gconf settings

2012-08-09 Thread Ben Armstrong
On 08/09/2012 11:45 AM, Liam O'Reilly wrote: > #!/bin/sh > gconftool --type bool --set /apps/gnome-power-manager/backlight/enable false > gconftool --type bool --set > /apps/gnome-power-manager/backlight/idle_dim_battery false > gconftool --type bool --set /apps/gnome-power-manager/backlight/idle_

Re: Re: changing gconf settings

2012-08-09 Thread Liam O'Reilly
Hi, I made the file ~/LiveCDTest/config/chroot_local-hooks/turn_off_power_managment_brightness_adjustments with the contents #!/bin/sh gconftool --type bool --set /apps/gnome-power-manager/backlight/enable false gconftool --type bool --set /apps/gnome-power-manager/backlight/idle_dim_battery fa

Re: changing gconf settings

2012-08-09 Thread Daniel Baumann
if you want them to be happening at build-time (which doesn't slow down start-up, but then the changes are 'always' present), use hooks in live-build. if you want them to be happening at run-time (which slows down start-up a bit, but then your changes can be dynamic), use live-config scripts. --

changing gconf settings

2012-08-09 Thread Liam O'Reilly
Hi all, I have been searching how to set some gconf settings on a live cd (so that when booted the liveCD already magically has the gconf settings I want) in the proper/official way, but I have failed. Could anyone outline how I would do such a thing? Specifically, I wish to turn off some of the