Install NetworkStatus and volume control into the Deskbar alongside the

ProcessController replicant.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-05-13 11:10:33 +00:00
parent 9579b1a3eb
commit d38da14cdf

View File

@ -138,8 +138,10 @@ else
launch system/Tracker
launch system/Deskbar
# install ProcessController in the deskbar
(sleep 7; /boot/system/apps/ProcessController -deskbar) &
# install ProcessController, NetworkStatus & volume control in the Deskbar
(sleep 7; /boot/system/apps/ProcessController -deskbar; \
NetworkStatus --deskbar; \
/bin/desklink --add-volume) &
fi
if [ "$SAFEMODE" != "yes" ]; then