changeset 2481:75bbd45f9c9e

Documentation update Desktop files and the sort mnager.
author Colin Clark <colin.clark@cclark.uk>
date Fri, 19 May 2017 19:49:47 +0100
parents 499e1396eed2
children 9b050f7e7b6c
files doc/docbook/GuideEditorsConfig.xml doc/docbook/GuideSidebarsSortManager.xml
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/docbook/GuideEditorsConfig.xml	Fri May 19 19:22:55 2017 +0100
+++ b/doc/docbook/GuideEditorsConfig.xml	Fri May 19 19:49:47 2017 +0100
@@ -214,7 +214,11 @@
       <programlisting>X-Geeqie-Filter=true</programlisting>
     </para>
     <para>
-      When the external editor is executed, you are presented with a dialogue which enables a path to be selected. The path selected, appended by the filename currently being processed, is made available to the editor script either as an environment variable or via a call to geeqie --remote. The following code demonstrates the use of both methods:
+      Desktop files containing this entry will be displayed in the Folder action list of the
+      <link linkend="CopyMoveandLink" endterm="titleGuideSidebarsSortManager" />
+      . The path of the bookmark clicked will be used by the desktop file.
+      <para />
+      If the desktop file is called from the menu, when the external editor is executed you are presented with a dialogue which enables a path to be selected. The path selected, appended by the filename currently being processed, is made available to the editor script either as an environment variable or via a call to geeqie --remote. The following code demonstrates the use of both methods:
       <programlisting xml:space="preserve">
         for file in "$@"
         do
--- a/doc/docbook/GuideSidebarsSortManager.xml	Fri May 19 19:22:55 2017 +0100
+++ b/doc/docbook/GuideSidebarsSortManager.xml	Fri May 19 19:49:47 2017 +0100
@@ -57,8 +57,11 @@
       <para />
     </section>
     <section id="CopyMoveandLink">
-      <title>Copy, Move, and Link</title>
-      <para>These are the available operations to use on the active image, they should be self explanatory.</para>
+      <title>Copy, Move, Link and Desktop actions</title>
+      <para>
+        Copy, Move and Symbolic Link are available operations to use on the active image; they should be self explanatory. In some cases, Desktop files are also listed. This is detailed in
+        <link linkend="Geeqieextensions" endterm="titleGuideEditorsConfig" />
+      </para>
       <para />
     </section>
     <section id="Addbutton">