I'm closing this as invalid.
lid.sh calls CheckPolicy which does this in Hardy:
CheckPolicy() {
    if pidof gnome-power-manager kpowersave > /dev/null ||
       (pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr/bin/dcop 
kded kded loadedModules | grep -q klaptopdaemon) ; then
        echo 0;
    else
        echo 1;
    fi
}

** Changed in: acpi-support (Ubuntu)
     Assignee: (unassigned) => Daniel Hahler (blueyed)
       Status: New => Invalid

-- 
lid.sh doesn't check for gnome-power-manager
https://bugs.launchpad.net/bugs/31559
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to