Comment 3 for bug 40503

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

this is hutterly weird bug.. that code didn't change in ages... Tormod can you please attach /var/log/casper.log and run these few lines on a shell? (you can just copy paste all of them in one shot)

LAPTOP=""
if [ -n "$(which laptop-detect)" ]; then
    if laptop-detect >/dev/null; then
        LAPTOP=true
    fi
fi
echo $LAPTOP

Thanks
Fabio