Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
Desktop files and the sort mnager.
  • Loading branch information
caclark committed May 19, 2017
1 parent 30a7a60 commit 06b80ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/docbook/GuideEditorsConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions doc/docbook/GuideSidebarsSortManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 06b80ed

Please sign in to comment.