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:
parent
9579b1a3eb
commit
d38da14cdf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user