Update userguide

This commit is contained in:
autonielx
2014-04-05 18:48:32 +02:00
parent 1dc78b8c1e
commit e795d95872
636 changed files with 6411 additions and 3537 deletions
+14 -15
View File
@@ -57,33 +57,32 @@
<div id="content">
<div>
<div class="box-info">Solange die Übersetzung dieser Seite noch nicht ganz fertig ist, erscheint für die noch fehlenden Teile die englische Version.</div>
<h1>Anwendungen</h1>
<p>Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs. The most convenient way to find, install, update and uninstall applications is via Haiku's package management system. However, since Haiku is largely binary and source compatible to its ancestor BeOS, you might find older archives (.zip and .pkg) that can still be installed as well.</p>
<div class="box-info">Below you'll always find the <tt>~/config/</tt> hierarchy of the Home folder mentioned. If you intend to share packages for all users (once Haiku becomes multi-user aware), you should use the mirrored filesystem hierarchy under <tt>/system/</tt>. See topic <a href="filesystem-layout.html">Filesystem layout</a> for more information.</div>
<p>Vor der Beschreibung all der von Haiku mitgelieferten Anwendungen, eine Erklärung wie Programme installiert und deinstalliert werden. Am einfachsten geht das suchen, installieren, updaten und deinstallieren von Anwendungen mit Haikus Paketmanagement. Da Haiku allerdings auch weitgehend binär- und source-kompatibel zu seinem Vorfahren BeOS ist, stößt man vielleicht ab und zu auch noch auf alte Archive (.zip und .pkg), die immer noch installiert werden können.</p>
<div class="box-info">Nachfolgend ist immer die <tt>~/config/</tt> Hierarchie im Home-Ordner beschrieben. Falls Pakete mit alles Benutzern geteilt werde sollen (sobald Haiku mehrbenutzerfähig wird), muss die entsprechend gespiegelte Hierarchie unter <tt>/system/</tt> benutzt werden. Für mehr Infos, siehe <a href="filesystem-layout.html">Dateisystem Layout</a>.</div>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="hpkg" name="hpkg">Haiku packages (.hpkg)</a></h2>
<p>The simplest way is to use <a href="">HaikuDepot</a> to find, download and automatically install and uninstall a package. If that isn't an option ——— maybe you downloaded a package somewhere, because it's not (yet) in a public repository ——— it's just as easy to install it manually: Just move the .hpkg file into <tt>~/config/packages/</tt>. </p>
<p>You'll find the newly installed application in <tt>~/config/apps/</tt> or, in case of a commandline application, in <tt>~/config/bin/</tt>. All other files the program depends upon (libraries, data, add-ons, etc.) appear automatically in the right locations in the filesystem.</p>
<p>Topics <a href="deskbar.html">Deskbar</a> or <a href="desktop-applets/launchbox.html">LaunchBox</a> describe how to add shortcuts to your newly installed application.</p>
<p>Uninstalling is just as easy: move the package out of <tt>~/config/packages/</tt>.</p>
<div class="box-info">By the way, although you can unpack a .hpkg file like any other archive, this is not what the package mangement is doing when you're installing a package. The underlying filesystem only appears to spread files in their respective folders, there's no physical moving around taking place. This is why installing/uninstalling is so very fast and clean.</div>
<p>If the package depends on some other library or package, a window will pop up, asking if the necessary files shall be downloaded and installed as well.</p>
<a id="hpkg" name="hpkg">Haiku Pakete (.hpkg)</a></h2>
<p>Am einfachsten benutzt man <a href="applications/haikudepot.html">HaikuDepot</a> um ein Paket zu finden, installieren und zu deinstallieren. Ist das nicht möglich ———— vielleicht wurde das Paket irgendwo heruntergeladen, weil es (noch) nicht in einem öffentlichen Repository ist ———— ist die manuelle Installation eigentlich genauso einfach: Man verschiebt die .hpkg Datei einfach nach <tt>~/config/packages/</tt>. </p>
<p>Die neu installierte Anwendung taucht in <tt>~/config/apps/</tt> auf oder, im Falle eines Konsolen-Programms, in <tt>~/config/bin/</tt>. Alle anderen Dateien, die das Programm benötigt (Bibliotheken, Daten, Add-Ons etc.) erscheinen automatisch an den richtigen Orten im Dateisystem.</p>
<p>In den Kapiteln <a href="deskbar.html">Deskbar</a> und <a href="desktop-applets/launchbox.html">LaunchBox</a> ist beschrieben wie man Verknüpfungen zu den neu installierten Anwendung herstellt.</p>
<p>Die Deinstallation ist genauso einfach: Man verschiebt das Paket einfach wieder aus dem Ordner <tt>~/config/packages/</tt>.</p>
<div class="box-info">Obwohl man eine .hpkg Datei wie jedes andere Archiv entpacken kann, macht das das Paketmanagement beim Installieren eines Pakets gerade nicht. Es sieht nur so aus, als würde das darunterliegende Dateisystem die Dateien in die entsprechenden Ordner verteilen. In Wahrheit findet eben kein physisches Herumverteilen statt, weswegen das Installieren/Deinstalliern auch so schnell und sauber funktionert.</div>
<p>Ist ein Paket von einer anderen Bibliothek oder anderen Paketen abhängig, erscheint ein Fenster mit der Nachfrage, ob die benötigten Dateien ebenfalls heruntergeladen und installiert werden sollen.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="beos_apps" name="beos_apps">Old BeOS archives (.zip and .pkg)</a></h2>
<p>BeOS archives that include all they need in their app's folder can simply be unpacked (double clicking opens <span class="app">Expander</span>) anywhere in <tt>/boot/home/</tt> and run from there. Uninstalling such self-contained applications is easy: just delete the app's folder.</p>
<p>This is true for the majority of old BeOS applications. If you happen upon one that doesn't work out-of-the-box, because it wants to spread its files to hard-coded locations that are not guaranteed to exist, you can try to fix things manually. The folder <tt>~/config/non-packaged/</tt> allows you to recreate the needed folder hierarchy. As more and more real .hpkg packages become available and old BeOS applications get re-packaged, this will become less needed. Please consult this <a href="http://www.haiku-os.org/guides/daily-tasks/install-applications">online article</a> on how to use the <tt>non-packaged</tt> hierarchy.</p>
<a id="beos_apps" name="beos_apps">Alte BeOS Archive (.zip und .pkg)</a></h2>
<p>BeOS Archive, die alles nötige in ihrem Anwendungsordner mitbringen, können einfach irgendwo unter <tt>/boot/home/</tt> entpackt werden (ein Doppelklick öffnet den <span class="app">Entpacker</span> bzw. den alten <span class="app">PackageInstaller</span>) und von dort gestartet werden. Die Deinstallation solcher in sich geschlossenen Anwendung ist auch einfach: Man löscht einfach den Anwendungsordner.</p>
<p>Obiges gilt für die Mehrheit an alten BeOS Anwendungen. Wenn man allerdings an eine gerät die nicht auf Anhieb funktioniert, weil sie Dateien an fest einprogrammierte Orte verteilen will, deren Existenz nicht gewährleistet ist, kann man versuchen das manuell zu beheben. Der Ordner <tt>~/config/non-packaged/</tt> gestattet das Anlegen der benötigten Ordner-Hierarchie. Das wird immer seltener nötig werden, während die Anzahl richtiger .hpkg Pakete zunimmt und alte BeOS Anwendungen entsprechend umgepackt werden. Der Artikel "<a href="http://www.haiku-os.org/guides/daily-tasks/install-applications">Installing applications</a>" zeigt online, wie die <tt>non-packaged</tt> Hierarchie zu benutzen ist.</p>
<h2>
<a href="#"><img src="../images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="list-of-apps" name="list-of-apps">Haikus Anwendungen</a></h2>
<p>Haiku comes with a set of mostly small but essential applications. You'll find all of them at <span class="path">/boot/system/apps/</span>. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the <span class="menu">Applications</span> menu of the Deskbar.</p>
<p>Mit Haiku werden einige meist kleine, aber nützliche Anwendungen geliefert. Sie liegen alle in <span class="path">/boot/system/apps/</span>. Anwendungen, die normalerweise nicht per Doppelklick auf eine Datendatei gestartet werden (wie z.B. <acronym title="ShowImage">Bildbetrachter</acronym> für Bilddateien), befinden sich im Menü <span class="menu"><acronym title="Applications">Anwendungen</acronym></span> der Deskbar.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td style="width:24px;"><img src="../images/apps-images/activitymonitor-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/activitymonitor.html"><acronym title="ActivityMonitor">Systemmonitor</acronym></a></td><td style="width:10px;"> </td>
<td valign="top">Ein Programm zur Anzeige unterschiedlicher Systemressourcen wie CPU-Auslastung oder Speicherverbrauch.</td></tr>
@@ -106,7 +105,7 @@
<tr><td style="width:24px;"><img src="../images/apps-images/expander-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/expander.html"><acronym title="Expander">Entpacker</acronym></a></td><td> </td>
<td valign="top">Ein Entpacker verbreiteter Archive.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/haikudepot-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/haikudepot.html">HaikuDepot</a></td><td> </td>
<td valign="top"><span style="color:silver">A tool to find, download, install, update and uninstall (application) packages [<i>still missing</i>]</span></td></tr>
<td valign="top">Ein Programm zum Finden, Herunterladen, Installieren, Aktualisieren und Deinstallieren von (Anwendungs-) Paketen.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/icon-o-matic-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/icon-o-matic.html">Icon-O-Matic</a></td><td> </td>
<td valign="top">Ein Programm zur Erstellung von Haiku Vektoricons.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/installer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/installer.html">Installer</a></td><td> </td>