* Documented "type ahead" and the new function to Close All in Workspace (ALT+Q)

in tracker.html
* Documented PoorMan.
* Added yasm to the required packages when building Haiku under Linux
* changed every /boot/beos/ to /boot/system/


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2009-04-18 19:05:57 +00:00
parent 161ad3558d
commit b43891053d
60 changed files with 159 additions and 76 deletions
+2 -2
View File
@@ -52,10 +52,10 @@ If they don't exist already, you'll have to create the needed files yourself. Ot
<h2><a id="userbootscript" name="userbootscript">The UserBootscript</a></h2>
<p><span class="path">/boot/home/config/boot/UserBootscript</span> will be executed after the system has finished its boot process. For example, you could launch a number of programs that would then be automatically started on every boot up:</p>
<pre># Start LaunchBox
/boot/beos/apps/LaunchBox &amp;
/boot/system/apps/LaunchBox &amp;
# Start Workspaces Applet
/boot/beos/apps/Workspaces &amp;</pre>
/boot/system/apps/Workspaces &amp;</pre>
<p>Remember to end a command with an "<tt>&amp;</tt>" to start it as a background process, or the script will halt until that command has finished (in this case: the launched app was closed again).</p>
<h2><a id="usershutdownscript" name="usershutdownscript">The UserShutdownScript</a></h2>