comparison bin/setup-X.sh @ 495:7931adb82ce7

bin/setup-X.sh
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 13 Aug 2013 23:07:44 -0700
parents 0e99d3a68066
children f783b7d4516b
comparison
equal deleted inserted replaced
494:c461ffb7af8c 495:7931adb82ce7
2 2
3 # daemons 3 # daemons
4 for i in nm-applet gkrellm diodon # 'synapse -s' 4 for i in nm-applet gkrellm diodon # 'synapse -s'
5 # To add: x-tile; qamixer (well, some mixer); gnome-activity journal 5 # To add: x-tile; qamixer (well, some mixer); gnome-activity journal
6 do 6 do
7 if ! ps aux | grep ${i} | grep -v 'grep' 7 if ! pidof ${i}
8 then 8 then
9 echo "not running: $i" 9 echo "not running: $i"
10 if which ${i} 10 if which ${i}
11 then 11 then
12 ${i} & 12 ${i} &