...hm,
i wanted to change "shutdown -h now" in lid.sh with kdesktop_lock --forcelock command but i got nothing when i close lid ...i tried some other stuff to start, but no success
...it is little weird for me 'couse finaly i changed my lid.sh in
#!/bin/bash
if [ `cat /proc/acpi/button/lid/LID/state|awk '{print $2}'` == "open" ];
then
exit 0;
else
/sbin/MYCOMMAND
fi
and ...nothing
...i mean if i put "shutdown" instead of MYCOMMAND it's working again but shutdown is not what i wanted to get
...path is ok
...sid77? ...maybe i missed something ...this should be just another small shell script, or i'm i wrong?





?
