From d38da14cdf04bd5a831e58c3f45006263fc596c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 13 May 2010 11:10:33 +0000 Subject: [PATCH] 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 --- data/system/boot/Bootscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 7a32384d87..89d1b97642 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -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