2009/10/14 Neil Jerram <neiljer...@googlemail.com>:
> 2009/10/14 Al Johnson <alast...@truebox.co.uk>:
>
>> There was a recent report where
>> this was the problem, and forcing reinstall of fso-config-gta02 fixed it. 
>> It's
>> not clear at the moment how it became empty, so worth a look.
>
> I'll try the reinstall a bit later.  Is there anything I should do
> before that, to try to shed light on how it became empty?

It could be caused by these lines from install.sh:

        echo " * Disabling automated screen lock " # FIXME: should become 
optional
        if [ -r "$INST_DIR"/etc/frameworkd.conf.orig ]; then
                chroot "$INST_DIR" cp /etc/frameworkd.conf 
/etc/frameworkd.conf.orig
        fi
        cat "$INST_DIR"/etc/frameworkd.conf.orig | sed -e
's/^idle_prelock.*/idle_prelock = 0/' -e 's/^lock.*/lock = 0/' >
"$INST_DIR"/etc/frameworkd.conf

IIUC, if /etc/frameworkd.conf.orig doesn't exist in the first place,
these lines will generate an empty frameworkd.conf.

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to