r3711: PinboardRemove SOAP call
[rox-filer.git] / ROX-Filer / src / Docs / Manual.xml
blobf2c597f8c014364fc138266bf7a50e23ecdf7c5c
1 <?xml version="1.0" standalone="no"?>
2 <?xml-stylesheet href="to_html.xsl" type="text/xml"?>
3 <!-- vim: set sw=1 sts=1 : -->
4 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
5 "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd">
7 <book>
8  <bookinfo>
9   <title>
10    ROX-Filer User Manual
11    <ulink url="http://rox.sourceforge.net"/>
12   </title>
13   <author>
14    <firstname>Thomas</firstname><surname>Leonard</surname>
15    <affiliation>
16     <address><email>tal197 at users.sourceforge.net</email></address>
17    </affiliation>
18   </author>
19   <copyright><year>2004</year><holder>Thomas Leonard</holder></copyright>
20   <legalnotice>
21    <title>Conditions</title>
22    <para>
23     This program is free software; you can redistribute it and/or modify
24     it under the terms of the GNU General Public License as published
25     by the Free Software Foundation; either version 2 of the License,
26     or (at your option) any later version.
28     This program is distributed in the hope that it will be useful, but
29     WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
30     or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
31     for more details.
33     You should have received a copy of the GNU General Public License
34     along with this program; if not, write to the Free Software Foundation,
35     Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307, USA.
36    </para>
37   </legalnotice>
39   <abstract>
40    <para>
41     <application>ROX-Filer</application> is a graphical file manger for the X
42     Window System. Its user interface is based on the RISC OS filer and it
43     supports similar features such as application directories and drag-and-drop
44     loading and saving of files. The filer can also act as a pinboard, allowing
45     you to pin frequently used files onto the desktop background.
46    </para>
47   </abstract>
48  </bookinfo>
50  <chapter id="intro">
51   <title>Introduction</title>
52   <para>
53    <application>ROX-Filer</application> is a simple and easy to use graphical
54    file manager for X11 &mdash; the windowing system used on Unix and Unix-like
55    operating systems.  It is also the core component of the ROX Desktop
56    <citation>ROX</citation>. Many of the filer's features were inspired by RISC
57    OS <citation>RISC OS</citation>. `ROX' stands for `RISC OS&ndash;On&ndash;X'.
58   </para>
60   <sect1>
61    <title>Features</title>
62    <para>
64     <variablelist>
66      <varlistentry><term>XDND</term>
67       <listitem><para>
68         A common drag-and-drop protocol used, for example, by the GNOME
69         desktop<citation>GNOME</citation>. This allows data to be loaded into an
70         application by dragging it from a filer window to a program. The full
71         specification is given in <citation>DND</citation>.
72      </para></listitem></varlistentry>
74      <varlistentry><term>XDS</term>
75       <listitem><para>
76         An extension to XDND that allows applications to save data by
77         dragging an icon back to a filer window. The full specification is given in
78         <citation>XDS</citation>.
79      </para></listitem></varlistentry>
81      <varlistentry><term>Choices</term>
82       <listitem><para>
83         A simple, but flexible, system for managing user choices.  See
84         <citation>Choices</citation> for details.
85      </para></listitem></varlistentry>
87      <varlistentry><term>Application directories</term>
88       <listitem><para>
89         Self contained relocatable applications, where installation is as simple as
90         copying it to where you want it and uninstalling it is just a matter of
91         deleting a directory. Described later in this documentation.
92      </para></listitem></varlistentry>
94      <varlistentry><term>Thumbnails</term>
95       <listitem><para>
96         The filer can be made to display image files by using the image itself for the
97         icon, instead of a generic `this-is-an-image' icon. Very useful for organising
98         a directory full of photos! See <citation>Thumbs</citation> for details
99         (spec is still in developement).
100      </para></listitem></varlistentry>
102      <varlistentry><term>Shared MIME Info Database</term>
103       <listitem><para>
104         In the past, each desktop had its own database of rules for determining the
105         type of files. The Shared MIME Info Database<citation>SharedMIME</citation>
106         unifies these into a single system shared by all desktops.
107      </para></listitem></varlistentry>
109      <varlistentry><term>Icon Themes</term>
110       <listitem><para>
111         Collections of file icons, called themes, can be installed (eg, to
112         <filename>~/.icons</filename>). You can switch between themes in
113         the Options box. Once other desktops support this fully, themes
114         will be sharable between desktops.
115      </para></listitem></varlistentry>
117      <varlistentry><term>DNotify support (Linux only)</term>
118       <listitem><para>
119         If used with a recent Linux kernel (2.4.x series), the filer will notice changes
120         to directories automatically. On other systems, directories will update when the
121         pointer is moved over them.
122      </para></listitem></varlistentry>
124     </variablelist>
126    </para>
127   </sect1>
129  </chapter>
131  <chapter id="invoking">
132   <title>Invoking</title>
133   <para>
134    You should be able to start the filer by simply running the <userinput>rox</userinput>
135    command, by typing it at a shell prompt or otherwise. If the filer isn't installed yet,
136    consult <xref linkend="compiling"/>.
137   </para>
138   <para>
139    By default, <application>ROX-Filer</application> will start by displaying
140    the current directory.  You can get it to display other directories instead
141    by listing them after the command:
143    <screen>$ rox /home /usr /usr/local</screen>
145    You can also use it to open files, like this:
147    <screen>$ rox README</screen>
149    The filer supports various options; use <option>-h</option> for a list.
150    All options have long and short forms (eg <option>-h</option> and
151    <option>--help</option>) &mdash; although on some systems you can only use the
152    short versions.
153    </para><para>
154    Note that if the same version of the filer is already running on this
155    machine then, by default, it will be used to open the directories.
156    </para><para>
157    For a complete list of command-line options, see <xref linkend="manpage"/>
158   </para>
160   <sect1>
161    <title><anchor id="run_pin" xreflabel="Pinboard support"/>Pinboard support</title>
162    <para>
164     If you want the filer to manage your desktop background then you use
165     the <option>--pinboard</option> option and supply a name for the pinboard,
166     eg:
168     <screen>$ rox --pinboard=MyPinboard</screen>
170     The pinboard configuration is saved in
171     <filename>&lt;Choices&gt;/ROX-Filer/pb_MyPinboard</filename>
172     as soon as you change it in some way (for example, by dropping a file
173     onto the background). You can have as many pinboards as you like and
174     switch between them by running rox again, eg:
176     <screen>$ rox --pinboard=MyOtherPinboard</screen>
178     To turn off the pinboard again, set the name to an empty string:
180     <screen>$ rox --pinboard=</screen>
182     See the <xref linkend="winman"/> if you have trouble getting the icons to
183     display correctly. The pinboard may also be turned on and off by locating
184     <filename>ROX-Filer</filename> in a filer window and choosing `Enable
185     pinboard' or `Disable pinboard' from the menu.  </para>
186   </sect1>
188   <sect1>
189    <title><anchor id="run_pan" xreflabel="Panel support"/>Panels</title>
190    <para>
192     Panels work just like the pinboard. You can create a panel on any
193     side of the screen by using the options <option>--left</option>, <option>--right,</option>
194     <option>--top</option> and <option>--bottom</option>, depending on which side
195     of the screen the panel should appear on. On some systems, the short
196     (one letter) form of the options must be used. For example, to create
197     a panel along the bottom edge of the screen:
199     <screen>$ rox -b=MyPanel</screen>
201     The panel should be displayed in a window without a title bar. If
202     this does not work then see the <xref linkend="winman"/> for some ideas.
203     You can drag files onto either side of the panel to add them. Panel icons
204     can be repositioned by dragging them with the middle mouse button.
205     Changes to the panel are automatically saved to
206     <filename>&lt;Choices&gt;/ROX-Filer/pan_MyPanel</filename>.
207     As with the pinboard, you can switch between panel configurations
208     simply by running rox again with a different panel name. Specify a
209     blank name to remove the panel.
211     <screen>$ rox --bottom=MyOtherPanel
212 $ rox --bottom=</screen>
213    </para>
214   </sect1>
216   <sect1>
217    <title><anchor id="winman" xreflabel="window manager notes"/>Window manager notes</title>
218    <para>
219     You may have to play around with your window manager a bit to get
220     the pinboard icons and panels to display correctly (eg, without borders
221     and underneath all other windows). In particular, try setting the
222     stacking level / depth to low (or a negative value). Make sure any
223     'Keep transients above other windows' type options are turned off!
224    </para>
226    <sect2><title>Sawfish / sawmill</title>
227     <para>
228      Sawfish tries to guess whether you are using GNOME at start-up and only
229      provides support if so. You may need to add the line
230      <programlisting>(require 'gnome)</programlisting>
231      to your <filename>.sawfishrc</filename> file (see the sawfish manual
232      for more details).
233     </para>
234    </sect2>
236    <sect2><title>IceWM</title>
237     <para>
239      Paste these configuration settings into
240      <filename>~/.icewm/preferences</filename>:
242      <programlisting>
243       # Manage root window (EXPERIMENTAL - normally enabled!)
244       GrabRootWindow=1 # 0/1
245       # Bitmask of root window button click to use in window manager
246       UseRootButtons=3 # [0-255]
247       # Desktop mouse-button click to show the menu
248       DesktopWinMenuButton=1 # [0-20]
249       # Desktop mouse-button click to show the window list
250       DesktopWinListButton=2 # [0-5]
251       # Desktop mouse-button click to show the window list menu
252       DesktopMenuButton=0 # [0-20]</programlisting>
253      Paste these into <filename>~/.icewm/winoptions</filename>:
255      <programlisting>
256       # ROX-Filer pinboard and panel
257       ROX-Filer.icon: folder
258       ROX-Panel.layer: Dock
259       ROX-Panel.doNotCover: 1
260       ROX-Panel.ignoreWinList: 1
261       ROX-Panel.ignoreTaskBar: 1
262       ROX-Panel.ignoreQuickSwitch: 1
263       ROX-Pinboard.layer: Below
264       ROX-Pinboard.ignoreWinList: 1
265       ROX-Pinboard.ignoreTaskBar: 1
266       ROX-Pinboard.ignoreQuickSwitch: 1
267       ROX-Filer.layer: Normal</programlisting>
268      Restart IceWM and the filer for the new settings to take effect.
270     </para>
271    </sect2>
273    <sect2><title>Window Maker</title>
274     <procedure>
275      <step><para>Run the filer using <userinput>rox -p=Default</userinput>.</para></step>
276       <step><para>
277        Press <keycap>Control</keycap>+<keycap>Escape</keycap>, or
278        [RightButtonDown] on any window's titlebar.
279        Choose <guimenuitem>Attributes...</guimenuitem> from the menu.
280       </para></step>
282       <step><para>
283        The Attributes Inspector window appears. From the pulldown menu
284        at the top, choose <guimenuitem>Window Specification</guimenuitem>
285        (the top item).
286       </para></step>
288       <step><para>
289        Press the <guibutton>Select window</guibutton> button.
290        The cursor changes to a double crosshair. Select one of the
291        <application>ROX-Filer</application> pinboard icons. The radio buttons
292        in the <guilabel>Window Specification</guilabel> frame should change
293        their labels to include <userinput>ROX-Pinboard.ROX-Filer</userinput>
294        as the first item. Select that radio button.
295       </para></step>
297       <step><para>
298        Choose <guimenuitem>Window Attributes</guimenuitem> from the pulldown
299        menu. In the <guilabel>Attributes</guilabel> frame, choose the
300        features you want the pinboard icons to have; I recommend the
301        following:
302         <itemizedlist>
303          <listitem><para>Disable titlebar</para></listitem>
304          <listitem><para>Disable resizebar</para></listitem>
305          <listitem><para>Disable close button</para></listitem>
306          <listitem><para>Disable miniaturize button</para></listitem>
307          <listitem><para>Keep at bottom (sunken)</para></listitem>
308          <listitem><para>Omnipresent</para></listitem>
309         </itemizedlist>
310        </para>
311       </step>
313       <step><para>
314        Choose <guimenuitem>Advanced Options</guimenuitem> from the pulldown
315        menu. In the <guilabel>Advanced</guilabel> frame, choose the advanced
316        features you wish; I recommend the following:
318        <itemizedlist>
319         <listitem><para>Do not show in the window list</para></listitem>
320         <listitem><para>Ignore 'Hide Others'</para></listitem>
321         <listitem><para>Ignore 'Save Session' (possibly)</para></listitem>
322        </itemizedlist>
323       </para></step>
325       <step><para>
326        When you're finished selecting window attributes, press the
327        <guibutton>Save</guibutton> button, and then close the Attributes
328        Inspector window using the <guibutton>X</guibutton> button in the titlebar.
329       </para></step>
330      </procedure>
331    </sect2>
333    <sect2><title>Others</title>
334     <para>
335      If all else fails, try the Compatibility section of the Options window.
336     </para>
337    </sect2>
338   </sect1>
340   <sect1>
341    <title>Running as root</title>
342    <para>
344     If you run the filer as the `root' user then the filer will display
345     a message at the top of each window to remind you. The root user has
346     permission to access or change any file in the system, so be very
347     careful when using the filer like this.
349     Normally, you should log in as an ordinary user and only change to
350     root when you need to. If you have <command>sudo</command> installed
351     and set up then you can run the filer like this:
353     <screen>$ sudo rox</screen>
355     Remember, any file operations you perform and any programs you run from
356     these windows will run as root too! Be careful!
357     </para><para>
358     You may find that the X server won't allow root (or other users) to
359     connect. Reading the manual pages for <command>xauth</command> and
360     <command>xhost</command> may give you some hints, but it varies
361     between systems (which is why this isn't built in to the filer!).
363    </para>
364    
365    <para>
366     Note: <command>gnomesu</command> can also be used to run the filer as root,
367     but you'll need to use <command>setsid</command> to run it in a new
368     session group, otherwise gnomesu kills it before it has a chance to open
369     a window. For example:
370     <screen>gnomesu -c 'setsid /usr/local/bin/rox /'</screen>
371    </para>
372   </sect1>
374  </chapter>
376  <chapter id="keys" xreflabel="mouse and key bindings">
377   <title>Mouse button and key bindings</title>
379   <itemizedlist><title>Quick start:</title>
381    <listitem><para>Click the left
382      <footnote><para>This documentation assumes that button&ndash;1 is the left
383        button, button&ndash;2 is the middle button and button&ndash;3 is the
384        right button. This is not always the case &mdash; for example, in a
385        left-handed setup.</para></footnote> mouse button to open files and
386      directories.</para></listitem>
388    <listitem><para>
389      Click the right button to get a menu. Click over a file to perform an action on that file.
390    </para></listitem>
392    <listitem><para>
393      Drag files between windows with the left button to copy, move or link them
394      (choose from a menu). Linking creates a shortcut to the original file.
395    </para></listitem>
397   </itemizedlist>
399   <para>
400    By default, the mouse button bindings are designed to fit in with X
401    conventions. However, the behaviour is highly configurable &mdash; have a play in
402    the Options window if you don't like the normal settings. The normal settings
403    behave as follows:
404   </para>
406   <informaltable>
407    <tgroup cols="2">
408     <thead><row><entry>Key or mouse button</entry><entry>Action</entry></row></thead>
410     <tbody>
412      <row><entry>Left button click</entry><entry>
413        Open the file or directory clicked on. Hold down <keycap>Control</keycap>
414        to select things instead of opening them. Hold down <keycap>Shift</keycap>
415        to look inside applications, treat files as text, follow symlinks, or
416        get more control over mount points (see <xref linkend="media"/>).
417      </entry></row>
419      <row><entry>Middle button click</entry><entry>
420        Same as left click, but open a directory in a new window or close the viewer
421        when opening a file.
422      </entry></row>
424      <row><entry>Right button click</entry><entry>
425        Open the main menu. Hold down <keycap>Control</keycap> while clicking to go
426        directly to the Selection submenu. Hold down <keycap>Shift</keycap> to get the
427        <guimenu>Send To</guimenu> menu (see the <xref linkend="SendTo"/> section).
428      </entry></row>
430      <row><entry>Drag an item  (left mouse button)</entry><entry>
431        Show a menu of possible actions. There is an option to disable this menu,
432        in which case this gesture will copy the file(s) to the destination (an
433        application or another filer window). Hold down <keycap>Shift</keycap>
434        to move the file, <keycap>Control</keycap>+<keycap>Shift</keycap> to
435        create a symbolic link, or <keycap>Alt</keycap> to get the menu of
436        possible actions.
437      </entry></row>
439      <row><entry>Drag an item (middle mouse button)</entry><entry>
440        When you let go, display a menu of possible actions.
441        There is an option to make this move the files rather than open the menu.
442      </entry></row>
444      <row><entry>Drag (not over an item)</entry><entry>
445        Select a group of items by dragging a box around them. With the left
446        mouse button, only the files in the box will be selected. If you hold
447        down <keycap>Control</keycap> then the boxed items are added to the selection.
448        If you use the middle button then the boxed items switch between being selected
449        and unselected.
450      </entry></row>
452      <row><entry>Double-click background</entry><entry>
453        Resize the window to a sensible size (this can be turned off from
454        the Options window).
455      </entry></row>
457      <row><entry><keycap>Backspace</keycap></entry><entry>
458        Change to viewing the parent directory.
459      </entry></row>
461      <row><entry>Cursor keys</entry><entry>
462        Move the cursor around.
463      </entry></row>
465      <row><entry>
466        <keycap>Page Up</keycap>, <keycap>Page Down</keycap></entry><entry>
467        Move the cursor up and down a page at a time.
468      </entry></row>
470      <row><entry><keycap>Home</keycap>, <keycap>End</keycap></entry><entry>
471        Move to the first/last entry in the directory.
472      </entry></row>
474      <row><entry><keycap>Return</keycap></entry><entry>
475        Acts like clicking on the file. You may hold down Shift for other
476        effects, as with clicking. Holding down Alt works like clicking with
477        the middle button; directories open in a new window and opening files
478        closes the directory at the same time.
479      </entry></row>
481      <row><entry><keycap>Spacebar</keycap></entry><entry>
482        Toggles the item under the cursor between being selected and unselected,
483        and moves to the next item.
484      </entry></row>
486      <row><entry><keycap>Tab</keycap>, <keycap>Shift</keycap>+<keycap>Tab</keycap></entry><entry>
487        Moves the cursor to the next/previous selected item.
488      </entry></row>
490      <row><entry>Hold mouse over an item</entry><entry>
491        Shows a tooltip containing a brief description of an application (if
492        available), the target of a symbolic link, and the full name of a file,
493        if it's too long to show in the main window.
494      </entry></row>
496   </tbody></tgroup></informaltable>
498   <para>
499    If you have user-defineable key-bindings enabled, then other keys can easily
500    be set by opening the menu, moving the pointer over the item you want to use
501    and pressing a key. The key will appear in the menu and can be used from
502    then on. Key bindings are automatically saved when the filer quits.
503    You can use an XSettings manager, such as ROX-Session, to turn this feature
504    on for all Gtk+-2.0 applications.
505   </para>
506  </chapter>
508  <chapter id="selection">
509   <title>The selection and file groups</title>
510   <para>
511    When you select items in a <application>ROX-Filer</application> window,
512    the filer takes the <emphasis>primary selection</emphasis>. You can then paste
513    into another window to get the pathnames of the selected files.
514   </para>
516   <procedure>
517    <title>Example: loading a file into an application that doesn't support
518     drag-and-drop:</title>
520    <step><para>Open the application's Open dialog box.</para></step>
522    <step><para>
523      <keycap>Control</keycap>-click on the file in
524      <application>ROX-Filer</application> to select it.</para></step>
526    <step><para>
527      Click the middle button in the filename box in the application to paste the
528      name in.
529    </para></step>
530   </procedure>
532   <para>
533    Note that clicking the middle mouse button in the main area of most web-browsers
534    will open the selected file.
535    </para><para>
536    If you select something else (eg, some text in another program), the selected
537    items in the filer window will be shown shaded (the filer no longer has the
538    primary selection).  Clicking on one of the shaded items will cause the
539    filer to regain the primary selection.
540   </para>
542   <sect1><title>Saving and restoring the selection</title>
543    <para>
544     It is sometimes useful to save the current selection for later. You can
545     save the current selection to one of ten numbered groups by pressing
546     <keycap>Control</keycap>+<keycap>&lt;number&gt;</keycap>.
547     You can restore a saved group by pressing the group number on its own. You
548     can do this from a different directory, or even a different filer window.
549     </para><para>
550     Saving is also useful even if there is no selection, since it still saves
551     the current directory.
552    </para>
553    <procedure><title>Example: saving a directory and returning to it later:</title>
554     <step><para>You are looking at a directory, and wish to remember it.
555       Press <keycap>Control</keycap>+<keycap>1</keycap>.</para></step>
556     <step><para>Move to another directory, or close the window, etc.</para></step>
557     <step><para>Press <keycap>1</keycap> in any filer window to return
558       to the first directory.</para></step> </procedure>
559    <para>The groups are saved automatically for next time the filer is loaded.
560   </para></sect1>
561  </chapter>
563  <chapter id="toolbar">
564   <title><anchor id="Toolbar" xreflabel="Toolbar"/>The toolbar</title>
565   <para>
567    By default, each window has a toolbar along the top. You can disable
568    this (or make it larger) from the Options window, as well as set which
569    tools appear on the toolbar. Normally, you should click with the left
570    mouse button (1). However, many tools can perform a related function
571    if clicked on with buttons 2 or 3 (middle or right).
572   </para>
574   <informaltable><tgroup cols="3">
576     <thead>
577      <row><entry>
578        Icon</entry><entry>
579        Mouse button 1</entry><entry>
580        Other button
581      </entry></row>
583     </thead>
584     <tbody>
586      <row><entry>
587        Cross</entry><entry>
588        Close the window</entry><entry>
589        Open a new window
590        </entry></row><row><entry>
591        Up arrow</entry><entry>
592        Change to parent directory</entry><entry>
593        Show parent in a new window <xref linkend="newwin_fn"/>
594        </entry></row><row><entry>
595        House</entry><entry>
596        Change to home directory</entry><entry>
597        Show home in a new window <xref linkend="newwin_fn"/>
598        </entry></row><row><entry>
599        Jump to point</entry><entry>
600        Open the <xref linkend="bookmarks"/>
601        </entry><entry>
602        Edit the bookmarks
603        </entry></row><row><entry>
604        Looping arrows</entry><entry>
605        Reread the directory contents</entry><entry>
606        Open a new window
607        </entry></row><row><entry>
608        Magnifying glass (+)</entry><entry>
609        Select a larger icon size.</entry><entry>
610        Select a smaller icon size.
611        </entry></row><row><entry>
612        Magnifying glass (fit)</entry><entry>
613        Set Automatic sizing mode and resize the window.</entry><entry>
614        -
615        </entry></row><row><entry>
616        List</entry><entry>
617        Hide or show extra details</entry><entry>
618        Same
619        </entry></row><row><entry>
620        A..Z</entry><entry>
621        Step forward through the different sort types.</entry><entry>
622        Step backward through the sort types.
623        </entry></row><row><entry>
624        Eye</entry><entry>
625        Toggle the display of hidden files (those with names starting with a dot)</entry><entry>
626        Same
627        </entry></row><row><entry>
628        List with selections</entry><entry>
629        Select All.</entry><entry>
630        Invert Selection.
631        </entry></row><row><entry>
632        Life-belt</entry><entry>
633        Show <application>ROX-Filer</application>'s help files</entry><entry>
634        Open manual directly
635      </entry></row>
636   </tbody></tgroup></informaltable>
638   <para>
639    <anchor id="newwin_fn" xreflabel="[1]"/>[1]
640    If the 'New window on button 1' option is turned on
641    then the default is to open a new window &mdash; clicking with the other
642    button reuses the same window instead.
643   </para>
645   <para>
646    Dragging files to the Up or Home icons acts just like dragging them
647    into the directory which the button leads to. Dragging to the Bookmarks button
648    will add the directory as a bookmark.
649   </para>
650   <para>
651    The toolbar can also show the number of files in the directory, and
652    information about the selection. This can be turned on or off in the
653    Options box.
654   </para>
655  </chapter>
657  <chapter id="menus">
658   <title>The menus</title>
659   <para>
660    By default, you can open a menu by right clicking over a pinboard, panel or
661    filer window.
663    In filer windows, you may also press <keycap>\</keycap> to open the menu. As
664    a shortcut, you can open the File submenu directly by holding down the
665    <keycap>Control</keycap> key when opening the menu. Here is a full
666    description of each menu item:
668    <informaltable><tgroup cols="2">
670      <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
672      <tbody>
673       <row><entry><guimenuitem>Display</guimenuitem></entry><entry>
674         Change the display settings.
675       </entry></row>
677       <row><entry><guimenuitem>File</guimenuitem></entry><entry>
678         Operations on the selected items.
679       </entry></row>
681       <row><entry><guimenuitem>Select</guimenuitem></entry><entry>
682         Control which items are selected.
683       </entry></row>
685       <row><entry><guimenuitem>Options...</guimenuitem></entry><entry>
686         Configure <application>ROX-Filer</application>.
687       </entry></row>
689       <row><entry><guimenuitem>New</guimenuitem></entry><entry>
690         Create a new file or subdirectory inside this directory.
691       </entry></row>
693       <row><entry><guimenuitem>Window</guimenuitem></entry><entry>
694         Operations on the window as a whole.
695       </entry></row>
697       <row><entry><guimenuitem>Help</guimenuitem></entry><entry>
698         Information about the filer.
699       </entry></row>
701    </tbody></tgroup></informaltable>
703   </para>
705   <sect1>
706    <title>The display menu</title>
707    <para>
709     <informaltable><tgroup cols="2">
711       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
713       <tbody>
714        <row><entry><guimenuitem>Icons View</guimenuitem></entry><entry>
715        Files are displayed as rows of icons.
716        </entry></row>
718        <row><entry><guimenuitem>Icons, With...</guimenuitem></entry><entry>
719        Files are displayed as rows of icons with additional details
720        (chosen from the submenu). To see fuller information about each file
721        use the List View instead.
722        </entry></row>
724        <row><entry><guimenuitem>List View</guimenuitem></entry><entry>
725        Show files in a list along with their details. Click on a column heading
726        to sort by that column.
727        </entry></row>
729        <row><entry><guimenuitem>Bigger Icons</guimenuitem></entry><entry>
730        Increase the size of the icons. Turns off Automatic mode.
731        </entry></row>
733        <row><entry><guimenuitem>Smaller Icons</guimenuitem></entry><entry>
734        Reduce the size of the icons. Turns off Automatic mode.
735        </entry></row>
737        <row><entry><guimenuitem>Automatic</guimenuitem></entry><entry>
738        Select a sensbile icon size automatically now and when changing
739        directory, etc.
740        </entry></row>
742        <row><entry><guimenuitem>Sort by XXX</guimenuitem></entry><entry>
743        Set the sort mode. In List View you can also set the sort type by
744        clicking on the column headings.
745        </entry></row>
747        <row><entry><guimenuitem>Reversed</guimenuitem></entry><entry>
748        Sort in reverse order (newest to oldest, largest to smallest, etc).
749        </entry></row>
751        <row><entry><guimenuitem>Filter Files...</guimenuitem></entry><entry>
752        Restrict the display to only show files with names matching the
753        given pattern.
754        The titlebar shows <guilabel>(Glob (pattern))</guilabel> when this is on.
755        </entry></row>
757        <row><entry><guimenuitem>Show Hidden</guimenuitem></entry><entry>
758        If on, files beginning with a dot are shown, otherwise they are hidden.
759        The titlebar shows <guilabel>(All)</guilabel> when this is on.
760        </entry></row>
762        <row><entry><guimenuitem>Show Thumbnails</guimenuitem></entry><entry>
763        When on, the filer tries to load every image file and use that
764        image as the file's icon. Useful if you have a directory full of
765        photos and can't remember which is which!
766        See the <xref linkend="thumbnails"/> section for details.
767        </entry></row>
769        <row><entry><guimenuitem>Refresh</guimenuitem></entry><entry>
770        Rereads the contents of the directory and details of all the files
771        in it. Use this if the display becomes out-of-date.
772        </entry></row>
774        <row><entry><guimenuitem>Save Display Settings...</guimenuitem></entry><entry>
775        Remember the display settings just for this directory. Each time you
776        open the directory, the saved settings will be used.
777        </entry></row>
778     </tbody></tgroup></informaltable>
780    </para>
782    <sect2><title><anchor id="Permissions" xreflabel="Permissions"/>
783      Permissions
784     </title>
785     <para>
787      The permissions field, when shown, is made up of four groups of three
788      flags. Each flag is displayed as a letter if it is on and a dash (&ndash;)
789      if not. The first three characters show the permissions for the owner
790      of the file, the second for other members of the file's group and
791      the third for everyone else. Whichever group applies to the
792      <application>ROX-Filer</application> process itself is shown underlined.
793      The fourth group shows any special flags.
794      </para><para>
795      The meanings of the characters are:
797      <itemizedlist>
799       <listitem><para><computeroutput>r</computeroutput> &mdash;
800         Permission to read the contents of a file, or the names of files
801         in a directory.</para></listitem>
803       <listitem><para><computeroutput>w</computeroutput> &mdash;
804         Permission to alter the contents of a file, or change which names
805         appear in a directory.</para></listitem>
807       <listitem><para><computeroutput>x</computeroutput> &mdash;
808         Permission to run the file as a program, or refer to the files
809         listed within the directory.</para></listitem>
811       <listitem><para><computeroutput>U</computeroutput> &mdash;
812         This program executes with the <emphasis>effective user ID</emphasis> of its
813         owner rather than the person who ran it.</para></listitem>
815       <listitem><para><computeroutput>G</computeroutput> &mdash;
816         This program executes with the <emphasis>effective group ID</emphasis> of its
817         group, regardless of who ran it.</para></listitem>
819       <listitem><para><computeroutput>T</computeroutput> &mdash;
820         Entries in this directory can only be altered or removed by the
821         people who own the files even if they have write permission on the
822         directory itself.</para></listitem>
824      </itemizedlist>
825      For example,
826      <programlisting>
827       <emphasis role="underline">rwx</emphasis>,rwx,r-x/---</programlisting>
828      means that the owner of the file is the same as the effective user of
829      <application>ROX-Filer</application> (basically, you own the file), you and
830      members of the file's group have read, write and execute permission and other
831      people have only read and execute permission. There are no special flags set.
833      The rules which determine which permissions apply may vary slightly between
834      operating systems, but a rough guide is:
836      <itemizedlist>
838       <listitem><para>If the <emphasis>effective user ID</emphasis> of the
839         process is equal to the file's owner, then the owner permissions apply.
840       </para></listitem>
842       <listitem><para>Otherwise, if the <emphasis>effective group ID</emphasis>
843         of the process is equal to the file's group OR the file's group is one
844         of the process's <emphasis>supplemental groups</emphasis> then the
845         group permissions apply.
846       </para></listitem>
848       <listitem><para>Otherwise, the `other' permissions apply. The
849         <emphasis>real user ID</emphasis> and <emphasis>real group
850          ID</emphasis> have no effect (except that a process may set its real
851         IDs to its effective IDs).
852       </para></listitem>
854      </itemizedlist>
856     </para>
857    </sect2>
858   </sect1>
860   <sect1>
861    <title>The file menu</title>
862    <para>
863     All of these work in the same way &mdash; if you open the menu with some
864     items selected then the operation applies to those items. If you open
865     then menu over an item while there is no selection then that item
866     is temporarily selected.
867     </para><para>
868     If you choose one of these while there is no selection at all then the
869     window goes into `target mode'; the operation happens to the next item you
870     click on. Click on the window background, press <keycap>Escape</keycap>, or
871     click with the right mouse button to cancel target mode. Target mode is
872     mainly useful with the <guilabel>Single-click navigation</guilabel> option
873     and keys bound to the various menu entries. </para><para>
874     Note that individual applications may add extra menu items to the
875     top of this submenu when you click over them &mdash; see
876     <xref linkend="AppDir"/> for details. There may also be any number of
877     user-defined actions at the top, which depend on the type of file
878     clicked on. You can add programs here by choosing the
879     <guimenuitem>Customise Menu</guimenuitem> item. For example, you could
880     make <application>The Gimp</application> appear on the menu for images, and
881     <application>FreeFS</application> appear for mount points.
883     <informaltable><tgroup cols="2">
884       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
885       <tbody>
887        <row><entry>
888          <guimenuitem>Copy...</guimenuitem></entry><entry>
889          Make a copy of this object.
890        </entry></row>
892        <row><entry>
893          <guimenuitem>Rename...</guimenuitem></entry><entry>
894          Change the name used for this object, or move it between directories.
895        </entry></row>
897        <row><entry>
898          <guimenuitem>Link...</guimenuitem></entry><entry>
899          Create a symbolic link to this name.
900        </entry></row>
902        <row><entry>
903          <guimenuitem>Delete</guimenuitem></entry><entry>
904          Remove all the selected entries from the directory. Subdirectories
905          will have their contents deleted first. Deleting symlinks only removes
906          the link, not the thing it points to.
907        </entry></row>
909        <row><entry>
910          <guimenuitem>Shift Open</guimenuitem></entry><entry>
911          Opens applications as directories, files as text/plain, and
912          symlinks by opening the directory containing the thing they point to.
913          It also has interesting effects on mount points (see <xref linkend="media"/>).
914          This is the same effect as clicking with <keycap>Shift</keycap> held
915          down. The text of the menu entry changes to show which action will be
916          performed.
917        </entry></row>
919        <row><entry>
920          <guimenuitem>Open AVFS</guimenuitem></entry><entry>
921          Open the file as if it was a directory &mdash; see the
922          <xref linkend="vfs"/> section.
923        </entry></row>
925        <row><entry>
926          <guimenuitem>Send To...</guimenuitem></entry><entry>
927          Opens the `Send To' menu, allowing you to send the selected files
928          to one of a list of applications. See the
929          <xref linkend="SendTo"/> section.
930        </entry></row>
932        <row><entry>
933          <guimenuitem>Set Run Action...</guimenuitem></entry><entry>
934          Allows you to set the default program to use when opening files of
935          this type. See <xref linkend="RunAction"/> section for details.
936        </entry></row>
938        <row><entry>
939          <guimenuitem>Set Icon...</guimenuitem></entry><entry>
940          You can give each file or directory its own special icon using this
941          feature &mdash; simply drag a suitable image onto <xref linkend="SetIcon"/>.
942        </entry></row>
944        <row><entry>
945          <guimenuitem>Properties</guimenuitem></entry><entry>
946          Display extra information about this object. You can also change
947          the access permissions from here (<guimenuitem>Permissions</guimenuitem>
948          below allows you to change many files at once), and change the target
949          to which a symlink points.
950        </entry></row>
952        <row><entry>
953          <guimenuitem>Count</guimenuitem></entry><entry>
954          Count the sizes of all the selected items. Directories also have their
955          contents counted. Symlinks count themselves, not the things they point
956          to.
957        </entry></row>
959        <row><entry>
960          <guimenuitem>Set Type...</guimenuitem></entry><entry>
961          Set the MIME type for a file. This only works on filesystems with extended attribute support. For older filesystems, you will have to rename a file to change its type.
962        </entry></row>
964        <row><entry>
965          <guimenuitem>Permissions</guimenuitem></entry><entry>
966          Allows you to change the permissions for the selected files.
967          If only one file is to be changed, you can use
968          <guimenuitem>Properties</guimenuitem> instead for a simpler interface.
969        </entry></row>
971        <row><entry>
972          <guimenuitem>Find</guimenuitem></entry><entry>
973          Search for files by specifying various conditions &mdash; see the
974          <xref linkend="Searching"/> section.
975        </entry></row>
977     </tbody></tgroup></informaltable>
978    </para>
980    <formalpara><title>Note about symlinks:</title>
981     <para>
982      A symbolic link stores the <emphasis>location</emphasis>
983      of another file. Deleting the symlink doesn't affect the other file.
984      Deleting the other file means that the symlink won't work. There are
985      two types of symbolic link &mdash; Relative and Absolute. An absolute
986      link stores the path from the root directory to the target file (eg
987      <filename>/home/fred/MyFile</filename>).
989      A relative path stores the path from the symlink
990      to the target (eg <filename>../fred/MyFile</filename>).
991      If the target file is never going to move then you want an absolute link,
992      but if the target may move (and the symlink will be moved with it) then
993      you want a relative link.
994     </para>
995    </formalpara>
996   </sect1>
998   <sect1>
999    <title>The select menu</title>
1000    <para>
1001     This menu allows you to select and unselect files in various ways. See the
1002     <xref linkend="keys"/> section for other ways to select files.
1004     <informaltable><tgroup cols="2">
1005       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1006       <tbody>
1007        <row><entry>
1008          <guimenuitem>Select All</guimenuitem></entry><entry>
1009          Select every item in this window.
1010        </entry></row>
1012        <row><entry><guimenuitem>Clear Selection</guimenuitem></entry><entry>
1013          Unselect every item in this window.
1014        </entry></row>
1016        <row><entry><guimenuitem>Invert Selection</guimenuitem></entry><entry>
1017          Every selected file becomes unselected, and every unselected file
1018          becomes selected.
1019        </entry></row>
1021        <row><entry>
1022          <guimenuitem>Select by Name...</guimenuitem></entry><entry>
1023          Select just those files that match the given name pattern. This
1024          isn't as flexible as <guimenuitem>Select If...</guimenuitem> (see
1025          below), but it is quicker to use. Files also highlight as you type
1026          with this option. The default key binding is <keycap>.</keycap>,
1027          so you can type <userinput>.png</userinput> to select all
1028          <filename>.png</filename> files, for example.
1029        </entry></row>
1031        <row><entry>
1032          <guimenuitem>Select If...</guimenuitem></entry><entry>
1033          Select just those files that match the given pattern &mdash;
1034          see the <xref linkend="SelectIf"/> section.
1035        </entry></row>
1037     </tbody></tgroup></informaltable>
1039    </para>
1040   </sect1>
1042   <sect1>
1043    <title>The new menu</title>
1044    <para>
1046     Each entry in this submenu opens a savebox for creating a new file or
1047     directory. There are two standard entries; the others are the contents of
1048     your <filename>&lt;Choices&gt;/Templates</filename> directory, if it
1049     exists.
1052     <informaltable><tgroup cols="2">
1053       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1054       <tbody>
1055        <row><entry>
1056          Directory</entry><entry>
1057          Create a new directory.
1058          </entry></row><row><entry>
1059          File</entry><entry>
1060          Create a blank file.
1061          </entry></row><row><entry>
1062          &lt;user entries&gt;</entry><entry>
1063          Copy a file from your Templates directory.
1064        </entry></row>
1065     </tbody></tgroup></informaltable>
1068     To add your own entries, create a new directory called
1069     <filename>~/Choices/Templates</filename>
1070     (if you have the default <envar>CHOICESPATH</envar>) and put any files you
1071     want in there. Each file in the directory will appear on the menu and the
1072     box that appears will copy it. For example, you could create a blank
1073     HTML file:
1075     <programlisting>
1076 &lt;html&gt;
1077  &lt;head&gt;
1078   &lt;title&gt;My Page&lt;/title&gt;
1079  &lt;/head&gt;
1080  &lt;body&gt;
1081   The contents.
1082  &lt;/body&gt;
1083 &lt;/html&gt;</programlisting>
1085     Save this as <filename>index.html</filename> inside the
1086     <filename>Templates</filename> directory and you can easily create new
1087     HTML files. You can also save blank documents from various applications
1088     into here (eg, a blank spreadsheet, a blank letter, etc).
1089     </para><para>
1090     Note that you cannot set keyboard shortcuts for these user-defined
1091     entries at present.
1093    </para>
1094   </sect1>
1096   <sect1>
1097    <title>The window menu</title>
1098    <para>
1101     <informaltable><tgroup cols="2">
1102       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1103       <tbody>
1104        <row><entry>
1105          <guimenuitem>Parent, New Window</guimenuitem></entry><entry>
1106          Open a new window displaying this window's parent.
1107        </entry></row>
1109        <row><entry>
1110          <guimenuitem>Parent, Same Window</guimenuitem></entry><entry>
1111          As above, but reuse this window.
1112        </entry></row>
1114        <row><entry>
1115          <guimenuitem>New Window</guimenuitem></entry><entry>
1116          Open another window onto this directory.
1117        </entry></row>
1119        <row><entry>
1120          <guimenuitem>Home Directory</guimenuitem></entry><entry>
1121          Change to your home directory.
1122        </entry></row>
1124        <row><entry>
1125          <guimenuitem>Show Bookmarks</guimenuitem></entry><entry>
1126          Open the bookmarks menu (see <xref linkend="bookmarks"/>).
1127        </entry></row>
1129        <row><entry>
1130          <guimenuitem>Follow Symbolic Links</guimenuitem></entry><entry>
1131          Converts the path shown in the window's titlebar to its canonical form.
1132          For example, if <filename>/home/fred/link</filename> is a symlink
1133          pointing to <filename>/usr/share/doc/</filename> then clicking on the symlink
1134          will take you to that directory and going `up' will take you back to
1135          <filename>/home/fred</filename>.
1136          If you'd used <guimenuitem>Follow Symbolic Links</guimenuitem>, you would
1137          have ended up in <filename>/usr/share</filename> instead.
1138        </entry></row>
1140        <row><entry>
1141          <guimenuitem>Resize Window</guimenuitem></entry><entry>
1142          Set the window to a sensible size for its contents.
1143        </entry></row>
1145        <row><entry>
1146          <guimenuitem>Close Window</guimenuitem></entry><entry>
1147          Close this window.
1148        </entry></row>
1150        <row><entry>
1151          <guimenuitem>Enter Path...</guimenuitem></entry><entry>
1152          Open the path-entry box (see the the <xref linkend="mini"/> section).
1153        </entry></row>
1155        <row><entry>
1156          <guimenuitem>Shell Command...</guimenuitem></entry><entry>
1157          Open the shell command box (see the <xref linkend="mini"/> section).
1158        </entry></row>
1160       <row><entry><guimenuitem>Xterm Here</guimenuitem></entry><entry>
1161         Open an xterm with its current directory set to this directory.
1162       </entry></row>
1164       <row><entry><guimenuitem>Switch to xterm</guimenuitem></entry><entry>
1165         Open an xterm with its current directory set to this directory, and close the
1166         filer window at the same time.
1167       </entry></row>
1169     </tbody></tgroup></informaltable>
1172    </para>
1173   </sect1>
1175   <sect1>
1176    <title>The help menu</title>
1177    <para>
1179     <informaltable><tgroup cols="2">
1180       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1181       <tbody>
1182        <row><entry>
1183          <guimenuitem>About ROX-Filer...</guimenuitem></entry><entry>
1184          Display information about the file. This is the same as locating ROX-Filer
1185          itself in a filer window and selecting <guimenuitem>Properties</guimenuitem> from
1186          the file menu.
1187        </entry></row>
1189        <row><entry>
1190          <guimenuitem>Show Help Files</guimenuitem></entry><entry>
1191          Same as selecting ROX-Filer and choosing
1192          <guimenuitem>Help</guimenuitem> from the file menu.
1193        </entry></row>
1195        <row><entry>
1196          <guimenuitem>Manual</guimenuitem></entry><entry>
1197          Opens the HTML manual for your language, or the English version if there
1198          is no translation.
1199        </entry></row>
1201     </tbody></tgroup></informaltable>
1203    </para>
1204   </sect1>
1206   <sect1>
1207    <title><anchor id="SendTo" xreflabel="Send To menu"/>The send to menu</title>
1208    <para>
1210     The `Send To' menu provides a quick way to send some files to an application.
1211     The filer scans all the <filename>SendTo</filename> directories in your
1212     <envar>CHOICESPATH</envar> and lists the contents on this menu.
1213     </para><para>
1214     To change which applications appear here you should choose the
1215     <guimenuitem>Customise</guimenuitem> item from the bottom
1216     of the menu to create and open your own <filename>SendTo</filename>
1217     directory. Applications can be symlinked into this directory by dragging
1218     them in and choosing <guimenuitem>Link</guimenuitem> from the menu.
1219     </para><para>
1220     Opening the Send To menu via the main menu is rather slow, so it is
1221     normally opened by clicking the Menu mouse button over a file while
1222     holding the <keycap>Shift</keycap> key down.
1223    </para>
1224    <sect2>
1225     <title>Showing different applications for different types</title>
1226     <para>
1227      You may want to set things up so that, for example, the Gimp is
1228      only shown when an image is selected. To do this, create a
1229      hidden directory inside <filename>SendTo</filename> called
1230      <filename>.image</filename>, or whatever type you want to use.
1231      You can use either the complete type (eg <filename>.image_png</filename>)
1232      or just the media type. Use <guimenuitem>Properties</guimenuitem> over a
1233      file to find out its MIME type.
1234     </para>
1235     <para>
1236      Entries in these hidden directories are shown only for files of
1237      the appropriate type. If multiple files are selected, the
1238      <filename>.group</filename> directory is used instead.
1239     </para>
1240    </sect2>
1241   </sect1>
1243   <sect1>
1244    <title><anchor id="bookmarks" xreflabel="Bookmarks menu"/>The bookmarks menu</title>
1245    <para>
1246     The bookmarks menu can be used to store a list of frequently used directories.
1247     You can also open the menu from the main popup menu (in the <guimenuitem>Window</guimenuitem> submenu)
1248     and you can use this to bind a shortcut key to it. From the bookmarks menu
1249     you can add the currently shown directory to the list, jump to one of the
1250     stored directories, or open a dialog letting you edit the list. In the dialog
1251     box, you can remove entries, rearrange them (using the arrows or by
1252     dragging) and edit the pathnames directly, if required.
1253    </para>
1254    <para>
1255     The <guimenuitem>Recently Visited</guimenuitem> submenu shows the last few directories
1256     viewed. Choosing one will switch to that directory. The current directory is shown
1257     shaded, since you are already there.
1258    </para>
1259   </sect1>
1261  </chapter>
1263  <chapter id="icons">
1264   <title>The pinboard and panels</title>
1265   <para>
1267    The <xref linkend="run_pin"/> and <xref linkend="run_pan"/> sections explain
1268    how to turn the pinboard and panels on. Once on, you may drop items from filer
1269    windows onto the them to pin them up. Clicking on a pinned item acts just like
1270    clicking on it in a filer window. You can drag pinned icons just like normal
1271    icons and you can right-click on one to see the popup menu.
1272    </para><para>
1273    Drag panel icons with the middle mouse button to move them around.
1274    In previous versions of the filer, pinboard icons were also moved using the
1275    middle mouse button, but this is no longer supported (as the middle button
1276    is reserved for the window manager's use).
1277    </para><para>
1278    You can assign keyboard shortcuts to pinboard and panel icons. These can be
1279    used to open directories, files or applications quickly, even if another
1280    window has the focus.
1281    </para><para>
1282    Changes to the pinboard and panel are automatically saved. Clicking on pinned
1283    icons with <keycap>Control</keycap> held down selects and unselects them.
1284    Click on the background to unselect them all.
1285   </para>
1287   <important><para>
1288     Pinning a file does <emphasis>not</emphasis> copy it, it merely
1289     creates a shortcut to the original file. If you delete the file, then
1290     you've lost it! Removing a pinned file from its pinboard or panel
1291     only removes the link. This is different to most other filers...
1292   </para></important>
1294   <sect1>
1295    <title>The pinboard and panel menus</title>
1296    <para>
1298     <informaltable><tgroup cols="2">
1299       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1300       <tbody>
1302        <row><entry>
1303          <guimenuitem>ROX-Filer</guimenuitem></entry><entry>
1304          Show the filer's help, edit the options or open your home directory.
1305        </entry></row>
1307        <row><entry>
1308          <guimenuitem>File `file'</guimenuitem></entry><entry>
1309          Offers a smaller version of the filer's submenu of the same name.
1310        </entry></row>
1312        <row><entry>
1313          <guimenuitem>Edit Item</guimenuitem></entry><entry>
1314          Change the name displayed under the icon, or the pathname the item
1315          points to. You can also set a keyboard shortcut for the icon here.
1316          For programs, you can specify extra arguments to be passed in.
1317        </entry></row>
1319        <row><entry>
1320          <guimenuitem>Show Location</guimenuitem></entry><entry>
1321          Open a directory viewer showing where the file is stored.
1322        </entry></row>
1324        <row><entry>
1325          <guimenuitem>Remove Item(s)</guimenuitem></entry><entry>
1326          Remove the selected items from the pinboard or panel.
1327        </entry></row>
1329        <row><entry>
1330          <guimenuitem>Backdrop...</guimenuitem></entry><entry>
1331          Set the desktop backdrop image (see below). Only available from
1332          the pinboard menu.
1333        </entry></row>
1335     </tbody></tgroup></informaltable>
1337     </para><para>
1338     If you are setting up the defaults for multiple users and
1339     you wish to create a `Home' icon that leads to each user's home directory
1340     then you should first create a new icon and then use
1341     <guimenuitem>Edit Icon</guimenuitem> to change the location to
1342     <filename>~</filename> and the name to `Home'.
1343     </para><para>
1344     Note that individual applications may add extra menu items to the
1345     top of this menu when you click over them &mdash; see <xref linkend="AppDir"/>
1346     for details.
1347    </para>
1348   </sect1>
1350   <sect1>
1351    <title>Panel applets</title>
1352    <para>
1354     <application>ROX-Filer</application> allows you to run small programs
1355     inside the panel &mdash; such programs are called
1356     <emphasis>applets</emphasis>. To run an applet, drag it onto the panel from
1357     a filer window and instead of the applet's icon being shown, the applet
1358     will run.
1359    </para>
1361    <procedure><title>To create your own applets (programmers only!):</title>
1363     <step><para>
1364       Create a directory for the applet (eg <filename>MyApplet</filename>).
1365     </para></step>
1367     <step><para>
1368       Use the <guimenuitem>Set Icon...</guimenuitem> feature to create an icon
1369       called <filename>.DirIcon</filename> inside it (so the directory appears
1370       with an icon).
1371     </para></step>
1373     <step><para>
1374       Make a <filename>Help</filename> directory inside it for when the user
1375       chooses <guimenuitem>Help</guimenuitem> from the menu.
1376     </para></step>
1378     <step><para>
1379       Create an executable file called <filename>AppletRun</filename>. This will be
1380       passed the XID of the panel socket window when the directory is dragged
1381       onto the panel. You can use this to create a GtkPlug widget. An
1382       example applet (written in python) is available at
1383       <ulink url="http://rox.sourceforge.net/applets.html"/>
1384     </para></step>
1386    </procedure>
1387   </sect1>
1389   <sect1>
1390    <title><anchor id="iconify" xreflabel="Iconified windows"/>Iconified windows on the pinboard</title>
1391    <para>
1392     When the pinboard is in use, ROX-Filer can be used to display an icon for each iconified
1393     (or 'minimised') window. You can turn this on or off from the Options box. Iconified window icons
1394     have a semi-transparent background slab effect, and can be dragged around.
1395     Clicking on one will expand it back into the window it represents. Some
1396     older window managers do not support this, and no icons will be shown.
1397    </para>
1398   </sect1>
1400   <sect1>
1401    <title><anchor id="backdropapp" xreflabel="Backdrop applications"/>The pinboard backdrop image</title>
1402    <para>
1403     You can set any image for the backdrop by choosing <guimenuitem>Backdrop...</guimenuitem>
1404     from the pinboard menu (right-click over the desktop background when the pinboard is turned on).
1405    </para>
1406    <para>
1407     To set an image, select <guilabel>Centre</guilabel>, <guilabel>Scale</guilabel>,
1408     <guilabel>Stretch</guilabel> or <guilabel>Tile</guilabel> to set the style,
1409     and then drag an image onto the marked area.  To return to a solid colour
1410     backdrop (as set in the Options box), click on <guibutton>Clear</guibutton>.
1411    </para><para>
1412     The Wallpaper<citation>Wallpaper</citation> application can be used for more complicated
1413     effects, such as choosing a new random image each hour, or rendering an image of the Earth
1414     as it is currently lit by the sun.
1415    </para>
1416    <formalpara><title>For programmers...</title>
1417     <para>
1418      If you want to create an application to set the backdrop (eg, to choose a
1419      random image, or a slideshow) you need to first create an application directory
1420      (see <xref linkend="AppDir"/>).
1421     </para>
1422    </formalpara><para>
1423     When run without arguments, the application should invoke the
1424     <function>SetBackdropApp</function> SOAP method (see <xref
1425     linkend="soap"/>). The filer will immediately run the application again,
1426     this time with the <option>--backdrop</option> option.
1427    </para><para>
1428     When run with <option>--backdrop</option>, the program should write the style and name of
1429     the image file to display to its standard output stream, eg:
1430     <screen>tile /tmp/image.png</screen>
1431     <userinput>centre</userinput> and <userinput>scale</userinput> are the other possible
1432     styles. The filer will then load this image and display it. The application does not
1433     set the backdrop itself, it only tells the filer what to display.
1434    </para><para>
1435     In the case of a random backdrop chooser, the program may then quit immediately. If
1436     the application created a temporary image then it should read the line "ok\n" from its
1437     standard input before deleting the image.
1438    </para><para>
1439     If the application wishes to show a sequence of images it should still read "ok\n",
1440     then wait until it's time to display the next image and then write that filename, and
1441     so on.
1442    </para><para>
1443     The filer will indicate that the program should stop running by closing the two
1444     streams. The program should clean up and exit at this point. Be sure to catch
1445     SIGPIPE when writing to standard output if you need to delete any temporary files.
1446    </para><para>
1447     See the Wallpaper<citation>Wallpaper</citation> application for a complete example application
1448     (written in python).
1449    </para>
1450   </sect1>
1451  </chapter>
1453  <chapter>
1454   <title>
1455    <anchor id="media" xreflabel="Removable devices"/>Removable devices
1456   </title>
1457   <para>
1458    Using removable devices, such as floppy disks and CDROMs under ROX-Filer is quite
1459    simple. However, it is important to understand about <emphasis>mounting</emphasis> and
1460    <emphasis>unmounting</emphasis> devices.
1461   </para>
1462   <para>
1463    Mounting a device causes its contents to appear in the filesystem. On a typical setup,
1464    the directory <filename>/floppy</filename> is an empty directory on the hard disk.
1465    The floppy device is then mounted onto this directory, causing its contents to appear
1466    inside. For example, a file called <filename>Letter</filename> on the floppy disk will
1467    appear as <filename>/floppy/Letter</filename>.
1468   </para>
1469   <para>
1470    Devices must be unmounted before the disk is removed. Unmounting causes the system to
1471    write any buffered data to the disk. If you remove a disk without unmounting
1472    it, it will probably be corrupted. CD and Zip drives often lock the tray while the
1473    device is mounted so you can't remove it accidentally.
1474   </para>
1475   <para>
1476    So that you don't have to specify which device should be mounted at which point in the
1477    filesystem every time you want to use a disk, a preset list is usually found in the
1478    file <filename>/etc/fstab</filename>. ROX-Filer shows mount points (such as
1479    <filename>/floppy</filename>) which are listed here but not mounted with transparent
1480    grey circles overlayed on their icons.
1481   </para>
1482   <para>
1483    Clicking on one of these mount points will mount the device for you. The circle turns
1484    green to indicate that the device is now mounted. Do <emphasis>not</emphasis> remove
1485    the device while the circle is lit! You can unmount the device by clicking
1486    while holding down <keycap>Shift</keycap> on the <filename>/floppy</filename>
1487    directory icon.
1488   </para>
1489   <para>
1490    You can also unmount a device by closing its directory window (eg, closing
1491    the view of <filename>/floppy</filename>) and choosing Unmount when prompted. The
1492    filer will only offer to unmount devices this way if they were mounted by
1493    the filer in the first place.
1494   </para>
1495   <para>
1496    If you want to open a directory without mounting anything (eg, if you want to
1497    see the contents of <filename>/floppy</filename> on the hard disk), you can
1498    click on the unmounted mount point with <keycap>Shift</keycap> held down.
1499    This isn't usually useful, as these directories are typically empty.
1500   </para>
1501  </chapter>
1503  <chapter>
1504   <title><anchor id="thumbnails" xreflabel="Thumbnails"/>File thumbnails</title>
1505   <para>
1506     When thumbnailing is turned on, the filer tries to load every image file
1507     and use that image as the file's icon. Useful if you have a directory full
1508     of photos and can't remember which is which! You can turn it on for
1509     a single directory by choosing <guimenuitem>Show Thumbnails</guimenuitem>
1510     from the <guimenu>Display</guimenu> menu. You can set it as the default
1511     from the Options box.
1512     The titlebar shows <guilabel>(Thumbs)</guilabel> when thumbnailing is on.
1513   </para>
1514   <para>
1515     The thumbnails are saved in <filename>~/.thumbnails</filename> for
1516     quick loading next time.
1517     While loading thumbnails, a progress bar appears at the bottom of
1518     the window. Clicking on the <guibutton>Cancel</guibutton> button
1519     beside the bar stops the scan.
1520     It is also possible to thumbnail other types of file, such as videos
1521     (eg, by showing the first frame), with a suitable helper program.
1522   </para>
1523   <sect1><title>Technical details</title>
1524   <para>
1525 When in thumbnail mode <application>ROX-Filer</application> checks the
1526 thumbnail directory (<filename>~/.thumbs/normal</filename>) for a
1527 thumbnail for each file it scans. If a thumbnail exists it loads it and
1528 continues on to the next file.
1529   </para><para>
1530 To generate a thumbnail for a given file of type media/subtype the filer looks
1531 for a program <filename>&lt;Choices&gt;/MIME-thumb/media_subtype</filename>,
1532 falling back to <filename>&lt;Choices&gt;/MIME-thumb/media</filename> if one
1533 cannot be found (this duplicates how run actions for files are looked up). If
1534 neither file can be found and the file is of type image/* then the internal
1535 routines are used. If the file is not of type image/* then no thumbnail is
1536 generated.
1537   </para><para>
1538 If the generator program is found, is executed with the parameters
1539 <screen>thumbnailer /path/to/source/file /path/to/thumbnail pixel_size</screen>
1540   </para><para>
1541 Once the child program exits, it attempts to load
1542 <filename>/path/to/thumbnail</filename>. If that fails no thumbnail is
1543 displayed.
1544   </para><para>
1545 Note that because of the order it does things ROX-Filer will happily
1546 use any pre-existing thumbnail even if it has no idea how it was
1547 generated.
1548   </para>
1549   </sect1>
1551  </chapter>
1553  <chapter id="virtual">
1554   <title>
1555    <anchor id="vfs" xreflabel="Virtual file systems"/>Virtual file systems
1556   </title>
1557   <para>
1558    Some types of file can be represented as a directory. A typical example
1559    is a zip file, which contains an entire directory structure in compressed
1560    form. It is often useful to be able to open up such a file as if it
1561    was a real directory, and the VFS system allows you to do this.
1562   </para><para>
1563    To use this feature you must have a system such as
1564    AVFS<citation>AVFS</citation> installed, which causes the kernel to support
1565    various Virtual File Systems directly.
1566   </para>
1568  </chapter>
1570  <chapter id="minibuffer">
1571   <title><anchor id="mini" xreflabel="Minibuffer"/>The mini-buffer</title>
1572   <para>
1574    The mini-buffer is a white bar that appears along the bottom of the
1575    window and allows you to enter some text. Press <keycap>Escape</keycap> to
1576    get rid of it again. It behaves in different ways depending on how you
1577    invoked it:
1578   </para>
1580   <sect1>
1581    <title>The path-entry box</title>
1582    <para>
1584     This allows you to type in a path directly. As you type the display
1585     is updated to show the item entered visually. The main use is to find
1586     a file in a large directory quickly, but you can also use it for navigating
1587     between directories, or for selecting a full pathname from somewhere
1588     else and pasting it directly into the path-entry box.
1591     <informaltable><tgroup cols="2">
1592       <thead><row><entry>Key</entry><entry>Action</entry></row></thead>
1593       <tbody>
1595        <row><entry>
1596          <keycap>Return</keycap></entry><entry>
1597          Open the currently selected item.
1598        </entry></row>
1600        <row><entry>
1601          <keycap>Tab</keycap></entry><entry>
1602          Shell-style tab completion.
1603        </entry></row>
1605        <row><entry>
1606          <keycap>Up</keycap>, <keycap>Down</keycap></entry><entry>
1607          Select the previous/next matching entry.
1608        </entry></row>
1609     </tbody></tgroup></informaltable>
1611    </para>
1613    <para>
1614     If you start entering a name beginning with a `.' then the `Show Hidden'
1615     feature is temporarily turned on so that the file can be shown.
1616    </para>
1618    <para>
1619     Tab completion tries to fill in as many characters for you as it can.
1620     For example, if there are two files in a directory called 
1621     <filename>save-mail-nov-1999</filename> and
1622     <filename>save-mail-dec-1999</filename> then typing
1623     <userinput>save</userinput> and pressing <keycap>Tab</keycap> will expand
1624     <userinput>save</userinput> to <userinput>save-mail-</userinput> and beep
1625     to indicate that the match is not complete. If you use tab completion on a
1626     directory and it is unique then the filer will automatically change into
1627     the directory. This behavior should be familiar to shell users.
1628    </para>
1630    <informalexample><para>
1631      Let's say you want to locate the documentation for Wine in the directory
1632      <filename>/usr/share/doc</filename> (which is usually very large).
1633      Here's how you could do it:
1635      <orderedlist>
1637       <listitem><para>
1638         Open the minibuffer by choosing <guimenuitem>Enter
1639         Path...</guimenuitem> from the <guimenu>Window</guimenu> menu, or
1640         by pressing the slash (<keycap>/</keycap>) key.
1641       </para></listitem>
1643       <listitem><para>
1644         Press <keycap>CTRL</keycap>+<keycap>A</keycap> to select the existing
1645         contents.
1646       </para></listitem>
1648       <listitem><para>
1649         Type
1650         <userinput>u&lt;Tab&gt;sh&lt;Tab&gt;do&lt;Tab&gt;wi&lt;Tab&gt;</userinput>.
1651         As you type, the cursor will move to the correct subdirectory.
1652         If it beeps when you press <keycap>Tab</keycap> then you need to supply
1653         more letters, or press <keycap>Return</keycap>.
1654       </para></listitem>
1656      </orderedlist>
1658    </para></informalexample>
1659   </sect1>
1661   <sect1>
1662    <title>The shell command box</title>
1663    <para>
1665     This provides a quick way of entering shell commands if you don't
1666     want to open an xterm. If you don't know what shell commands are,
1667     skip this section!
1668     </para><para>
1669     Just type in the command and press <keycap>Return</keycap> to execute it.
1670     <keycap>Up</keycap> and <keycap>Down</keycap> arrows move through previously
1671     entered commands.
1672     <keycap>Tab</keycap> does shell-style completion.
1673     Clicking on an item inserts its name into the minibuffer.
1674     If some items are selected then they are assigned to the positional
1675     parameters <userinput>$1</userinput>, <userinput>$2</userinput>, etc.
1676     </para><para>
1677     Opening the minibuffer with a selection adds <computeroutput>"$@"</computeroutput>
1678     to the end of the command &mdash; this expands to all the selected files.
1679    </para>
1681    <informalexample><para>Examples:
1683      <orderedlist><title>To untar a <filename>.tgz</filename> archive:</title>
1685       <listitem><para>
1686         Open the minibuffer by choosing <guimenuitem>Shell Command...</guimenuitem> from
1687         the <guimenu>Window</guimenu> menu.
1688         I usually bind this to the bang (<keycap>!</keycap>) key.
1689       </para></listitem>
1691       <listitem><para>
1692         Type <userinput>tar xzf</userinput> and click on the file.
1693         The leading space is automatically inserted.
1694       </para></listitem>
1696       <listitem><para>
1697         Press <keycap>Return</keycap> to execute it.
1698       </para></listitem>
1700      </orderedlist>
1702      <orderedlist><title>To print all the selected files:</title>
1704       <listitem><para>
1705         Open the shell command minibuffer.
1706       </para></listitem>
1708       <listitem><para>
1709         Type <userinput>lpr</userinput> at the beginning of the line and press
1710         <keycap>Return</keycap>.
1711       </para></listitem>
1713      </orderedlist>
1715    </para></informalexample>
1717    <itemizedlist><title>Notes</title>
1719     <listitem><para>
1720       Be careful; you will not be asked to confirm! If in doubt, start the
1721       command with <userinput>xmessage</userinput> so that it will be displayed
1722       rather than executed.
1723     </para></listitem>
1725     <listitem><para>
1726       <citerefentry><refentrytitle>sh</refentrytitle></citerefentry>
1727       is always used as the name of the shell to run (mainly because
1728       <citerefentry><refentrytitle>bash</refentrytitle></citerefentry> and
1729       <citerefentry><refentrytitle>csh</refentrytitle></citerefentry> treat
1730       positional parameters differently).
1731       However, <envar>PATH</envar> is searched to find it so you can still use
1732       another shell if you want by naming it sh and putting it in your path.
1733     </para></listitem>
1735     <listitem><para>
1736       Commands execute in the background, so you can say:
1738       <command>sleep 240; xmessage Time to go!</command>
1739     </para></listitem>
1741    </itemizedlist>
1742   </sect1>
1744   <sect1>
1745    <title><anchor id="SelectIf" xreflabel="Select If"/>The conditional
1746     selection box</title> <para>
1748     Use this if you want to automatically select all files in the directory
1749     which match a condition.
1751     <orderedlist><title>For example, to select all files larger than 5Mb:</title>
1753      <listitem><para>
1754        Open the Select If minibuffer.
1755      </para></listitem>
1757      <listitem><para>
1758        Type <userinput>Size &gt; 5Mb</userinput> and press <keycap>Return</keycap>.
1759      </para></listitem>
1761     </orderedlist>
1763     Just those files over 5 Mb in size will be selected. The expressions
1764     you can enter are in the same form as described in the
1765     <xref linkend="Searching"/> section, except that
1766     <userinput>prune</userinput> has no effect since the contents of
1767     directories are never checked anyway. You can press <keycap>Tab</keycap>
1768     to jump to each selected file in turn.
1770    </para>
1771   </sect1>
1772  </chapter>
1774  <chapter id="actions">
1775   <title>Action windows</title>
1776   <para>
1777    Action windows are those boxes that appear while you're doing a
1778    Copy/Move/Link/etc operation. The status line at the top of the window shows
1779    the current directory or object that the window is processing. The scrolling
1780    area below is the log area &mdash; it shows what has been done, and questions
1781    may be displayed here.
1782    </para><para>
1783    Below this are four buttons and some options. All windows have the
1784    <guilabel>Quiet</guilabel> option. When this is on the filer will only
1785    confirm some operations (such as deleting a non-writeable file). Otherwise,
1786    all operations are confirmed.
1787    </para><para>
1788    The buttons work as follows:
1790    <variablelist>
1792     <varlistentry><term><guibutton>Yes</guibutton></term><listitem><para>
1793        answers yes to the question displayed in the log area.
1794     </para></listitem></varlistentry>
1796     <varlistentry><term><guibutton>No</guibutton></term><listitem><para>
1797        answers no to the question displayed in the log area.
1798     </para></listitem></varlistentry>
1800     <varlistentry><term><guibutton>Cancel</guibutton></term><listitem><para>
1801        kills the current operation (if any) and closes the action
1802        window.
1803     </para></listitem></varlistentry>
1805     <varlistentry><term><guibutton>Quiet</guibutton></term><listitem><para>
1806        is a quick way to turn <guilabel>Quiet</guilabel> on and click
1807        <guibutton>Yes</guibutton>.
1808     </para></listitem></varlistentry>
1811    </variablelist>
1813    You can control which actions get started automatically (without you
1814    having to click on <guibutton>Quiet</guibutton> at the start) from the
1815    Options window.
1816   </para>
1818   <sect1>
1819    <title>Action window options</title>
1820    <para>
1822     Some actions have options, which appear as option boxes at the bottom
1823     of the window. They are:
1825     <itemizedlist>
1827      <listitem><para>
1828        <guilabel>Force</guilabel> means that the filer won't treat non-writeable
1829        files as special.  Normally, it confirms the deletion even if
1830        <guibutton>Quiet</guibutton> is pressed.
1831        Note that you still can't remove files from non-writeable directories because
1832        in that case you really don't have permission.
1833      </para></listitem>
1835      <listitem><para>
1836        <guilabel>Brief</guilabel> prevents the filer logging a message every time it
1837        does something.  Use this to speed things up if large numbers of messages are
1838        being logged.
1839      </para></listitem>
1841      <listitem><para>
1842        <guilabel>Recurse</guilabel> means that doing something to a directory will
1843        also do the same thing to all its contents, and the contents of any
1844        subdirectories, and so on.
1845      </para></listitem>
1847      <listitem><para>
1848        <guilabel>Newer</guilabel> will automatically copy a file over an existing one
1849        if the file is newer than the one it replaces (later modification time).
1850      </para></listitem>
1852     </itemizedlist>
1853    </para>
1854    <para>
1855      You can set the defaults for these options from the Options box.
1856    </para>
1857   </sect1>
1858  </chapter>
1860  <chapter id="searching">
1861   <title><anchor id="Searching" xreflabel="Searching"/>Searching</title>
1862   <para>
1863    The Find feature looks through all the selected files and directories
1864    and any subdirectories (recursively) looking for items that match
1865    a particular expression.
1866    </para><para>
1867    Choose <guimenuitem>Find</guimenuitem> from the <guimenu>File</guimenu>
1868    submenu to search all the selected objects. If you want to select all the
1869    files within a single directory which meet certain criteria, use
1870    <guimenuitem>Select</guimenuitem> -> <guimenuitem>Select If...</guimenuitem>
1871    instead.
1872    </para><para>
1873    If you know the name of a file then just enter it in the `Expression:'
1874    box, enclosed in single quotes. For example, to find a file called
1875    <filename>log</filename> you would enter <userinput>'log'</userinput>.
1877    Remember to use normal quotes, not double quotes (") or back-quotes (`).
1878    </para><para>
1879    As the filer finds matching files they are added to the results list.
1880    Double-clicking on an entry in the list opens a viewer showing that file.
1881    The filer will use the same window to view other results (so, if you want
1882    the results shown in separate windows you must explicitly create a new
1883    window from the <guimenu>Window</guimenu> menu).
1884   </para>
1886   <sect1>
1887    <title>Wildcards</title>
1888    <para>
1890     You can also put shell-style wildcard characters inside the quotes,
1891     for example:
1893     <simplelist>
1895      <member><command>'*.html'</command></member>
1896      <member><command>'Report.*'</command></member>
1897      <member><command>'Draft[1-5]'</command></member>
1898      <member><command>'main.[ch]'</command></member>
1900     </simplelist>
1902     Look at the
1903     <citerefentry><refentrytitle>glob</refentrytitle>
1904      <manvolnum>7</manvolnum></citerefentry>
1905     manpage if you want to know more about shell wildcards.
1906     </para><para>
1907     If the pattern you enter contains a slash (`/') character then the
1908     pattern is matched against the file's full path, otherwise only the
1909     leafname is used. That is, <userinput>'*tmp*'</userinput> will find
1910     <filename>tmp</filename> and <filename>tmpfile</filename> but not
1911     <filename>/tmp/file</filename> &mdash; <userinput>'/*tmp*'</userinput> will find
1912     all three.
1913    </para>
1914   </sect1>
1916   <sect1>
1917    <title>Simple tests</title>
1918    <para>
1919     As well as finding files by their names you can also find them by
1920     various other attributes. Note that <emphasis>file</emphasis> is used here to
1921     mean anything that can appear in the filesystem &mdash; including directories,
1922     devices and so on.
1923     </para><para>
1924     You can also use a short form for each test; these are shown in brackets.
1925     You can combine multiple tests &mdash; `<userinput>-rw</userinput>' is
1926     the same as `<userinput>IsReadable and IsWriteable</userinput>'.
1927    </para>
1929    <itemizedlist><title>These look at the type of the item being checked:</title>
1931     <listitem><para>
1932       <userinput>IsReg (-f)</userinput> matches any regular (ie, normal) file.
1933     </para></listitem>
1935     <listitem><para>
1936       <userinput>IsLink (-l)</userinput> matches symlinks.
1937     </para></listitem>
1939     <listitem><para>
1940       <userinput>IsDir (-d)</userinput> matches directories.
1941     </para></listitem>
1943     <listitem><para>
1944       <userinput>IsChar (-c)</userinput> matches character device files.
1945     </para></listitem>
1947     <listitem><para>
1948       <userinput>IsBlock (-b)</userinput> matches block device files.
1949     </para></listitem>
1951     <listitem><para>
1952       <userinput>IsDev (-D)</userinput> matches block or character device files.
1953     </para></listitem>
1955     <listitem><para>
1956       <userinput>IsPipe (-p)</userinput> matches pipes.
1957     </para></listitem>
1959     <listitem><para>
1960       <userinput>IsSocket (-S)</userinput> matches sockets.
1961     </para></listitem>
1963    </itemizedlist>
1965    <itemizedlist><title>These look at the permissions set on the file &mdash;
1966      see the <xref linkend="Permissions"/> section.</title>
1968     <listitem><para>
1969       <userinput>IsSUID (-u)</userinput> matches files which have the Set-UID
1970       bit set.</para></listitem>
1972     <listitem><para>
1973       <userinput>IsSGID (-g)</userinput> matches files which have the Set-GID
1974       bit set.</para></listitem>
1976     <listitem><para>
1977       <userinput>IsSticky (-k)</userinput> matches files with the sticky bit
1978       set.</para></listitem>
1980     <listitem><para>
1981       <userinput>IsReadable (-r)</userinput> matches files which you can read
1982       from.</para></listitem>
1984     <listitem><para>
1985       <userinput>IsWriteable (-w)</userinput> matches files which you can write to.
1986     </para></listitem>
1988     <listitem><para>
1989       <userinput>IsExecutable (-x)</userinput> matches files which you can execute.
1990     </para></listitem>
1992    </itemizedlist>
1994    <itemizedlist><title>And a couple of other useful ones:</title>
1996     <listitem><para>
1997       <userinput>IsEmpty (-z)</userinput> finds empty files (ie, those whose
1998       length is 0 bytes).
1999     </para></listitem>
2001     <listitem><para>
2002       <userinput>IsMine (-o)</userinput> finds files which you own.
2003     </para></listitem>
2005    </itemizedlist>
2007   </sect1>
2009   <sect1>
2010    <title>Logic operators</title>
2011    <para>
2012     You can combine the above tests in various ways to perform more advanced
2013     searches.
2014     An expression is actually made up of a list of <emphasis>cases</emphasis>,
2015     separated by commas. The filer will try to match each case in turn
2016     until one matches or there are no more cases left. For example, to
2017     search for files with several possible endings:
2019     <screen>'*.gif', '*.htm', '*.html'</screen>
2021     Further, each of the cases is actually a list of conditions. The case
2022     only matches if all of its conditions are met. So, to find a directory
2023     called <filename>lib</filename> or a regular file ending in
2024     <filename>.so</filename>:
2026     <screen>IsDir 'lib', IsReg '*.so'</screen>
2028     You can negate a condition by putting a <userinput>!</userinput> in front
2029     of it and you can use a sub-expression as a condition by bracketing it,
2030     like this:
2032     <screen>
2033      !(IsDir, IsReg)
2035      !IsDir !IsReg
2037      Not isdir and not isreg
2039      !-d !-f</screen>
2040     All four do the same thing.
2041    </para>
2042   </sect1>
2044   <sect1>
2045    <title>Comparisons</title>
2046    <para>
2047     You can also compare various values using the operators
2048     <userinput>&lt;</userinput>,
2049     <userinput>&lt;=</userinput>,
2050     <userinput>=</userinput>,
2051     <userinput>!=</userinput>,
2052     <userinput>&gt;</userinput>, and
2053     <userinput>&gt;=</userinput>
2054     (for less-than, less-than-or-equal-to, equal-to,
2055     not-equal-to, greater-than and greater-than-or-equal-to).
2057     When comparing times, you may find it helpful to use
2058     <userinput>after</userinput> and <userinput>before</userinput> instead of
2059     <userinput>&gt;</userinput> and <userinput>&lt;</userinput> to make things
2060     clearer.
2061    </para>
2063    <itemizedlist><title>
2064      The following are read from the file being checked and may be used
2065      for the values being compared:
2066     </title>
2068     <listitem><para>
2069       <userinput>atime</userinput> The time that the file was last accessed.
2070     </para></listitem>
2072     <listitem><para>
2073       <userinput>ctime</userinput> The time that the file's status was last changed.
2074     </para></listitem>
2076     <listitem><para>
2077       <userinput>mtime</userinput> The time that the file's contents were last modified.
2078     </para></listitem>
2080     <listitem><para>
2081       <userinput>size</userinput> The size of the file.
2082     </para></listitem>
2084     <listitem><para>
2085       <userinput>inode</userinput> The file's inode (index) number.
2086     </para></listitem>
2088     <listitem><para>
2089       <userinput>nlinks</userinput> The number of links to this file. That is,
2090       the number of directory entries which refer to this file. Note that
2091       symlinks don't count as references.
2092     </para></listitem>
2094     <listitem><para>
2095       <userinput>uid</userinput> The User ID of the file.
2096     </para></listitem>
2098     <listitem><para>
2099       <userinput>gid</userinput> The Group ID of the file.
2100     </para></listitem>
2102     <listitem><para>
2103       <userinput>blocks</userinput> The number of disk blocks being used by the file.
2104     </para></listitem>
2106    </itemizedlist>
2108    <para>
2109     Times are measured as seconds since the Unix Epoch (00:00:00 UTC,
2110     January 1, 1970). Sizes are in bytes. When specifying constants to
2111     compare these values with you may use various keywords to scale the
2112     value:
2114     <itemizedlist>
2116      <listitem><para>
2117        <userinput>Byte(s)</userinput> has no effect, but looks better.
2118      </para></listitem>
2120      <listitem><para>
2121        <userinput>Kb</userinput> multiplies by 1024, so 2Kb is the same as 2048.
2122      </para></listitem>
2124      <listitem><para>
2125        <userinput>Mb</userinput> multiplies by 1024<superscript>2</superscript>,
2126        ie 1024 Kb.
2127      </para></listitem>
2129      <listitem><para>
2130        <userinput>Sec(s)</userinput> has no effect, but looks nice.
2131      </para></listitem>
2133      <listitem><para>
2134        <userinput>Min(s)</userinput> multiplies by 60 to get minutes.
2135      </para></listitem>
2137      <listitem><para>
2138        <userinput>Hour(s), Day(s), Week(s), Year(s)</userinput> likewise
2139        convert to the relevant unit.
2140      </para></listitem>
2142      <listitem><para>
2143        <userinput>Ago</userinput> makes the time in the past relative to when
2144        the check is done.
2145      </para></listitem>
2147      <listitem><para>
2148        <userinput>Hence</userinput> makes the time in the future.
2149      </para></listitem>
2151      <listitem><para>
2152        <userinput>Now</userinput> is short for <userinput>0 Secs Hence</userinput>.
2153      </para></listitem>
2155     </itemizedlist>
2157     Some examples should make this all a bit clearer!
2159     <screen>
2160      mtime after 1 day ago
2162      size &gt; 10 Mb
2164      IsReg and nlinks &gt; 1</screen>
2165     The first finds files modified within the last 24 hours. You could
2166     use <userinput>&gt;</userinput> instead of <userinput>after</userinput>,
2167     but it's not so clear what is meant.
2168     </para><para>
2169     The second finds files larger than 10 Mb. The last finds regular files with
2170     more than one directory entry.
2171     </para><para>
2172     Be careful though &mdash; the filer doesn't check the context of the
2173     modifiers, so <userinput>size &gt; 1 day ago</userinput> is allowed,
2174     although it doesn't make much sense!
2176     Also, forgetting to use <userinput>ago</userinput> or
2177     <userinput>hence</userinput> will cause odd effects (the time will be
2178     measured relative to the Epoch rather than the current time).
2179     Finally, don't use <userinput>=</userinput> with times &mdash;
2180     <userinput>atime = 1 day ago</userinput> looks for a file accessed
2181     <emphasis>exactly</emphasis> 86400 seconds ago...
2183    </para>
2184   </sect1>
2186   <sect1>
2187    <title>Specials</title>
2188    <para>
2190     <itemizedlist>
2192      <listitem><para>
2193        <userinput>System(Command)</userinput> executes `Command' on the file.
2194        The test succeeds if the command returns an exit status of zero. A `%'
2195        character in `Command' is replaced by the full path of the file being
2196        checked.  <userinput>System</userinput> is a very slow test to perform,
2197        so do it last if possible.  For example, if you're looking for a
2198        <filename>.c</filename> file containing the word `main', do:
2200        <screen>'*.c' system(grep -q main "%")</screen>
2201        so that the grep is only performed for files ending in <filename>.c</filename>
2202        (as opposed to only checking that the file ends in <filename>.c</filename> if
2203        it contains the word `main').
2204      </para></listitem>
2206      <listitem><para>
2207        <userinput>Prune</userinput> Always fails!
2208        <footnote><para>Note that this is the opposite of the
2209          <citerefentry><refentrytitle>find</refentrytitle><manvolnum>1</manvolnum>
2210        </citerefentry> command.</para></footnote>
2212        However, if it gets evaluated at all then it prevents the filer
2213        from checking inside the current directory. Remember the order in which
2214        the filer checks the expression!
2215      </para></listitem>
2217     </itemizedlist>
2219     Examples:
2221     <screen>
2222      '*.old' system(rm '%')
2224      'src' prune, '*.c'</screen>
2225     The first deletes each file ending in <filename>.old</filename>.
2226     The second looks for <filename>.c</filename> files, but does not bother
2227     checking inside directories called <filename>src</filename>.
2228     The expression is evaluated like this:
2229     </para><para>
2230     If file is named <filename>src</filename> then `Prune'.
2231     Either way, check if it ends in <filename>.c</filename> and include
2232     it in the results if so.
2233    </para>
2234   </sect1>
2235  </chapter>
2237  <chapter id="options">
2238   <title>Options</title>
2239   <para>
2241    You can configure various aspects of <application>ROX-Filer</application>
2242    from the Options box.
2243    Choose <guimenuitem>Options...</guimenuitem> from a filer window menu to
2244    open it. The list on the left of the window lists the various sections &mdash;
2245    click on one to see its options.
2247    At the bottom of the window are two buttons:
2249    <itemizedlist>
2251     <listitem><para>
2252       <guibutton>OK</guibutton>
2253       saves the current choices into your Choices directory for next time
2254       <application>ROX-Filer</application> is loaded, if anything changed.
2255       Exactly where choices are loaded from and saved to is controlled by the
2256       <envar>CHOICESPATH</envar> environment variable &mdash; see
2257       <citation>Choices</citation> for details.
2258       Changes made in the Options box take effect instantly, so you don't need to
2259       click on <guibutton>OK</guibutton> just to try them out.
2260     </para></listitem>
2262     <listitem><para>
2263       <guibutton>Revert</guibutton>
2264       Restores all choices to how they were when the options box was opened.
2265       This button is shown shaded if you haven't made any changes.
2266       The Options window is not closed when this is used.
2267     </para></listitem>
2269    </itemizedlist>
2271    The options in the Options window have tooltips explaining the use of each
2272    option &mdash; hold the mouse pointer over an option to find out what it
2273    does.
2275   </para>
2276  </chapter>
2278  <chapter id="types">
2279   <title>Filetypes</title>
2280   <para>
2282    All files have a MIME type in the form <emphasis>text/plain</emphasis>. Here,
2283    <emphasis>text</emphasis> is the <emphasis>media type</emphasis> and
2284    <emphasis>plain</emphasis> is the <emphasis>sub-type</emphasis>.
2285    </para><para>
2286    <application>ROX-Filer</application> uses a file's name to decide what its MIME
2287    type is, and then uses the MIME type to decide what icon to give it and what
2288    program to use when you open the file.
2289   </para>
2291   <sect1>
2292    <title><anchor id="RunAction" xreflabel="the Set Run Action box"/>
2293     The Set Run Action box
2294    </title>
2295    <para>
2296     This box appears when you choose <guimenuitem>Set Run Action...</guimenuitem>
2297     from the File menu, and is used to set which application is loaded when you click
2298     on a file.
2299     </para><para>
2300     For example, let's say you want to set things up so that opening a
2301     <filename>.gif</filename> file loads it into the Gimp.
2302     First, right-click over a gif image to open the menu and choose
2303     <guimenuitem>Set Run Action...</guimenuitem> from the
2304     <guimenuitem>File</guimenuitem> submenu.
2305     Then, you have a choice of two methods to set the run action:
2306    </para>
2308    <sect2><title>Setting the run action by drag-and-drop</title>
2309     <para>
2310      Drag the Gimp (from a filer window, a panel or the pinboard) onto
2311      the area marked <guilabel>Drop a suitable application here</guilabel>.
2312      From now on, clicking on a GIF file will load it into the Gimp.
2313     </para>
2314    </sect2>
2316    <sect2><title>Setting the run action by entering a shell command</title>
2317     <para>
2318      Type: <userinput>gimp "$@"</userinput>
2319      into the box labelled <guilabel>Enter a shell command</guilabel> and press
2320      <keycap>Return</keycap>. <userinput>$@</userinput>
2321      will be replaced by the name of the file you click on when this command
2322      is used. As before, clicking on any GIF image will now load it into
2323      the Gimp.
2324     </para>
2325    </sect2>
2327    <sect2><title>Setting the default media-type handlers</title>
2328     <para>
2329      Whichever method you use to set the action you have the choice of
2330      setting the run action just for that type, or setting the default
2331      for all files with that media-type which don't already have a specific
2332      action.
2333      </para><para>
2334      Since the Gimp can load many types of image, it makes sense
2335      to select the <guilabel>Set default for all `image/&lt;anything&gt;'</guilabel>
2336      option so you don't have to do it again for image/jpeg files and so on. However,
2337      this only affects types that don't already have a specific action
2338      (ie, those that would have brought up an error box if you tried to
2339      open them).
2340     </para>
2341    </sect2>
2342   </sect1>
2344   <sect1>
2345    <title><anchor id="SetIcon" xreflabel="the Set Icon box"/>
2346     The Set Icon box
2347    </title>
2348    <para>
2350     This box appears when you choose <guimenuitem>Set Icon...</guimenuitem>
2351     from the File menu, and is used to set which image to use to represent
2352     the file.
2353     </para><para>
2354     It works much like the Set Run Action box described above, except that
2355     you may specifiy an icon for one file individually (by name) as well as
2356     for all files of a particular type. When setting the icon for a single
2357     file, the filer stores the name of the file and the name of the icon inside
2358     your Choices directory. If either moves, the icon won't be displayed.
2359     </para><para>
2360     When setting the icon for a directory, you have the additional option of
2361     storing the image inside the directory itself as a hidden file. This means
2362     that other users will see the icon too, and you can safely delete the original
2363     image after the copy (note that the image is scaled down if needed, and converted
2364     to PNG format).
2365     </para><para>
2366     The directory icon inside the <guilabel>Drop an icon here</guilabel>
2367     area allows you to quickly get to a directory from which you are already
2368     using one or more icons.
2369    </para>
2370   </sect1>
2372   <sect1>
2373    <title>How filetypes are stored</title>
2374    <para>
2376     <application>ROX-Filer</application> uses two sub-directories in your Choices
2377     directory for filetypes:
2379     <variablelist>
2381      <varlistentry><term><filename>MIME-types</filename></term><listitem><para>
2382         contains symlinks, one for each MIME type, which point
2383         to programs that can handle files of that type. To set what program
2384         is run when you click on the file you should normally use the <guimenuitem>Set
2385          Run Action...</guimenuitem> feature (see the <xref linkend="RunAction"/> section).
2386         However, you can also set the actions manually &mdash; for example, to make
2387         opening an HTML file load it into Netscape:
2389         <orderedlist>
2390          <listitem><para>
2391            Find the Netscape application and go to <guimenuitem>Link...</guimenuitem>
2392            on the menu.
2393          </para></listitem>
2395          <listitem><para>
2396            Enter <userinput>text_html</userinput> as the name for the link and drag the
2397            icon from the Link box into the <filename>MIME-types</filename> directory.
2398          </para></listitem>
2400         </orderedlist>
2402         You can also put actual programs in here as well as links if you want
2403         to.
2404      </para></listitem></varlistentry>
2406      <varlistentry><term><filename>MIME-icons</filename></term><listitem><para>
2407         contains the images used to display each type of file.
2408         So the filer will try to display an HTML file using the icon
2409         <filename>MIME-icons/text_html.png</filename>.
2410      </para></listitem></varlistentry>
2412     </variablelist>
2414     In both <filename>MIME-types</filename> and <filename>MIME-icons</filename>
2415     directories you can also provide default actions/images for each media type.
2416     For example, if <filename>text_html</filename> isn't found then the filer
2417     will try simply using <filename>text</filename>.
2419    </para>
2420    <para>
2421     The filer works out the type for a file from its name. The rules come from
2422     various <filename>globs</filename> files &mdash; see
2423     <citation>SharedMIME</citation> for details.</para>
2424   </sect1>
2425  </chapter>
2427  <chapter id="appdirs">
2428   <title><anchor id="AppDir" xreflabel="Application directories"/>
2429    Application directories
2430   </title>
2431   <para>
2432    An application directory is a directory which can be run as an application.
2433    It contains all the resources of an application &mdash; source code, binaries,
2434    documentation and so on. Keeping everything in one place make installation
2435    and uninstallation much easier for users. You can also keep multiple
2436    versions of a program by simply having several application directories.
2437    You may move and rename them as you please. Application directories
2438    make programs easier to use and install.
2439    </para><para>
2440    They're more secure too, because you can compile an application as a user and
2441    then simply copy it as root. Since you don't have to run an install script
2442    you are free from the danger of running untrusted code as root. All you have
2443    to watch out for is setuid binaries.
2444    </para><para>
2446    The following files are treated as special by
2447    <application>ROX-Filer</application>:
2449    <itemizedlist>
2451     <listitem><para>
2452       <filename>AppRun</filename>
2453       is executed when you click on the directory &mdash; make sure
2454       it is executable (use the Permissions box)!
2455     </para></listitem>
2457     <listitem><para>
2458       <filename>.DirIcon</filename>
2459       is the image used to represent the directory (this works even if
2460       there is no <filename>AppRun</filename>).
2461     </para></listitem>
2463     <listitem><para>
2464       <filename>Help</filename>
2465       is the directory to be opened when you choose <guimenuitem>Help</guimenuitem>
2466       from the File menu.
2467     </para></listitem>
2469     <listitem><para>
2470       <filename>AppInfo.xml</filename>
2471       contains extra information about an application (see below).
2472     </para></listitem>
2474     <listitem><para>
2475       <filename>AppIcon.xpm</filename>
2476       is used if <filename>.DirIcon</filename> is missing (for backwards
2477       compatibility; not to be used anymore).
2478     </para></listitem>
2480    </itemizedlist>
2482    Have a look at the <filename>ROX-Filer</filename> application directory for a
2483    full example.
2485   </para>
2487   <note><para>For security reasons, an application directory must have the
2488     same owner as the <filename>AppRun</filename> file inside.</para></note>
2490   <sect1>
2491    <title>The AppInfo file</title>
2492    <para>
2494     <filename>AppInfo.xml</filename> is an XML file with the following structure
2495     (any elements may be omitted, and the file itself is optional):
2497     <screen>
2498 &lt;?xml version="1.0"?&gt;
2499 &lt;AppInfo&gt;
2500   &lt;Summary xml:lang="en"&gt;A graphical file manager&lt;/Summary&gt;
2501   &lt;Summary xml:lang="de"&gt;Ein grafische Datei-Manager&lt;/Summary&gt;
2502   &lt;Summary xml:lang="nl"&gt;Een grafisch bestandsbeheerprogramma&lt;/Summary&gt;
2503   &lt;Summary xml:lang="es"&gt;Un manejador de archivos gr&#xE1;afico&lt;/Summary&gt;
2504   &lt;About xml:lang="en"&gt;
2505     &lt;Purpose&gt;File manager&lt;/Purpose&gt;
2506     &lt;Version&gt;1.3.5 PREVIEW&lt;/Version&gt;
2507     &lt;Authors&gt;Thomas Leonard and others&lt;/Authors&gt;
2508     &lt;License&gt;GNU General Public License&lt;/License&gt;
2509     &lt;Homepage&gt;http://rox.sourceforge.net&lt;/Homepage&gt;
2510   &lt;/About&gt;
2511   &lt;About xml:lang="es"&gt;
2512     &lt;Purpose&gt;Manejador de Archivos&lt;/Purpose&gt;
2513     &lt;Authors&gt;Thomas Leonard y otros&lt;/Authors&gt;
2514   &lt;/About&gt;
2515   &lt;AppMenu&gt;
2516     &lt;Item option="-p=Default"&gt;
2517       &lt;Label&gt;Enable pinboard&lt;/Label&gt;
2518       &lt;Label xml:lang="es"&gt;Habilitar el pinboard&lt;/Label&gt;
2519     &lt;/Item&gt;
2520     &lt;Item option="-p="&gt;
2521       &lt;Label&gt;Disable pinboard&lt;/Label&gt;
2522       &lt;Label xml:lang="es"&gt;Deshabilitar el pinboard&lt;/Label&gt;
2523     &lt;/Item&gt;
2524   &lt;/AppMenu&gt;
2525 &lt;/AppInfo&gt;
2526 </screen>
2528     <itemizedlist>
2530      <listitem><para>
2531        <userinput>Summary</userinput>
2532        is displayed in a tooltip when the mouse is held over the application.
2533      </para></listitem>
2535      <listitem><para>
2536        <userinput>About</userinput>
2537        contains a list of fields which are shown in the `File Info'
2538        box for the application (any element names may be used, but the above
2539        are suggested).
2540      </para></listitem>
2542      <listitem><para>
2543        <userinput>AppMenu</userinput>
2544        is a list of extra menu items to display for the application.
2545        When one is chosen, <filename>AppRun</filename> is called with
2546        <userinput>option</userinput> as its only argument. You can nest
2547        AppMenus inside other AppMenus to create submenus, provided they have
2548        &lt;Label&gt; elements.
2549      </para></listitem>
2551     </itemizedlist>
2553    </para>
2554   </sect1>
2555  </chapter>
2557  <chapter id="i18n">
2558   <title>Internationalisation</title>
2559   <para>
2561   </para>
2563   <sect1>
2564    <title><anchor id="LANG" xreflabel="Translations"/>
2565     Selecting a translation
2566    </title>
2567    <para>
2569     <application>ROX-Filer</application> is able to translate many of its messages,
2570     provided suitable translation files are provided:
2572     <orderedlist>
2573      <listitem><para>Open the Options box from the menu,</para></listitem>
2574      <listitem><para>Select a language from the menu at the top,</para></listitem>
2575      <listitem><para>Click on <guibutton>Save</guibutton> and restart the filer
2576        for the new setting to take full effect.</para></listitem>
2577     </orderedlist>
2579    </para>
2580   </sect1>
2582   <sect1>
2583    <title>Creating a new translation</title>
2584    <para>
2586     <orderedlist>
2587      <listitem><para>Go into the <filename>src</filename> directory and create
2588        the file <filename>messages.pot</filename>:
2590        <screen>
2591         $ cd ROX-Filer/src
2592         $ make messages.pot</screen>
2594      </para></listitem>
2596      <listitem><para>Copy the file into the <filename>po</filename>
2597        subdirectory under <filename>src</filename> as
2598        <filename>&lt;name&gt;.po</filename>. Eg, if your
2599        language is referred to as `ml' (`my language'):
2601        <screen>$ cp messages.pot po/ml.po</screen>
2602      </para></listitem>
2604      <listitem><para>Load the copy into a text editor.</para></listitem>
2606      <listitem><para>Fill in the translations, which are all blank to start with.
2607      </para></listitem>
2609      <listitem><para>Run the <filename>make-mo</filename> script to create the
2610        binary file which <application>ROX-Filer</application> can use.
2611        You will need the GNU gettext package for this.
2612        If you don't have it then just send me the <filename>.po</filename> file
2613        and I'll convert it for you.
2615        <screen>
2616         $ cd ROX-Filer/src/po
2617         $ ./make-mo ml
2618         Created file ../../Messages/ml.gmo OK</screen>
2619      </para></listitem>
2621      <listitem><para>Edit <filename>ROX-Filer/Options.xml</filename> so that
2622        your language is listed, restart the filer and select it from the Options box
2623        (see the <xref linkend="LANG"/> section).
2624      </para></listitem>
2626      <listitem><para>Submit the <filename>.po</filename> file to me so that I
2627        can include it in future releases of the filer.
2628      </para></listitem>
2630     </orderedlist>
2631    </para>
2632   </sect1>
2634   <sect1>
2635    <title>Updating an existing translation</title>
2636    <para>
2638     <orderedlist>
2639      <listitem><para>Go into the directory containing the <filename>.po</filename>
2640        files and run the <filename>update-po</filename> script.
2641        This checks the source code for new and changed strings and updates all
2642        the translation files.
2644        <screen>
2645         $ cd ROX-Filer/src/po
2646         $ ./update-po</screen>
2647      </para></listitem>
2649      <listitem><para>Edit the file by hand as before, filling in the new blanks
2650        and updating out-of-date translations.
2651        Look out for <computeroutput>fuzzy</computeroutput> entries where
2652        <command>update-po</command> has made a guess; check it's correct and
2653        remove the <computeroutput>fuzzy</computeroutput> line.
2654      </para></listitem>
2656      <listitem><para>Run <command>make-mo</command> as before.</para></listitem>
2658      <listitem><para>Submit the updated file to me.</para></listitem>
2660     </orderedlist>
2662     See the <command>gettext</command> info page for more instructions on creating
2663     a translation.
2665    </para>
2666   </sect1>
2667  </chapter>
2669  <chapter id="hacking">
2670   <title>Hacking</title>
2671   <para>
2672    This is a quick start guide for people who want to modify the source
2673    code. If you make useful changes or fix bugs, please send patches
2674    to me or to the mailing list. Tell me which version you're using!
2675   </para>
2677   <sect1>
2678    <title>Compiling</title>
2679    <para>
2680     The first time you compile the program you need to do <command>AppRun
2681      --compile</command>, but in future you only need to run <command>make</command>
2682     in the <filename>src</filename> directory when you change the
2683     <filename>.c</filename> and <filename>.h</filename> files.
2684     You might want to run <command>make depend</command> too.
2685    </para>
2686   </sect1>
2688   <sect1>
2689    <title>Creating and applying patches</title>
2690    <para>
2691     When people make small modifications to the sources they will often
2692     distribute them as <emphasis>patch files</emphasis> &mdash; usually on the
2693     mailing list.
2695     To apply a patch, go into the <filename>src</filename> directory and run
2696     <command>patch</command> with the patch file. Then recompile, like this:
2698     <screen>
2699      $ cd ROX-Filer/src
2700      $ patch &lt; patchfile
2701      $ ../AppRun --compile</screen>
2703     You can remove the patch by simply repeating the above sequence &mdash;
2704     <command>patch</command> will detect that the patch is already applied
2705     and offer to remove it.
2706     </para><para>
2707     To create a patch you should first get the latest version of the filer
2708     from CVS (instructions on using CVS can be found on the web-site).
2709     Modify the program as you please. Create the patch using
2710     <command>cvs diff</command> from the appropriate directory:
2712     <screen>$ cvs diff -u &gt; my_patch</screen>
2714     This creates a human&ndash; and machine-readable patch file. Submit this
2715     to the mailing list. The are many reasons for posting patches rather
2716     that the modified files:
2718     <itemizedlist>
2719      <listitem><para>They are smaller, and hence shouldn't bounce.
2720        They are also quicker to download for people with slow connections.
2721      </para></listitem>
2723      <listitem><para>People can see what they're getting into before applying them!
2724      </para></listitem>
2726      <listitem><para>Patches can (usually) be applied to slightly modified
2727        versions of the sources. This means that people can apply several patches
2728        without each new one overwriting the others.
2729      </para></listitem>
2731     </itemizedlist>
2733    </para>
2734   </sect1>
2736   <sect1>
2737    <title>Autoconf</title>
2738    <para>
2739     Here's a quick explanation of the autoconf system in case you haven't
2740     used it before. See <command>info autoconf</command> for full details.
2741     </para><para>
2742     There's a file called <filename>configure.in</filename> which contains
2743     various tests (<command>info autoconf</command>).
2744     You run <command>autoconf</command> and it reads through the file
2745     and generates a shell script to perform the tests, saving it as
2746     <filename>configure</filename>.
2747     <filename>configure</filename> is normally distributed with the program because
2748     not everyone has autoconf.
2749     </para><para>
2750     You then run <filename>configure</filename> (in fact, let the
2751     <filename>AppRun</filename> script do it because
2752     it passes it some arguments), which performs all the tests. It reads
2753     in <filename>Makefile.in</filename> and <filename>config.h.in</filename>
2754     and fills in the missing values with the test results to produce
2755     <filename>Makefile</filename> and <filename>config.h</filename>.
2756     </para><para>
2757     You run <command>make</command>, which creates <filename>.o</filename>
2758     files from the <filename>.c</filename> files and links to produce
2759     <filename>ROX-Filer</filename>.
2760    </para>
2761   </sect1>
2763   <sect1><title>Data-structures</title>
2764    <para>
2765     The <filename>global.h</filename> file lists each major data-structure used
2766     in the filer and explains its purpose. This is a good place to start reading
2767     if you want to know how the filer works.
2768    </para>
2769   </sect1>
2770  </chapter>
2772  <appendix id="compiling">
2773   <title>Compiling</title>
2774   <para>
2776    If you've just got hold of the filer by downloading the source archive
2777    then you'll need to compile it before you can use it. If you downloaded
2778    and installed a binary package, or if <application>ROX-Filer</application>
2779    was included with your system, then you can skip this section. If you got
2780    here by clicking on the lifebelt symbol in a filer window, or if typing
2781    <command>rox</command> at a shell prompt works, then you don't need to
2782    compile.
2784    <itemizedlist><title>To compile, you will need the following:</title>
2786     <listitem><para>
2787       Unix or Linux (root access is not required),
2788     </para></listitem>
2790     <listitem><para>
2791       The X Window system (supplied as standard on all modern systems),
2792     </para></listitem>
2794     <listitem><para>
2795       GTK+ 2.0.1 or later (libraries and headers) &mdash; get the latest version
2796       from <citation>GTK+</citation>,
2797     </para></listitem>
2799     <listitem><para>
2800       LibXML 2.0.0 or later (libraries and headers) &mdash; get the latest
2801       version from <citation>libxml</citation>,
2802     </para></listitem>
2804     <listitem><para>
2805       A C compiler, such as `gcc' (standard on most systems).
2806     </para></listitem>
2808    </itemizedlist>
2810    All of the above are standard on most modern Linux distributions.
2811    To check which version of GTK+ you have installed, run the
2812    <command>pkg-config</command> command, like this
2813    (<prompt>$</prompt> is the shell prompt):
2815    <screen>$ pkg-config --modversion gtk+-2.0
2816 2.0.5</screen>
2817   </para>
2819   <procedure><title>To compile:</title>
2821    <step><para>
2822      The filer now uses the Shared MIME Database<citation>SharedMIME</citation>
2823      to work out the types of files. You need to install this before the
2824      filer will work properly (ROX-Filer will warn you if it's not installed
2825      when you run it).
2826    </para></step>
2828    <step><para>
2829      Change to the directory containing the ROX-Filer subdirectory.
2830    </para></step>
2832    <step><para>
2833      Run the <command>install.sh</command> script, like this:
2835      <screen>$ ./install.sh</screen>
2837    </para></step>
2839    <step><para>
2840      <application>ROX-Filer</application> will perform various checks to find
2841      out what kind of system it is being run on and will then compile. If it
2842      doesn't work then please e-mail me and complain! Tell me what kind of
2843      system you have and what errors were reported. If you manage to fix the
2844      problem yourself then please e-mail me the fix.
2845     </para><para>
2846      The executable file is stored inside the ROX-Filer directory in a
2847      different subdirectory for each platform. Therefore, you can compile
2848      the same application on several different types of machine and then
2849      run it from any of them using the <filename>AppRun</filename> script.
2850      This is particularly useful in a network environment.
2851    </para></step>
2853    <step><para>
2854      Once the filer has compiled you will be asked where you want to install
2855      it. If you want to do a system-wide installation as root, you may
2856      want to stop here, <command>su</command> to root and rerun the install
2857      script.
2859      If you don't have the root password then don't worry &mdash; just follow
2860      the instructions for installing into your home directory.
2861    </para></step>
2862   </procedure>
2864   <para>
2865    You can now run the filer by running the <command>rox</command> script
2866    without any options, like this:
2868    <screen>$ rox</screen>
2870    A window should appear and display the contents of the current directory.
2872    If you installed the script into your home directory then you may
2873    need to set your <envar>PATH</envar> environment variable so that the shell can
2874    find it. For example, if you installed it into a directory called
2875    <filename>bin</filename> in your home directory, use this:
2877    <screen>$ PATH=$HOME/bin:$PATH; export PATH</screen>
2879    or (if you are using the <citerefentry><refentrytitle>csh</refentrytitle>
2880     <manvolnum>1</manvolnum></citerefentry> shell):
2882    <screen>$ setenv PATH $HOME/bin:$PATH
2883 $ rehash</screen>
2885   </para>
2887  </appendix>
2889  <appendix id="manpage"><title>Manual page</title>
2891   <refentry id="rox">
2893    <refmeta>
2894     <refentrytitle>ROX</refentrytitle>
2895     <manvolnum>1</manvolnum>
2896    </refmeta>
2898    <refnamediv>
2899     <refname>ROX-Filer</refname>
2900     <refpurpose>a simple graphical file manager</refpurpose>
2901    </refnamediv>
2903    <refsynopsisdiv>
2904     <cmdsynopsis>
2905      <command>rox</command>
2906      <arg choice="opt" rep="repeat"><option>OPTION</option></arg>
2907      <arg choice="opt" rep="repeat">FILE</arg>
2908     </cmdsynopsis>
2909    </refsynopsisdiv>
2911    <refsect1><title>DESCRIPTION</title>
2912     <para>
2913      ROX-Filer is a simple and easy to use graphical file manager for X11, the
2914      windowing system used on Unix and Unix-like operating systems.
2915      </para><para>
2916      It is also the core component of the ROX Desktop:
2917      <ulink url="http://rox.sourceforge.net"/>
2918      </para><para>
2919      Invoking <command>rox</command> opens each directory or file listed,
2920      or the current working directory if no arguments are given.
2921     </para>
2922    </refsect1>
2924    <refsect1><title>COMMAND-LINE OPTIONS</title>
2925     <para>
2926      <variablelist>
2928       <varlistentry><term><option>-b</option></term><term><option>--bottom=PANEL</option></term>
2929        <listitem><para>open PANEL as a bottom-edge panel.
2930       </para></listitem></varlistentry>
2932       <varlistentry><term><option>-c</option></term><term><option>--client-id=ID</option></term>
2933        <listitem><para>used for session management.
2934       </para></listitem></varlistentry>
2936       <varlistentry><term><option>-d</option></term><term><option>--dir=DIR</option></term>
2937        <listitem><para>open DIR as directory (not as an application, even if it looks like one).
2938       </para></listitem></varlistentry>
2940       <varlistentry><term><option>-D</option></term><term><option>--close=DIR</option></term>
2941        <listitem><para>close DIR and all its subdirectories.
2942       </para></listitem></varlistentry>
2944       <varlistentry><term><option>-h</option></term><term><option>--help</option></term>
2945        <listitem><para>display help about the various options.
2946       </para></listitem></varlistentry>
2948       <varlistentry><term><option>-l</option></term><term><option>--left=PANEL</option></term>
2949        <listitem><para>open PANEL as a left-edge panel.
2950       </para></listitem></varlistentry>
2952       <varlistentry><term><option>-m</option></term><term><option>--mime-type=FILE</option></term>
2953        <listitem><para>print MIME type of FILE and exit.
2954       </para></listitem></varlistentry>
2956       <varlistentry><term><option>-n</option></term><term><option>--new</option></term>
2957       <listitem><para>start a new filer, even if one already seems to be
2958       running. This also prevents the filer from forking (running in the
2959       background). This option is mainly useful for debugging.
2960       </para></listitem></varlistentry>
2962       <varlistentry><term><option>-p</option></term><term><option>--pinboard=PIN</option></term>
2963        <listitem><para>use pinboard PIN as the pinboard.
2964       </para></listitem></varlistentry>
2966       <varlistentry><term><option>-r</option></term><term><option>--right=PANEL</option></term>
2967        <listitem><para>open PANEL as a right-edge panel.
2968       </para></listitem></varlistentry>
2970       <varlistentry><term><option>-R</option></term><term><option>--RPC</option></term>
2971        <listitem><para>read and invoke SOAP RPC from standard input (see <xref linkend="soap"/>).
2972       </para></listitem></varlistentry>
2974       <varlistentry><term><option>-s</option></term><term><option>--show=FILE</option></term>
2975        <listitem><para>open a directory showing FILE.
2976       </para></listitem></varlistentry>
2978       <varlistentry><term><option>-t</option></term><term><option>--top=PANEL</option></term>
2979        <listitem><para>open PANEL as a top-edge panel.
2980       </para></listitem></varlistentry>
2982       <varlistentry><term><option>-u</option></term><term><option>--user</option></term>
2983        <listitem><para>show user name in each window.
2984       </para></listitem></varlistentry>
2986       <varlistentry><term><option>-v</option></term><term><option>--version</option></term>
2987        <listitem><para>display the version information and exit.
2988       </para></listitem></varlistentry>
2990       <varlistentry><term><option>-x</option></term><term><option>--examine=FILE</option></term>
2991        <listitem><para>FILE has changed; re-examine it.
2992       </para></listitem></varlistentry>
2994      </variablelist>
2995     </para>
2996    </refsect1>
2998    <refsect1><title>NOTES</title>
2999     <para>
3000      The main documentation for ROX-Filer is available by choosing
3001      <guimenuitem>Show Help Files</guimenuitem> from the
3002      popup menu, or by clicking on the right-most toolbar icon.
3003     </para>
3004    </refsect1>
3006    <refsect1><title>LICENSE</title>
3007     <para>Copyright (C) 2004 Thomas Leonard.
3008      </para><para>
3009      You may redistribute copies of ROX-Filer under the terms of the GNU General
3010      Public License.
3011     </para>
3012    </refsect1>
3014    <refsect1><title>BUGS</title>
3015     <para>
3016      Please report bugs to the developer mailing list: <ulink url="http://rox.sourceforge.net/contact.html"/>.
3017     </para>
3018    </refsect1>
3020    <refsect1><title>AUTHORS</title>
3021     <para>
3022      ROX-Filer was created by Thomas Leonard, with help from:
3023      </para><para>
3024      <simplelist columns='3'>
3025       <member>Michael Adams</member>
3026       <member>Christopher Arndt</member>
3027       <member>Jens Askengren</member>
3028       <member>Liav Asseraf</member>
3029       <member>Wilbert Berendsen</member>
3030       <member>Francesco Bochicchio</member>
3031       <member>Yuri Bongiorno</member>
3032       <member>Andrzej Borsuk</member>
3033       <member>Richard Boulton</member>
3034       <member>Simon Britnell</member>
3035       <member>Arnaud Calvo</member>
3036       <member>Babyfai Cheung</member>
3037       <member>Andrew Clover</member>
3038       <member>Fabien Coutant</member>
3039       <member>Couderc Damien</member>
3040       <member>Andreas Dehmel</member>
3041       <member>Micah Dowty</member>
3042       <member>Dmitry Elfimov</member>
3043       <member>Mattias Engdegard</member>
3044       <member>Andrew Flegg</member>
3045       <member>Olivier Fourdan</member>
3046       <member>Eric Gillespie</member>
3047       <member>Thierry Godefroy</member>
3048       <member>Olli Helenius</member>
3049       <member>Alex Holden</member>
3050       <member>Jasper Huijsmans</member>
3051       <member>Sigve Indregard</member>
3052       <member>Bernard Jungen</member>
3053       <member>Marcin Juszkiewicz</member>
3054       <member>James Kermode</member>
3055       <member>Jim Knoble</member>
3056       <member>Krzysztof Krzyzaniak</member>
3057       <member>Aaron Kurtz</member>
3058       <member>Vincent Ledda</member>
3059       <member>Vincent Lefevre</member>
3060       <member>Victor Liu See-le</member>
3061       <member>Alexey Lubimov</member>
3062       <member>Krzysztof Luks</member>
3063       <member>Marcus Lundblad</member>
3064       <member>Anders Lundmark</member>
3065       <member>Jose Romildo Malaquias</member>
3066       <member>Denis Manente</member>
3067       <member>Brendan McCarthy</member>
3068       <member>Andras Mohari</member>
3069       <member>Christiansen Merel</member>
3070       <member>Jimmy Olgeni</member>
3071       <member>Richard Olsson</member>
3072       <member>Matthew O'Phinney</member>
3073       <member>Daniele Peri</member>
3074       <member>Andy Piper</member>
3075       <member>Marcelo Ramos</member>
3076       <member>Michel Alexandre Salim</member>
3077       <member>Adam Sampson</member>
3078       <member>Chris Sawer</member>
3079       <member>Christian Storgaard</member>
3080       <member>Taras</member>
3081       <member>Simon Truss</member>
3082       <member>Hirosi Utumi</member>
3083       <member>Jan Wagemakers</member>
3084       <member>Keith Warno</member>
3085       <member>Götz Waschk</member>
3086       <member>Stephen Watson</member>
3087       <member>Andre Wyrwa</member>
3088       <member>Geoff Youngs</member>
3089       <member>Diego Zamboni</member>
3090      </simplelist>
3091      </para><para>
3092      and many others; the <filename>Changes</filename> file contains more
3093      detailed information!
3094     </para>
3095    </refsect1>
3097   </refentry>
3098  </appendix>
3100  <appendix id="soap"><title>SOAP RPC</title>
3102   <para>When the filer starts you can use command-line options to control its behaviour.
3103    As an alternative to this, the filer allows you to specify an operation with a
3104    <citation>SOAP</citation> RPC format message. In fact, if you use the command-line options,
3105    the filer converts to SOAP RPC internally.
3106   </para>
3108   <para>All SOAP RPC messages are passed on standard input, like this:
3110    <screen>
3111 $ rox --RPC &lt;&lt; EOF
3112 &lt;?xml version="1.0"?&gt;
3113 &lt;env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope"&gt;
3114  &lt;env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer"&gt;
3115   &lt;Panel&gt;
3116    &lt;Name&gt;Default&lt;/Name&gt;
3117    &lt;Side&gt;Bottom&lt;/Side&gt;
3118   &lt;/Panel&gt;
3119  &lt;/env:Body&gt;
3120 &lt;/env:Envelope&gt;
3121 EOF</screen>
3123    The following methods are recognised:</para>
3125   <itemizedlist>
3127    <listitem><para><function>Version</function>()
3128      Returns the filer's version.
3129    </para></listitem>
3131    <listitem><para><function>CloseDir</function>(<parameter>Filename</parameter>)
3132      Close directory <parameter>Filename</parameter> and all its subdirectories.
3133    </para></listitem>
3135    <listitem><para><function>Examine</function>(<parameter>Filename</parameter>)
3136      <parameter>Filename</parameter> may have changed &mdash; check it and
3137      update the display.
3138    </para></listitem>
3140    <listitem><para><function>OpenDir</function>(<parameter>Filename</parameter>,
3141      [<parameter>Style</parameter>, <parameter>Details</parameter>, <parameter>Sort</parameter>,
3142      <parameter>Class</parameter>, <parameter>ID</parameter>],
3143      <parameter>Hidden</parameter>, <parameter>Filter</parameter>)
3144      Open a window showing directory <parameter>Filename</parameter>.
3145      <parameter>Style</parameter> is one of <userinput>Large</userinput>, <userinput>Small</userinput>, <userinput>Huge</userinput>
3146      or <userinput>Automatic</userinput>.
3147      <parameter>Details</parameter> is one of <userinput>None</userinput>, <userinput>ListView</userinput>, <userinput>Size</userinput>, <userinput>Type</userinput>, <userinput>Times</userinput> or <userinput>Permissions</userinput>.
3148      <parameter>Sort</parameter> is one of <userinput>Name</userinput>, <userinput>Type</userinput>, <userinput>Date</userinput>, <userinput>Size</userinput>,
3149 <userinput>Owner</userinput> or <userinput>Group</userinput>.
3150      If any of these three option parameters are missing, the default is used.
3151      <parameter>Class</parameter> can be used to set the WM_CLASS property on the new window. You can
3152      use this to get your window manager to treat the window
3153 specially.
3154      <parameter>ID</parameter> is a string used to identify the 
3155 opened window. If a window with this ID already exists, it is changed to the
3156 given directory. Otherwise, a new window is created and given this ID.
3157 If used from a program, ensure the IDs you generate are unique, for example
3158 by including your process name, PID and a timestamp in the ID.
3159 <parameter>Hidden</parameter> if <userinput>true</userinput> means
3160 that hidden files (those that start with a dot character) are shown,
3161 or not shown if <userinput>false</userinput>.  If ommitted then the 
3162 configured setting is used.
3163 <parameter>Filter</parameter> can be used to filter files shown by
3164 their name.  For example using a filter of <userinput>*.c</userinput>
3165 means that only files ending in .c are shown.
3166    </para></listitem>
3168    <listitem><para><function>Panel</function>(<parameter>Side</parameter>,
3169      [<parameter>Name</parameter>])
3170      Open the panel named <parameter>Name</parameter> on screen side
3171      <parameter>Side</parameter> (<userinput>Top</userinput>|<userinput>Bottom</userinput>|<userinput>Left</userinput>|<userinput>Right</userinput>).
3172      <parameter>Name</parameter> can be a name in Choices (eg,
3173      <userinput>MyPanel</userinput>) or a full pathname.
3174      If not given, the panel on that side is turned off.
3175    </para></listitem>
3177    <listitem><para><function>PanelAdd</function>(<parameter>Side</parameter>,
3178      <parameter>Path</parameter>, [<parameter>Label</parameter>,
3179      <parameter>After</parameter>])
3180      Add <parameter>Path</parameter> to the panel on side <parameter>Side</parameter>,
3181      with label <parameter>Label</parameter>. If <parameter>After</parameter> is
3182      <userinput>true</userinput> the icon goes on the right/bottom side of the panel,
3183      otherwise on the left/top side.
3184    </para></listitem>
3186    <listitem><para><function>PanelRemove</function>(<parameter>Side</parameter>,
3187      <parameter>Path</parameter>, [<parameter>Label</parameter>])
3188      Remove <parameter>Path</parameter> from the panel on side
3189 <parameter>Side</parameter>. If <parameter>Label</parameter> is given
3190 then this must match the label of the item.  If more than one item matches, only one is removed.
3191    </para></listitem>
3193    <listitem><para><function>Pinboard</function>([<parameter>Name</parameter>])
3194      Display pinboard <parameter>Name</parameter> on the desktop background.
3195      <parameter>Name</parameter> can be a name in Choices (eg,
3196      <userinput>MyPinboard</userinput>) or a full pathname.
3197      If not given, the pinboard is turned off.
3198    </para></listitem>
3200    <listitem><para><function>PinboardAdd</function>(<parameter>Path</parameter>,
3201      <parameter>X</parameter>, <parameter>Y</parameter>, [<parameter>Label</parameter>])
3202      Add <parameter>Path</parameter> to the pinboard at position
3203      (<parameter>X</parameter>, <parameter>Y</parameter>), giving it the label
3204      <parameter>Label</parameter>.
3205    </para></listitem>
3207    <listitem><para><function>PinboardRemove</function>(<parameter>Path</parameter>, [<parameter>Label</parameter>])
3208      Remove <parameter>Path</parameter> from the pinboard. If <parameter>Label</parameter> is given
3209 then this must match the label of the item.  If more than one item matches, only one is removed.
3210    </para></listitem>
3212    <listitem><para><function>SetBackdropApp</function>(<parameter>App</parameter>)
3213      Make <parameter>App</parameter> (an application directory) the new handler
3214      for the current pinboard's backdrop.
3215      The <filename>AppInfo.xml</filename> file inside <parameter>App</parameter>
3216      must contain the CanSetBackdrop element, eg:
3217      <programlisting>
3218 &lt;?xml version="1.0"?&gt;
3219 &lt;AppInfo&gt;
3220       &lt;ROX:CanSetBackdrop xmlns:ROX="http://rox.sourceforge.net/SOAP/ROX-Filer"/>
3221 &lt;/AppInfo&gt;</programlisting>
3222      The application will be run with the <option>--backdrop</option> option
3223      as it's only argument after invoking this method, and whenever the pinboard is
3224      reloaded. DO NOT use this method if invoked with <option>--backdrop</option> or
3225      you will get stuck in an infinite loop!
3226      See <xref linkend="backdropapp"/> for a guide to writing backdrop applications.
3227    </para></listitem>
3229    <listitem><para><function>SetBackdrop</function>(<parameter>Filename</parameter>,
3230    <parameter>Style</parameter>)
3231    Set the backdrop image to a given file. If you want to regenerate the image next
3232    time the user logs in, or you want to change it automatically from time to time,
3233    use <function>SetBackdropApp</function> above instead.
3234    </para></listitem>
3236    <listitem><para><function>Run</function>(<parameter>Filename</parameter>)
3237      Run <parameter>Filename</parameter> as if it was clicked on in the filer.
3238    </para></listitem>
3240    <listitem><para><function>Show</function>(<parameter>Directory</parameter>,
3241      <parameter>Leafname</parameter>)
3242      Open <parameter>Directory</parameter> and flash the file
3243      <parameter>Leafname</parameter> inside it.
3244    </para></listitem>
3246    <listitem><para><function>FileType</function>(<parameter>Filename</parameter>)
3247      Returns the MIME-type of <parameter>Filename</parameter> (by writing the
3248      SOAP response to standard output).
3249    </para></listitem>
3250   </itemizedlist>
3252   <para>
3253    The following calls can be used to start new file actions.
3254    <parameter>Quiet</parameter> can be <userinput>true</userinput> if the
3255    operation should start immediately, instead of waiting for the user to
3256    confirm. If <userinput>false</userinput>, the user must always confirm. If
3257    not given, the default setting is used.
3258   </para>
3260   <itemizedlist>
3261    <listitem><para><function>Copy</function>(<parameter>From</parameter>,
3262      <parameter>To</parameter>, [<parameter>Leafname</parameter>,
3263      <parameter>Quiet</parameter>])
3264      Copy each file in the array <parameter>From</parameter> to the directory
3265      <parameter>To</parameter>. If <parameter>Leafname</parameter> is given
3266      then <parameter>From</parameter> should contain a single entry only;
3267      <parameter>Leafname </parameter> gives the new leafname.
3268    </para></listitem>
3270    <listitem><para><function>Move</function>(<parameter>From</parameter>,
3271      <parameter>To</parameter>, [<parameter>Leafname</parameter>,
3272      <parameter>Quiet</parameter>])
3273      Move each file in the array <parameter>From</parameter> to the directory
3274      <parameter>To</parameter>. If <parameter>Leafname</parameter> is given
3275      then <parameter>From</parameter> should contain a single entry only;
3276      <parameter>Leafname</parameter> gives the new leafname.
3277    </para></listitem>
3279    <listitem><para><function>Link</function>(<parameter>From</parameter>,
3280      <parameter>To</parameter>, [<parameter>Leafname</parameter>])
3281      Symlink each file in the array <parameter>From</parameter> to the
3282      directory <parameter>To</parameter>. If <parameter>Leafname</parameter> is
3283      given then <parameter>From</parameter> should contain a single entry only;
3284      <parameter>Leafname</parameter> gives the new leafname.
3285    </para></listitem>
3287    <listitem><para><function>Mount</function>(<parameter>MountPoints</parameter>,
3288      [<parameter>OpenDir</parameter>, <parameter>Quiet</parameter>])
3289      Mount each directory in the list <parameter>MountPoints</parameter>. If
3290      <userinput>true</userinput>, <parameter>OpenDir</parameter> causes each
3291      directory to be opened once it is mounted.
3292    </para></listitem>
3294   </itemizedlist>
3296  </appendix>
3298  <bibliography>
3299   <title>References</title>
3301   <bibliomixed>
3302    <abbrev>ROX</abbrev><citetitle>The ROX desktop,
3303     <ulink url="http://rox.sourceforge.net"/></citetitle>
3304   </bibliomixed>
3306   <bibliomixed>
3307    <abbrev>RISC OS</abbrev><citetitle>RISC OS,
3308     <ulink url="http://www.riscos.com"/></citetitle>
3309   </bibliomixed>
3311   <bibliomixed>
3312    <abbrev>GTK+</abbrev><citetitle>GTK+ Toolkit,
3313     <ulink url="http://www.gtk.org"/></citetitle>
3314   </bibliomixed>
3316   <bibliomixed>
3317    <abbrev>libxml</abbrev><citetitle>The XML C library for Gnome
3318     <ulink url="http://www.xmlsoft.org"/></citetitle>
3319   </bibliomixed>
3321   <bibliomixed>
3322    <abbrev>GNOME</abbrev><citetitle>The GNOME desktop,
3323     <ulink url="http://www.gnome.org"/></citetitle>
3324   </bibliomixed>
3326   <bibliomixed>
3327    <abbrev>DND</abbrev><citetitle>The Drag and Drop protocol,
3328     <ulink url="http://www.newplanetsoftware.com/xdnd/"/></citetitle>
3329   </bibliomixed>
3331   <bibliomixed>
3332    <abbrev>XDS</abbrev><citetitle>The X Direct Save protocol,
3333     <ulink url="http://www.newplanetsoftware.com/xds/"/></citetitle>
3334   </bibliomixed>
3336   <bibliomixed>
3337    <abbrev>Choices</abbrev><citetitle>The ROX Choices system,
3338     <ulink url="http://rox.sourceforge.net/choices.html"/></citetitle>
3339   </bibliomixed>
3341   <bibliomixed>
3342    <abbrev>AVFS</abbrev><citetitle>AVFS - A Virtual File System,
3343     <ulink url="http://sourceforge.net/projects/avf/"/></citetitle>
3344   </bibliomixed>
3346   <bibliomixed>
3347    <abbrev>SOAP</abbrev><citetitle>Simple Object Access Protocol (SOAP) 1.2
3348     <ulink url="http://www.w3.org/TR/SOAP/"/></citetitle>
3349   </bibliomixed>
3351   <bibliomixed>
3352    <abbrev>Thumbs</abbrev><citetitle>Thumbnail Managing Standard (Version 0.5)
3353     <ulink url="http://triq.net/~jens/thumbnail-spec/"/></citetitle>
3354   </bibliomixed>
3356   <bibliomixed>
3357    <abbrev>Wallpaper</abbrev><citetitle>Wallpaper backdrop control application
3358     <ulink url="http://rox.sf.net/wallpaper.html"/></citetitle>
3359   </bibliomixed>
3361   <bibliomixed>
3362    <abbrev>SharedMIME</abbrev><citetitle>Shared MIME-info Database (Version 0.8)
3363     <ulink url="http://www.freedesktop.org/standards/shared-mime-info-spec/"/></citetitle>
3364   </bibliomixed>
3366  </bibliography>
3368 </book>