<div dir="ltr"><br><pre>Package: acpid</pre><pre>Version: 1:2.0.25-1</pre>There are next lines in powerbtn.sh<br><div><br>PMS="$PMS guidance-power-manager.py dalston-power-applet"<br>if pidof x $PMS > /dev/null; then<br></div><div><br>It's obvious last line should be "if pidof -x $PMS..." because<br>$PMS contains guidance-power-manager.py which is a script<br></div><div>and -x option of pidof means<br><br>      -x     Scripts  too  -  this  causes  the  program  to also return process id's of shells running the named scripts.<br><br></div><div>Somebody missed dash('-') before 'x'<br></div></div>