[gnome-commander] Update documentation



commit 6b80614f325f07d175f8458b4ad9ac67d1b262c0
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Tue May 3 23:00:20 2022 +0200

    Update documentation

 doc/C/figures/dev_cd.png | Bin 12280 -> 0 bytes
 doc/C/index.docbook      |  29 +++++++----------------------
 doc/Makefile.am          |   1 -
 3 files changed, 7 insertions(+), 23 deletions(-)
---
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index a5ef8497..abb3e79c 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -6046,10 +6046,12 @@
       <title>Devices</title>
       <!--Brief description -->
       <para>This section of the option dialog lets you configure devices so that you can access them by 
pressing a button in the device buttons toolbar or an entry in the connections menu.</para>
+      <para>This can be usefull if you have configured devices through your fstab file. In this case, those 
devices might not be shown automatically in the devices list.</para>
       <itemizedlist>
        <listitem><para>In the <guilabel>Devices</guilabel> window all devices which have been added manually 
are shown together with their icon.</para></listitem>
                <listitem><para>Below the <guilabel>Devices</guilabel> window you have two options:
        <itemizedlist>
+         <listitem><para><guilabel>Show Samba workgroups icons</guilabel>: If activated, a SMB workgroups 
icon will be shown in the in the device buttons toolbar.</para></listitem>
          <listitem><para><guilabel>Show only the icons</guilabel>: If activated, device icons are shown 
without their alias name in the device buttons toolbar.</para></listitem>
        </itemizedlist></para></listitem>
       </itemizedlist>
@@ -6167,25 +6169,8 @@
           </tgroup>
         </table>
       </para>
-      <note><para>The dialog box used to add new and to modify existing devices is the same. Look at the 
figure <xref linkend="options-edit-dev"></xref> and the explanation below.</para></note>
+      <note><para>The dialog box used to add new and to modify existing devices is the same. The explanation 
for this one follows below.</para></note>
       <para>
-         <!-- ==== Figure ==== -->
-      <figure id="options-edit-dev">
-        <title>Application options</title>
-        <screenshot>
-          <mediaobject>
-            <imageobject>
-              <imagedata fileref="figures/dev_cd.png" format="PNG"/>
-            </imageobject>
-            <textobject>
-              <phrase>Shows &app; new devices dialog.</phrase>
-            </textobject>
-          </mediaobject>
-        </screenshot>
-      </figure>
-      <!-- ==== End of Figure ==== -->
-      </para>
-            <para>
        <table frame="topbot" id="options-edit-dev-tab">
                        <title>Devices option tab</title>
                                <tgroup cols="2" colsep="0" rowsep="0">
@@ -6223,7 +6208,7 @@
                                        <row>
                                                <entry>
                                                        <para>
-                                                         <guilabel>Device:</guilabel>
+                                                         <guilabel>Device/Label:</guilabel>
                                                        </para>
                                                </entry>
                                                <entry colname="colspec2">
@@ -6231,7 +6216,8 @@
                                                        </para>
                                                </entry>
                                                <entry colname="colspec3">
-                                                       <para>This text box contains the device which should 
be accessed. Usually it is located in the /dev directory.
+                          <para>This text box contains the device which should be accessed. Usually it is 
located in the /dev directory, so you can for example write /dev/sdx1 here. The device would then be mounted 
via "mount /dev/sdx1".
+                          On the other hand you can also add a label of a device which you have configured 
in the system fstab. If the string entered in the text box does not start with a "/" character (e.g. Media), 
the device is mounted with "mount -L" (e.g. "mount -L Media").
                                                        </para>
                                                </entry>
                                        </row>
@@ -6246,8 +6232,7 @@
                                                        </para>
                                                </entry>
                                                <entry colname="colspec3">
-                                                       <para>Here you specify where the device should be 
mounted to. Usually this is a directory in /mnt
-                                                       </para>
+                          <para>Here you specify where the device should be mounted to, so that Gnome 
Commander knows where to jump to when the mount was successfull, for example /mnt/crdom.</para>
                                                </entry>
                                        </row>
                                        <row>
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 695529c4..cbc22feb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,7 +16,6 @@ HELP_FILES = \
        releases.xml
 HELP_MEDIA = \
        figures/create_archive.png                              \
-       figures/dev_cd.png                                      \
        figures/extract_archive.png                             \
        figures/gnome-commander_dialog_adv_rename.png           \
        figures/gnome-commander_dialog_application.png          \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]