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:
@@ -138,8 +138,10 @@ else
|
|||||||
launch system/Tracker
|
launch system/Tracker
|
||||||
launch system/Deskbar
|
launch system/Deskbar
|
||||||
|
|
||||||
# install ProcessController in the deskbar
|
# install ProcessController, NetworkStatus & volume control in the Deskbar
|
||||||
(sleep 7; /boot/system/apps/ProcessController -deskbar) &
|
(sleep 7; /boot/system/apps/ProcessController -deskbar; \
|
||||||
|
NetworkStatus --deskbar; \
|
||||||
|
/bin/desklink --add-volume) &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user