From 98a8df5424493a6ed68599bb4f992ab3e39b75c7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 13 Jan 2008 21:15:38 +0000 Subject: [PATCH] Always install ProcessController in the deskbar. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23499 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/system/boot/Bootscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 898a92c7a8..b60a460286 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -93,6 +93,9 @@ if [ "$SAFEMODE" != "yes" ]; then else launch beos/system/Tracker launch beos/system/Deskbar + + # install ProcessController in the deskbar + (sleep 7; /boot/beos/apps/ProcessController -deskbar) & fi launch beos/apps/Terminal else