Mention wmvolman etc on docs.php

This commit is contained in:
Carlos R. Mafra
2012-02-18 15:23:56 +00:00
parent 2e71aba131
commit 0b1bfa7c31
3 changed files with 31 additions and 18 deletions

View File

@@ -32,6 +32,20 @@
overlook this information, leading them to frustration and a bad first impression. Please take a moment to peruse the overlook this information, leading them to frustration and a bad first impression. Please take a moment to peruse the
sections below, which should make the experience of learning Window Maker a more pleasant one.</p> sections below, which should make the experience of learning Window Maker a more pleasant one.</p>
<h3>Very frequently asked question </h3>
<div align="center"><img src="essential_dockapps.png" alt="Essential dockapps" width="66" height="135" /><div>wmvolman and wmsystemtray with nm-applet</div></div>
<h2> Can I easily mount my external drives or connect to the internet with Window Maker?</h2>
<p> Yes, you can. Mounting external media is not the problem of a window manager to solve, but
a tipical Window Maker user can mount external media just as easily as any other desktop user.
If you use a dockapp like <a href="http://dockapps.windowmaker.org/file.php/id/275">wmvolman</a> or
<a href="http://dockapps.windowmaker.org/file.php/id/357">wmudmount</a> you are just a click away from
having your external media mounted on /media/VOLUME_LABEL.</p>
<p> And you can just as easily manage your network connections using the standard <code>nm-applet</code> running
in a system tray on your dock. See for example the excellent <a href="http://dockapps.windowmaker.org/file.php/id/355">wmsystemtray</a>.</p>
<ul> <ul>
<li><a href="installation.php">Installation Basics</a></li> <li><a href="installation.php">Installation Basics</a></li>

View File

@@ -88,20 +88,6 @@
likes to theme everything in sight. A screenshot of a typical Window Maker workspace is <a href="wmaker-screenshot.png" target= likes to theme everything in sight. A screenshot of a typical Window Maker workspace is <a href="wmaker-screenshot.png" target=
"_blank">here</a>.</p> "_blank">here</a>.</p>
<h3>Very frequent asked question </h3>
<div align="center"><img src="essential_dockapps.png" alt="Essential dockapps" width="66" height="135" /><div>wmvolman and wmsystemtray with nm-applet</div></div>
<h2> Can I easily mount my external drives or connect to the internet with Window Maker?</h2>
<p> Yes, you can. Mounting external media is not the problem of a window manager to solve, but
a tipical Window Maker user can mount external media just as easily as any other desktop user.
You just need to use a dockapp like <a href="http://dockapps.windowmaker.org/file.php/id/275">wmvolman</a> or
<a href="http://dockapps.windowmaker.org/file.php/id/357">wmudmount</a> and you are just a click away to
having your external media mounted on /media/VOLUME_LABEL.</p>
<p> And you can just as easily manage your network connections using the standard <code>nm-applet</code> running
inside a system tray on your dock. See for example the excellent <a href="http://dockapps.windowmaker.org/file.php/id/355">wmsystemtray</a>.</p>
<br><br><br> <br><br><br>

View File

@@ -18,9 +18,9 @@
<br /> <br />
<br /> <br />
<h1>Installation Basics</h1> <h3>Installation Basics</h3>
<h2>Downloading and Extracting</h2> <h3>Downloading and Extracting</h3>
<p>The first necessary step is to <a href="http://windowmaker.org/pub/source/release/WindowMaker-0.95.2.tar.gz">download</a> <p>The first necessary step is to <a href="http://windowmaker.org/pub/source/release/WindowMaker-0.95.2.tar.gz">download</a>
the Window Maker source distribution. From this point on, we'll assume it has the Window Maker source distribution. From this point on, we'll assume it has
@@ -47,7 +47,7 @@
user feels they've found a bug in Window Maker, they should consult the BUGS file first. If the bug isn't listed, user feels they've found a bug in Window Maker, they should consult the BUGS file first. If the bug isn't listed,
proceed to the Bug Tracker and see if its there.</p> proceed to the Bug Tracker and see if its there.</p>
<h2>Compiling</h2> <h3>Compiling</h3>
<p>After extracting the latest version of Window Maker using the previous instructions, the next step is to compile it. <p>After extracting the latest version of Window Maker using the previous instructions, the next step is to compile it.
First of all, the configure script should be run. It will test to make sure all the necessary libraries, compilers and First of all, the configure script should be run. It will test to make sure all the necessary libraries, compilers and
@@ -97,8 +97,21 @@
<p>This script copies the default Window Maker configuration to your user's home directory and sets Window Maker as the <p>This script copies the default Window Maker configuration to your user's home directory and sets Window Maker as the
default window manager. It is recommended to create ~/GNUstep before executing the script.</p> default window manager. It is recommended to create ~/GNUstep before executing the script.</p>
<p> You can also edit your ~/.xinitrc to load your newly installed Window Maker using the line <h3> Final tweaks</h3>
<p> Edit your ~/.xinitrc to load your newly installed Window Maker using the line
<code> exec /usr/local/bin/wmaker</code>.</p> <code> exec /usr/local/bin/wmaker</code>.</p>
<p> Generate a new root menu (accessible with F12) with <code>wmgenmenu</code>, for example
<pre>
<code> $ wmgenmenu > $HOME/GNUstep/Defaults/WMRootMenu </code>
</pre>
<p> Another recommended step is to install a few dockapps like wmvolman, wmmixer and wmsystemtray which allow one to
easily mount external media on /media among other things. Visit <a href="http://dockapps.windowmaker.org"> dockapps</a>
for many more choices.</p>
<br><br><br> <br><br><br>
</td> </td>
</tr> </tr>