# HG changeset patch # User Jeff Hammel # Date 1376460464 25200 # Node ID 7931adb82ce71bce242f0611b103c60351896c24 # Parent c461ffb7af8cb24d41634ee0462f463cf54e074c bin/setup-X.sh diff -r c461ffb7af8c -r 7931adb82ce7 bin/setup-X.sh --- a/bin/setup-X.sh Mon Aug 12 15:14:10 2013 -0700 +++ b/bin/setup-X.sh Tue Aug 13 23:07:44 2013 -0700 @@ -4,7 +4,7 @@ for i in nm-applet gkrellm diodon # 'synapse -s' # To add: x-tile; qamixer (well, some mixer); gnome-activity journal do - if ! ps aux | grep ${i} | grep -v 'grep' + if ! pidof ${i} then echo "not running: $i" if which ${i}