r1565: Improved error messages and manual description for backdrop handling
[rox-filer.git] / ROX-Filer / src / Docs / Manual.xml
blobf2cc157b366c6d0cb6d9e67a6f39de2beda52bfd
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@users.sourceforge.net</email></address>
17    </affiliation>
18   </author>
19   <copyright><year>2002</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     </variablelist>
111    </para>
112   </sect1>
114  </chapter>
116  <chapter id="compiling">
117   <title>Compiling</title>
118   <para>
120    If you've just got hold of the filer by downloading the source archive
121    then you'll need to compile it before you can use it. If you downloaded
122    and installed a binary package, or if <application>ROX-Filer</application>
123    was included with your system, then you can skip this section. If you got
124    here by clicking on the `i' symbol in a filer window, or if typing
125    <command>rox</command> at a shell prompt works, then you don't need to
126    compile.
128    <itemizedlist><title>To compile, you will need the following:</title>
130     <listitem><para>
131       Unix or Linux (root access is not required),
132     </para></listitem>
134     <listitem><para>
135       The X Window system (supplied as standard on all modern systems),
136     </para></listitem>
138     <listitem><para>
139       GTK+ 2.0.0 or later (libraries and headers) &mdash; get the latest version
140       from <citation>GTK+</citation>,
141     </para></listitem>
143     <listitem><para>
144       LibXML 2.0.0 or later (libraries and headers) &mdash; get the latest
145       version from <citation>libxml</citation>,
146     </para></listitem>
148     <listitem><para>
149       A C compiler, such as `gcc' (standard on most systems).
150     </para></listitem>
152    </itemizedlist>
154    All of the above are standard on most modern Linux distributions.
155    To check which version of GTK+ you have installed, run the
156    <command>pkg-config</command> command, like this
157    (<prompt>$</prompt> is the shell prompt):
159    <screen>$ pkg-config --modversion gtk+-2.0
160 2.0.0</screen>
161   </para>
163   <procedure><title>To compile:</title>
165    <step><para>
166      The filer now uses the Shared MIME Database<citation>SharedMIME</citation>
167      to work out the types of files. You need to install this before the
168      filer will work properly (ROX-Filer will warn you if it's not installed
169      when you run it).
170    </para></step>
172    <step><para>
173      Change to the directory containing the ROX-Filer subdirectory.
174    </para></step>
176    <step><para>
177      Run the <command>install.sh</command> script, like this:
179      <screen>$ ./install.sh</screen>
181    </para></step>
183    <step><para>
184      <application>ROX-Filer</application> will perform various checks to find
185      out what kind of system it is being run on and will then compile. If it
186      doesn't work then please e-mail me and complain! Tell me what kind of
187      system you have and what errors were reported. If you manage to fix the
188      problem yourself then please e-mail me the fix.
189     </para><para>
190      The executable file is stored inside the ROX-Filer directory in a
191      different subdirectory for each platform. Therefore, you can compile
192      the same application on several different types of machine and then
193      run it from any of them using the <filename>AppRun</filename> script.
194      This is particularly useful in a network environment.
195    </para></step>
197    <step><para>
198      Once the filer has compiled you will be asked where you want to install
199      it. If you want to do a system-wide installation as root, you may
200      want to stop here, <command>su</command> to root and rerun the install
201      script.
203      If you don't have the root password then don't worry &mdash; just follow
204      the instructions for installing into your home directory.
205    </para></step>
206   </procedure>
208   <para>
209    You can now run the filer by running the <command>rox</command> script
210    without any options, like this:
212    <screen>$ rox</screen>
214    A window should appear and display the contents of the current directory.
216    If you installed the script into your home directory then you may
217    need to set your <envar>PATH</envar> environment variable so that the shell can
218    find it. For example, if you installed it into a directory called
219    <filename>bin</filename> in your home directory, use this:
221    <screen>$ PATH=$HOME/bin:$PATH; export PATH</screen>
223    or (if you are using the <citerefentry><refentrytitle>csh</refentrytitle>
224     <manvolnum>1</manvolnum></citerefentry> shell):
226    <screen>$ setenv PATH $HOME/bin:$PATH
227 $ rehash</screen>
229   </para>
231  </chapter>
233  <chapter id="invoking">
234   <title>Invoking</title>
235   <para>
237    By default, <application>ROX-Filer</application> will start by displaying
238    the current directory.  You can get it to display other directories instead
239    by listing them after the command:
241    <screen>$ rox /home /usr /usr/local</screen>
243    You can also use it to open files, like this:
245    <screen>$ rox README</screen>
247    The filer supports various options; use <option>-h</option> for a list.
248    All options have long and short forms (eg <option>-h</option> and
249    <option>--help</option>) &mdash; although on some systems you can only use the
250    short versions.
251    </para><para>
252    Note that if the same version of the filer is already running on this
253    machine then, by default, it will be used to open the directories.
254    You can override this (perhaps because the old copy has stopped responding for
255    some reason) using the <option>--new</option> option.
256    </para><para>
257    For a complete list of command-line options, see <xref linkend="manpage"/>
258   </para>
260   <sect1>
261    <title><anchor id="run_pin" xreflabel="Pinboard support"/>Pinboard support</title>
262    <para>
264     If you want the filer to manage your desktop background then you use
265     the <option>--pinboard</option> option and supply a name for the pinboard,
266     eg:
268     <screen>$ rox --pinboard=MyPinboard</screen>
270     The pinboard configuration is saved in
271     <filename>&lt;Choices&gt;/ROX-Filer/pb_MyPinboard</filename>
272     as soon as you change it in some way (for example, by dropping a file
273     onto the background). You can have as many pinboards as you like and
274     switch between them by running rox again, eg:
276     <screen>$ rox --pinboard=MyOtherPinboard</screen>
278     To turn off the pinboard again, set the name to an empty string:
280     <screen>$ rox --pinboard=</screen>
282     See the <xref linkend="winman"/> if you have trouble getting the icons to
283     display correctly. The pinboard may also be turned on and off by locating
284     <filename>ROX-Filer</filename> in a filer window and choosing `Enable
285     pinboard' or `Disable pinboard' from the menu.  </para>
286   </sect1>
288   <sect1>
289    <title><anchor id="run_pan" xreflabel="Panel support"/>Panels</title>
290    <para>
292     Panels work just like the pinboard. You can create a panel on any
293     side of the screen by using the options <option>--left</option>, <option>--right,</option>
294     <option>--top</option> and <option>--bottom</option>, depending on which side
295     of the screen the panel should appear on. On some systems, the short
296     (one letter) form of the options must be used. For example, to create
297     a panel along the bottom edge of the screen:
299     <screen>$ rox -b=MyPanel</screen>
301     The panel should be displayed in a window without a title bar. If
302     this does not work then see the <xref linkend="winman"/> for some ideas.
303     You can drag files onto either side of the panel to add them. Panel icons
304     can be repositioned by dragging them with the middle mouse button.
305     Changes to the panel are automatically saved to
306     <filename>&lt;Choices&gt;/ROX-Filer/pan_MyPanel</filename>.
307     As with the pinboard, you can switch between panel configurations
308     simply by running rox again with a different panel name. Specify a
309     blank name to remove the panel.
311     <screen>$ rox --bottom=MyOtherPanel
312 $ rox --bottom=</screen>
313    </para>
314   </sect1>
316   <sect1>
317    <title id="winman" xreflabel="window manager notes">Window manager notes</title>
318    <para>
319     You may have to play around with your window manager a bit to get
320     the pinboard icons and panels to display correctly (eg, without borders
321     and underneath all other windows). In particular, try setting the
322     stacking level / depth to low (or a negative value). Make sure any
323     'Keep transients above other windows' type options are turned off!
324    </para>
326    <sect2><title>Sawfish / sawmill</title>
327     <para>
328      Sawfish tries to guess whether you are using GNOME at start-up and only
329      provides support if so. You may need to add the line
330      <programlisting>(require 'gnome)</programlisting>
331      to your <filename>.sawfishrc</filename> file (see the sawfish manual
332      for more details).
333     </para>
334    </sect2>
336    <sect2><title>IceWM</title>
337     <para>
339      Paste these configuration settings into
340      <filename>~/.icewm/preferences</filename>:
342      <programlisting>
343       # Manage root window (EXPERIMENTAL - normally enabled!)
344       GrabRootWindow=1 # 0/1
345       # Bitmask of root window button click to use in window manager
346       UseRootButtons=3 # [0-255]
347       # Desktop mouse-button click to show the menu
348       DesktopWinMenuButton=1 # [0-20]
349       # Desktop mouse-button click to show the window list
350       DesktopWinListButton=2 # [0-5]
351       # Desktop mouse-button click to show the window list menu
352       DesktopMenuButton=0 # [0-20]</programlisting>
353      Paste these into <filename>~/.icewm/winoptions</filename>:
355      <programlisting>
356       # ROX-Filer pinboard and panel
357       ROX-Filer.icon: folder
358       ROX-Panel.layer: Dock
359       ROX-Panel.doNotCover: 1
360       ROX-Panel.ignoreWinList: 1
361       ROX-Panel.ignoreTaskBar: 1
362       ROX-Panel.ignoreQuickSwitch: 1
363       ROX-Pinboard.layer: Below
364       ROX-Pinboard.ignoreWinList: 1
365       ROX-Pinboard.ignoreTaskBar: 1
366       ROX-Pinboard.ignoreQuickSwitch: 1
367       ROX-Filer.layer: Normal</programlisting>
368      Restart IceWM and the filer for the new settings to take effect.
370     </para>
371    </sect2>
373    <sect2><title>Window Maker</title>
374     <procedure>
375      <step><para>Run the filer using <userinput>rox -p=Default</userinput>.</para></step>
376       <step><para>
377        Press <keycap>Control</keycap>+<keycap>Escape</keycap>, or
378        [RightButtonDown] on any window's titlebar.
379        Choose <guimenuitem>Attributes...</guimenuitem> from the menu.
380       </para></step>
382       <step><para>
383        The Attributes Inspector window appears. From the pulldown menu
384        at the top, choose <guimenuitem>Window Specification</guimenuitem>
385        (the top item).
386       </para></step>
388       <step><para>
389        Press the <guibutton>Select window</guibutton> button.
390        The cursor changes to a double crosshair. Select one of the
391        <application>ROX-Filer</application> pinboard icons. The radio buttons
392        in the <guilabel>Window Specification</guilabel> frame should change
393        their labels to include <userinput>ROX-Pinboard.ROX-Filer</userinput>
394        as the first item. Select that radio button.
395       </para></step>
397       <step><para>
398        Choose <guimenuitem>Window Attributes</guimenuitem> from the pulldown
399        menu. In the <guilabel>Attributes</guilabel> frame, choose the
400        features you want the pinboard icons to have; I recommend the
401        following:
402         <itemizedlist>
403          <listitem><para>Disable titlebar</para></listitem>
404          <listitem><para>Disable resizebar</para></listitem>
405          <listitem><para>Disable close button</para></listitem>
406          <listitem><para>Disable miniaturize button</para></listitem>
407          <listitem><para>Keep at bottom (sunken)</para></listitem>
408          <listitem><para>Omnipresent</para></listitem>
409         </itemizedlist>
410        </para>
411       </step>
413       <step><para>
414        Choose <guimenuitem>Advanced Options</guimenuitem> from the pulldown
415        menu. In the <guilabel>Advanced</guilabel> frame, choose the advanced
416        features you wish; I recommend the following:
418        <itemizedlist>
419         <listitem><para>Do not show in the window list</para></listitem>
420         <listitem><para>Ignore 'Hide Others'</para></listitem>
421         <listitem><para>Ignore 'Save Session' (possibly)</para></listitem>
422        </itemizedlist>
423       </para></step>
425       <step><para>
426        When you're finished selecting window attributes, press the
427        <guibutton>Save</guibutton> button, and then close the Attributes
428        Inspector window using the <guibutton>X</guibutton> button in the titlebar.
429       </para></step>
430      </procedure>
431    </sect2>
433    <sect2><title>Others</title>
434     <para>
436      If all else fails, try running rox with the <option>-n</option> and
437      <option>-o</option> options; this overrides window manager control of the
438      icons altogether (<option>-n</option> forces the filer to start a new
439      copy).
441     </para>
442    </sect2>
443   </sect1>
445   <sect1>
446    <title>Running as root</title>
447    <para>
449     If you run the filer as the `root' user then the filer will display
450     a message at the top of each window to remind you. The root user has
451     permission to access or change any file in the system, so be very
452     careful when using the filer like this.
454     Normally, you should log in as an ordinary user and only change to
455     root when you need to. If you have <command>sudo</command> installed
456     and set up then you can run the filer like this:
458     <screen>$ sudo rox</screen>
460     Remember, any file operations you perform and any programs you run from
461     these windows will run as root too! Be careful!
462     </para><para>
463     You may find that the X server won't allow root (or other users) to
464     connect. Reading the manual pages for <command>xauth</command> and
465     <command>xhost</command> may give you some hints, but it varies
466     between systems (which is why this isn't built in to the filer!).
468    </para>
469   </sect1>
471  </chapter>
473  <chapter id="keys" xreflabel="mouse and key bindings">
474   <title>Mouse button and key bindings</title>
476   <itemizedlist><title>Quick start:</title>
478    <listitem><para>Click the left
479      <footnote><para>This documentation assumes that button&ndash;1 is the left
480        button, button&ndash;2 is the middle button and button&ndash;3 is the
481        right button. This is not always the case &mdash; for example, in a
482        left-handed setup.</para></footnote> mouse button to open files and
483      directories.</para></listitem>
485    <listitem><para>
486      Click the right button to get a menu. Click over a file to perform an action on that file.
487    </para></listitem>
489    <listitem><para>
490      Drag files between windows with the left button to copy them, or with
491      the middle button to get a menu of possible actions (copy, move, link,
492      etc).
493    </para></listitem>
495   </itemizedlist>
497   <para>
498    By default, the mouse button bindings are designed to fit in with X
499    conventions. However, the behaviour is highly configurable &mdash; have a play in
500    the Options window if you don't like the normal settings. The normal settings
501    behave as follows:
502   </para>
504   <informaltable>
505    <tgroup cols="2">
506     <thead><row><entry>Key or mouse button</entry><entry>Action</entry></row></thead>
508     <tbody>
510      <row><entry>Left button click</entry><entry>
511        Open the file or directory clicked on. Hold down <keycap>Control</keycap>
512        to select things instead of opening them. Hold down <keycap>Shift</keycap>
513        to look inside applications, treat files as text, follow symlinks or
514        mount devices.
515      </entry></row>
517      <row><entry>Middle button click</entry><entry>
518        Same as left click, but open a directory in a new window or close the viewer
519        when opening a file.
520      </entry></row>
522      <row><entry>Right button click</entry><entry>
523        Open the main menu. Hold down <keycap>Control</keycap> while clicking to go
524        directly to the Selection submenu. Hold down <keycap>Shift</keycap> to get the
525        <guimenu>Send To</guimenu> menu (see the <xref linkend="SendTo"/> section).
526      </entry></row>
528      <row><entry>Drag an item  (left mouse button)</entry><entry>
529        Copy the file(s) to the destination (an application or another filer
530        window). Hold down <keycap>Shift</keycap> to move the file,
531        <keycap>Control</keycap>+<keycap>Shift</keycap> to create
532        a symbolic link, or <keycap>Alt</keycap> to get a menu of possible actions.
533      </entry></row>
535      <row><entry>Drag an item (middle mouse button)</entry><entry>
536        When you let go, display a menu of possible actions.
537        There is an option to make this move the files rather than open the menu.
538      </entry></row>
540      <row><entry>Drag (not over an item)</entry><entry>
541        Select a group of items by dragging a box around them. With the left
542        mouse button, only the files in the box will be selected. If you hold
543        down <keycap>Control</keycap> then the boxed items are added to the selection.
544        If you use the middle button then the boxed items switch between being selected
545        and unselected.
546      </entry></row>
548      <row><entry>Double-click background</entry><entry>
549        Resize the window to a sensible size.
550      </entry></row>
552      <row><entry><keycap>Backspace</keycap></entry><entry>
553        Change to viewing the parent directory.
554      </entry></row>
556      <row><entry>Cursor keys</entry><entry>
557        Move the cursor around.
558      </entry></row>
560      <row><entry>
561        <keycap>Page Up</keycap>, <keycap>Page Down</keycap></entry><entry>
562        Move the cursor up and down a page at a time.
563      </entry></row>
565      <row><entry><keycap>Home</keycap>, <keycap>End</keycap></entry><entry>
566        Move to the first/last entry in the directory.
567      </entry></row>
569      <row><entry><keycap>Return</keycap></entry><entry>
570        Acts like clicking on the file. You may hold down Shift for other
571        effects, as with clicking.
572      </entry></row>
574      <row><entry><keycap>Spacebar</keycap></entry><entry>
575        Toggles the item under the cursor between being selected and unselected,
576        and moves to the next item.
577      </entry></row>
579      <row><entry><keycap>Tab</keycap>, <keycap>Shift</keycap>+<keycap>Tab</keycap></entry><entry>
580        Moves the cursor to the next/previous selected item.
581      </entry></row>
583      <row><entry>Hold mouse over an item</entry><entry>
584        Shows a tooltip containing a brief description of an application (if
585        available), the target of a symbolic link, and the full name of a file,
586        if it's too long to show in the main window.
587      </entry></row>
589   </tbody></tgroup></informaltable>
591   <para>
592    If you have user-defineable key-bindings enabled, then other keys can easily
593    be set by opening the menu, moving the pointer over the item you want to use
594    and pressing a key. The key will appear in the menu and can be used from
595    then on. Key bindings are automatically saved when the filer quits.
596    You can use an XSettings manager, such as ROX-Session, to turn this feature
597    on for all Gtk+-2.0 applications.
598   </para>
599  </chapter>
601  <chapter id="selection">
602   <title>The selection and file groups</title>
603   <para>
604    When you select items in a <application>ROX-Filer</application> window,
605    the filer takes the <emphasis>primary selection</emphasis>. You can then paste
606    into another window to get the pathnames of the selected files.
607   </para>
609   <procedure>
610    <title>Example: loading a file into an application that doesn't support
611     drag-and-drop:</title>
613    <step><para>Open the application's Open dialog box.</para></step>
615    <step><para>
616      <keycap>Control</keycap>-click on the file in
617      <application>ROX-Filer</application> to select it.</para></step>
619    <step><para>
620      Click the middle button in the filename box in the application to paste the
621      name in.
622    </para></step>
623   </procedure>
625   <para>
626    Note that clicking the middle mouse button in the main area of most web-browsers
627    will open the selected file.
628    </para><para>
629    If you select something else (eg, some text in another program), the selected
630    items in the filer window will be shown shaded (the filer no longer has the
631    primary selection).  Clicking on one of the shaded items will cause the
632    filer to regain the primary selection.
633   </para>
635   <sect1><title>Saving and restoring the selection</title>
636    <para>
637     It is sometimes useful to save the current selection for later. You can
638     save the current selection to one of ten numbered groups by pressing
639     <keycap>Control</keycap>+<keycap>&lt;number&gt;</keycap>.
640     You can restore a saved group by pressing the group number on its own. You
641     can do this from a different directory, or even a different filer window.
642     </para><para>
643     Saving is also useful even if there is no selection, since it still saves
644     the current directory.
645    </para>
646    <procedure><title>Example: saving a directory and returning to it later:</title>
647     <step><para>You are looking at a directory, and wish to remember it.
648       Press <keycap>Control</keycap>+<keycap>1</keycap>.</para></step>
649     <step><para>Move to another directory, or close the window, etc.</para></step>
650     <step><para>Press <keycap>1</keycap> in any filer window to return
651       to the first directory.</para></step> </procedure>
652    <para>The groups are saved automatically for next time the filer is loaded.
653   </para></sect1>
654  </chapter>
656  <chapter id="toolbar">
657   <title><anchor id="Toolbar" xreflabel="Toolbar"/>The toolbar</title>
658   <para>
660    By default, each window has a toolbar along the top. You can disable
661    this (or make it larger) from the Options window, as well as set which
662    tools appear on the toolbar. Normally, you should click with the left
663    mouse button (1). However, many tools can perform a related function
664    if clicked on with buttons 2 or 3 (middle or right).
665   </para>
667   <informaltable><tgroup cols="3">
669     <thead>
670      <row><entry>
671        Icon</entry><entry>
672        Mouse button 1</entry><entry>
673        Other button
674      </entry></row>
676     </thead>
677     <tbody>
679      <row><entry>
680        Cross</entry><entry>
681        Close the window</entry><entry>
682        Open a new window
683        </entry></row><row><entry>
684        Up arrow</entry><entry>
685        Change to parent directory</entry><entry>
686        Show parent in a new window <xref linkend="newwin_fn"/>
687        </entry></row><row><entry>
688        House</entry><entry>
689        Change to home directory</entry><entry>
690        Show home in a new window <xref linkend="newwin_fn"/>
691        </entry></row><row><entry>
692        Looping arrows</entry><entry>
693        Reread the directory contents</entry><entry>
694        Open a new window
695        </entry></row><row><entry>
696        Magnifying glass</entry><entry>
697        Make icons bigger</entry><entry>
698        Make icons smaller
699        </entry></row><row><entry>
700        List</entry><entry>
701        Hide or show extra details</entry><entry>
702        Same
703        </entry></row><row><entry>
704        Dot files</entry><entry>
705        Toggle the display of hidden file (those with names starting with a dot)</entry><entry>
706        Same
707        </entry></row><row><entry>
708        Information</entry><entry>
709        Show <application>ROX-Filer</application>'s help files</entry><entry>
710        Show help files and close window
711      </entry></row>
712   </tbody></tgroup></informaltable>
714   <para>
715    <anchor id="newwin_fn" xreflabel="[1]"/>[1]
716    If the 'New window on button 1' option is turned on
717    then the default is to open a new window &mdash; clicking with the other
718    button reuses the same window instead.
719   </para>
721   <para>
722    Dragging files to the Up or Home icons acts just like dragging them
723    into the directory which the button leads to.
725    The toolbar can also show the number of files in the directory, and
726    information about the selection. This can be turned on or off in the
727    Options box.
730   </para>
731  </chapter>
733  <chapter id="menus">
734   <title>The menus</title>
735   <para>
736    By default, you can open a menu by right clicking over a pinboard, panel or
737    filer window.
739    In filer windows, you may also press <keycap>\</keycap> to open the menu. As
740    a shortcut, you can open the File submenu directly by holding down the
741    <keycap>Control</keycap> key when opening the menu. Here is a full
742    description of each menu item:
744    <informaltable><tgroup cols="2">
746      <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
748      <tbody>
749       <row><entry><guimenuitem>Display</guimenuitem></entry><entry>
750         Change the display settings.
751       </entry></row>
753       <row><entry><guimenuitem>File</guimenuitem></entry><entry>
754         Operations on the selected items.
755       </entry></row>
757       <row><entry><guimenuitem>Select</guimenuitem></entry><entry>
758         Control which items are selected.
759       </entry></row>
761       <row><entry><guimenuitem>Options...</guimenuitem></entry><entry>
762         Configure <application>ROX-Filer</application>.
763       </entry></row>
765       <row><entry><guimenuitem>New</guimenuitem></entry><entry>
766         Create a new file or subdirectory inside this directory.
767       </entry></row>
769       <row><entry><guimenuitem>Xterm Here</guimenuitem></entry><entry>
770         Open an xterm with its current directory set to this directory.
771       </entry></row>
773       <row><entry><guimenuitem>Window</guimenuitem></entry><entry>
774         Operations on the window as a whole.
775       </entry></row>
777    </tbody></tgroup></informaltable>
779   </para>
781   <sect1>
782    <title>The display menu</title>
783    <para>
785     <informaltable><tgroup cols="2">
787       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
789       <tbody>
790        <row><entry><guimenuitem>Huge Icons</guimenuitem></entry><entry>
791          Extra large icons (mainly useful with thumbnails, see below).
792          </entry></row><row><entry>
794          <guimenuitem>Large Icons</guimenuitem></entry><entry>
795          Each object in the directory is shown as a large icon with its name
796          below.
797          </entry></row><row><entry>
799          <guimenuitem>Small Icons</guimenuitem></entry><entry>
800          Items are drawn smaller than usual, allowing you to see more files
801          at once.
802          </entry></row><row><entry>
804          <guimenuitem>Huge, With...</guimenuitem></entry><entry>
805          As for <guimenuitem>Large, With...</guimenuitem>, but with extra large icons.
806          </entry></row><row><entry>
808          <guimenuitem>Large, With...</guimenuitem></entry><entry>
809          <para>Entries are displayed along with some extra details:</para>
810          <itemizedlist>
812           <listitem><para><guimenuitem>Summary</guimenuitem>
813             shows the file permissions, owner, group, size and modification time.
814           </para></listitem>
816           <listitem><para><guimenuitem>Sizes</guimenuitem>
817             shows just the size of each file (not directories).
818           </para></listitem>
820           <listitem><para><guimenuitem>Permissions</guimenuitem>
821             shows just the permissions and owner.
822           </para></listitem>
824           <listitem><para><guimenuitem>Type</guimenuitem>
825             shows the MIME type of each file.
826           </para></listitem>
828           <listitem><para><guimenuitem>Times</guimenuitem>
829             shows the times the file was last accessed, modifed and changed.
830             Reading a file's contents or listing a directory updates the
831             <emphasis>access time</emphasis>; modifying the contents of a file or
832             the list of files in a directory updates the <emphasis>modification
833              time</emphasis>; changing a file's owner or permissions updates the
834             <emphasis>change time</emphasis>.
835           </para></listitem>
837          </itemizedlist>
839          </entry></row><row><entry>
841          <guimenuitem>Small, With...</guimenuitem></entry><entry>
842          As above, but with a smaller icon and all on one line.
843          </entry></row><row><entry>
845          <guimenuitem>Sort by Name</guimenuitem></entry><entry>
846          Items are arranged by name. The default sort mode is case-insensitive
847          and deals with numbers sensibly. There is an option to use straight
848          ASCII sorting.
849          </entry></row><row><entry>
851          <guimenuitem>Sort by Type</guimenuitem></entry><entry>
852          Items are grouped by their types and then sorted by name within the
853          groups.
854          </entry></row><row><entry>
856          <guimenuitem>Sort by Date</guimenuitem></entry><entry>
857          Most recently modified first.
858          </entry></row><row><entry>
860          <guimenuitem>Sort by Size</guimenuitem></entry><entry>
861          Largest first.
862          </entry></row><row><entry>
864          <guimenuitem>Show Hidden</guimenuitem></entry><entry>
865          If on, files beginning with a dot are shown, otherwise they are hidden.
866          The titlebar shows <guilabel>(All)</guilabel> when this is on.
867          </entry></row><row><entry>
869          <guimenuitem>Show Thumbnails</guimenuitem></entry><entry>
870          When on, the filer tries to load every image file and use that
871          image as the file's icon. Useful if you have a directory full of
872          photos and can't remember which is which!
873          The thumbnails are saved in <filename>~/.thumbnails</filename> for
874          quick loading next time.
875          While loading thumbnails, a progress bar appears at the bottom of
876          the window. Clicking on the <guibutton>Cancel</guibutton> button
877          beside the bar stops the scan.
878          The titlebar shows <guilabel>(Thumbs)</guilabel> when this is on.
879          </entry></row><row><entry>
881          <guimenuitem>Refresh</guimenuitem></entry><entry>
882          Rereads the contents of the directory and details of all the files
883          in it. Use this if the display becomes out-of-date.
885        </entry></row>
886     </tbody></tgroup></informaltable>
888    </para>
890    <sect2><title><anchor id="Permissions" xreflabel="Permissions"/>
891      Permissions
892     </title>
893     <para>
895      The permissions field, when shown, is made up of four groups of three
896      flags. Each flag is displayed as a letter if it is on and a dash (&ndash;)
897      if not. The first three characters show the permissions for the owner
898      of the file, the second for other members of the file's group and
899      the third for everyone else. Whichever group applies to the
900      <application>ROX-Filer</application> process itself is shown underlined.
901      The fourth group shows any special flags.
902      </para><para>
903      The meanings of the characters are:
905      <itemizedlist>
907       <listitem><para><computeroutput>r</computeroutput> &mdash;
908         Permission to read the contents of a file, or the names of files
909         in a directory.</para></listitem>
911       <listitem><para><computeroutput>w</computeroutput> &mdash;
912         Permission to alter the contents of a file, or change which names
913         appear in a directory.</para></listitem>
915       <listitem><para><computeroutput>x</computeroutput> &mdash;
916         Permission to run the file as a program, or refer to the files
917         listed within the directory.</para></listitem>
919       <listitem><para><computeroutput>U</computeroutput> &mdash;
920         This program executes with the <emphasis>effective user ID</emphasis> of its
921         owner rather than the person who ran it.</para></listitem>
923       <listitem><para><computeroutput>G</computeroutput> &mdash;
924         This program executes with the <emphasis>effective group ID</emphasis> of its
925         group, regardless of who ran it.</para></listitem>
927       <listitem><para><computeroutput>T</computeroutput> &mdash;
928         Entries in this directory can only be altered or removed by the
929         people who own the files even if they have write permission on the
930         directory itself.</para></listitem>
932      </itemizedlist>
933      For example,
934      <programlisting>
935       <emphasis role="underline">rwx</emphasis>,rwx,r-x/---</programlisting>
936      means that the owner of the file is the same as the effective user of
937      <application>ROX-Filer</application> (basically, you own the file), you and
938      members of the file's group have read, write and execute permission and other
939      people have only read and execute permission. There are no special flags set.
941      The rules which determine which permissions apply may vary slightly between
942      operating systems, but a rough guide is:
944      <itemizedlist>
946       <listitem><para>If the <emphasis>effective user ID</emphasis> of the
947         process is equal to the file's owner, then the owner permissions apply.
948       </para></listitem>
950       <listitem><para>Otherwise, if the <emphasis>effective group ID</emphasis>
951         of the process is equal to the file's group OR the file's group is one
952         of the process's <emphasis>supplemental groups</emphasis> then the
953         group permissions apply.
954       </para></listitem>
956       <listitem><para>Otherwise, the `other' permissions apply. The
957         <emphasis>real user ID</emphasis> and <emphasis>real group
958          ID</emphasis> have no effect (except that a process may set its real
959         IDs to its effective IDs).
960       </para></listitem>
962      </itemizedlist>
964     </para>
965    </sect2>
966   </sect1>
968   <sect1>
969    <title>The file menu</title>
970    <para>
971     All of these work in the same way &mdash; if you open the menu with some
972     items selected then the operation applies to those items. If you open
973     then menu over an item while there is no selection then that item
974     is temporarily selected.
975     </para><para>
976     If you choose one of these while there is no selection at all then the
977     window goes into `target mode'; the operation happens to the next item you
978     click on. Click on the window background, press <keycap>Escape</keycap>, or
979     click with the right mouse button to cancel target mode. Target mode is
980     mainly useful with the <guilabel>Single-click navigation in filer
981     windows</guilabel> option and keys bound to the various menu entries.
982     </para><para>
983     Note that individual applications may add extra menu items to the
984     top of this submenu when you click over them &mdash; see
985     <xref linkend="AppDir"/> for details.
987     <informaltable><tgroup cols="2">
988       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
989       <tbody>
991        <row><entry>
992          <guimenuitem>Copy...</guimenuitem></entry><entry>
993          Make a copy of this object.
994        </entry></row>
996        <row><entry>
997          <guimenuitem>Rename...</guimenuitem></entry><entry>
998          Change the name used for this object, or move it between directories.
999        </entry></row>
1001        <row><entry>
1002          <guimenuitem>Link...</guimenuitem></entry><entry>
1003          Create a symbolic link to this name.
1004        </entry></row>
1006        <row><entry>
1007          <guimenuitem>Shift Open</guimenuitem></entry><entry>
1008          Opens applications as directories, files as text/plain, mount points by
1009          mounting or unmounting them and symlinks by opening the directory containing
1010          the thing they point to. This is the same effect as clicking with
1011          <keycap>Shift</keycap> held down. The text of the menu entry changes
1012          to show which action will be performed.
1013        </entry></row>
1015        <row><entry>
1016          <guimenuitem>Help</guimenuitem></entry><entry>
1017          Explain what kind of thing is selected. For applications, display
1018          the help files.
1019        </entry></row>
1021        <row><entry>
1022          <guimenuitem>Info</guimenuitem></entry><entry>
1023          Display extra information about this object.
1024        </entry></row>
1026        <row><entry>
1027          <guimenuitem>Set Run Action...</guimenuitem></entry><entry>
1028          Allows you to set the default program to use when opening files of
1029          this type. See <xref linkend="RunAction"/> section for details.
1030        </entry></row>
1032        <row><entry>
1033          <guimenuitem>Set Icon...</guimenuitem></entry><entry>
1034          You can give each file or directory its own special icon using this
1035          feature &mdash; simply drag a suitable image onto <xref linkend="SetIcon"/>.
1036        </entry></row>
1038        <row><entry>
1039          <guimenuitem>Open AVFS</guimenuitem></entry><entry>
1040          Open the file as if it was a directory &mdash; see the
1041          <xref linkend="vfs"/> section.
1042        </entry></row>
1044        <row><entry>
1045          <guimenuitem>Send To...</guimenuitem></entry><entry>
1046          Opens the `Send To' menu, allowing you to send the selected files
1047          to one of a list of applications. See the
1048          <xref linkend="SendTo"/> section.
1049        </entry></row>
1051        <row><entry>
1052          <guimenuitem>Delete</guimenuitem></entry><entry>
1053          Remove all the selected entries from the directory. Subdirectories
1054          will have their contents deleted first. Deleting symlinks only removes
1055          the link, not the thing it points to.
1056        </entry></row>
1058        <row><entry>
1059          <guimenuitem>Disk Usage</guimenuitem></entry><entry>
1060          Count the sizes of all the selected items. Directories also have their
1061          contents counted. Symlinks count themselves, not the things they point
1062          to.
1063        </entry></row>
1065        <row><entry>
1066          <guimenuitem>Permissions</guimenuitem></entry><entry>
1067          Allows you to change the permissions for the selected files.
1068        </entry></row>
1070        <row><entry>
1071          <guimenuitem>Find</guimenuitem></entry><entry>
1072          Search for files by specifying various conditions &mdash; see the
1073          <xref linkend="Searching"/> section.
1074        </entry></row>
1076     </tbody></tgroup></informaltable>
1077    </para>
1079    <formalpara><title>Note about symlinks:</title>
1080     <para>
1081      A symbolic link stores the <emphasis>location</emphasis>
1082      of another file. Deleting the symlink doesn't affect the other file.
1083      Deleting the other file means that the symlink won't work. There are
1084      two types of symbolic link &mdash; Relative and Absolute. An absolute
1085      link stores the path from the root directory to the target file (eg
1086      <filename>/home/fred/MyFile</filename>).
1088      A relative path stores the path from the symlink
1089      to the target (eg <filename>../fred/MyFile</filename>).
1090      If the target file is never going to move then you want an absolute link,
1091      but if the target may move (and the symlink will be moved with it) then
1092      you want a relative link.
1093     </para>
1094    </formalpara>
1095   </sect1>
1097   <sect1>
1098    <title>The select menu</title>
1099    <para>
1100     This menu allows you to select and unselect files in various ways. See the
1101     <xref linkend="keys"/> section for other ways to select files.
1103     <informaltable><tgroup cols="2">
1104       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1105       <tbody>
1106        <row><entry>
1107          <guimenuitem>Select All</guimenuitem></entry><entry>
1108          Select every item in this window.
1109        </entry></row>
1111        <row><entry><guimenuitem>Clear Selection</guimenuitem></entry><entry>
1112          Unselect every item in this window.
1113        </entry></row>
1115        <row><entry><guimenuitem>Invert Selection</guimenuitem></entry><entry>
1116          Every selected file becomes unselected, and every unselected file
1117          becomes selected.
1118        </entry></row>
1120        <row><entry>
1121          <guimenuitem>Select If...</guimenuitem></entry><entry>
1122          Select just those files that match the given pattern &mdash;
1123          see the <xref linkend="SelectIf"/> section.
1124        </entry></row>
1126     </tbody></tgroup></informaltable>
1128    </para>
1129   </sect1>
1131   <sect1>
1132    <title>The new menu</title>
1133    <para>
1135     Each entry in this submenu opens a savebox for creating a new file or
1136     directory. There are two standard entries; the others are the contents of
1137     your <filename>&lt;Choices&gt;/Templates</filename> directory, if it
1138     exists.
1141     <informaltable><tgroup cols="2">
1142       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1143       <tbody>
1144        <row><entry>
1145          Directory</entry><entry>
1146          Create a new directory.
1147          </entry></row><row><entry>
1148          File</entry><entry>
1149          Create a blank file.
1150          </entry></row><row><entry>
1151          &lt;user entries&gt;</entry><entry>
1152          Copy a file from your Templates directory.
1153        </entry></row>
1154     </tbody></tgroup></informaltable>
1157     To add your own entries, create a new directory called
1158     <filename>~/Choices/Templates</filename>
1159     (if you have the default <envar>CHOICESPATH</envar>) and put any files you
1160     want in there. Each file in the directory will appear on the menu and the
1161     box that appears will copy it. For example, you could create a blank
1162     HTML file:
1164     <programlisting>
1165 &lt;html&gt;
1166  &lt;head&gt;
1167   &lt;title&gt;My Page&lt;/title&gt;
1168  &lt;/head&gt;
1169  &lt;body&gt;
1170   The contents.
1171  &lt;/body&gt;
1172 &lt;/html&gt;</programlisting>
1174     Save this as <filename>index.html</filename> inside the
1175     <filename>Templates</filename> directory and you can easily create new
1176     HTML files. You can also save blank documents from various applications
1177     into here (eg, a blank spreadsheet, a blank letter, etc).
1178     </para><para>
1179     Note that you cannot set keyboard shortcuts for these user-defined
1180     entries at present.
1182    </para>
1183   </sect1>
1185   <sect1>
1186    <title>The window menu</title>
1187    <para>
1190     <informaltable><tgroup cols="2">
1191       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1192       <tbody>
1193        <row><entry>
1194          <guimenuitem>Parent, New Window</guimenuitem></entry><entry>
1195          Open a new window displaying this window's parent.
1196        </entry></row>
1198        <row><entry>
1199          <guimenuitem>Parent, Same Window</guimenuitem></entry><entry>
1200          As above, but reuse this window.
1201        </entry></row>
1203        <row><entry>
1204          <guimenuitem>New Window</guimenuitem></entry><entry>
1205          Open another window onto this directory.
1206        </entry></row>
1208        <row><entry>
1209          <guimenuitem>Home Directory</guimenuitem></entry><entry>
1210          Change to your home directory.
1211        </entry></row>
1213        <row><entry>
1214          <guimenuitem>Follow Symbolic Links</guimenuitem></entry><entry>
1215          Converts the path shown in the window's titlebar to its canonical form.
1216          For example, if <filename>/home/fred/link</filename> is a symlink
1217          pointing to <filename>/usr/share/doc/</filename> then clicking on the symlink
1218          will take you to that directory and going `up' will take you back to
1219          <filename>/home/fred</filename>.
1220          If you'd used <guimenuitem>Follow Symbolic Links</guimenuitem>, you would
1221          have ended up in <filename>/usr/share</filename> instead.
1222        </entry></row>
1224        <row><entry>
1225          <guimenuitem>Resize Window</guimenuitem></entry><entry>
1226          Set the window to a sensible size for its contents.
1227        </entry></row>
1229        <row><entry>
1230          <guimenuitem>Close Window</guimenuitem></entry><entry>
1231          Close this window.
1232        </entry></row>
1234        <row><entry>
1235          <guimenuitem>Enter Path...</guimenuitem></entry><entry>
1236          Open the path-entry box (see the the <xref linkend="mini"/> section).
1237        </entry></row>
1239        <row><entry>
1240          <guimenuitem>Shell Command...</guimenuitem></entry><entry>
1241          Open the shell command box (see the <xref linkend="mini"/> section).
1242        </entry></row>
1244        <row><entry>
1245          <guimenuitem>Show ROX-Filer Help</guimenuitem></entry><entry>
1246          Same as selecting ROX-Filer and choosing
1247          <guimenuitem>Help</guimenuitem> from the menu.
1248        </entry></row>
1250     </tbody></tgroup></informaltable>
1253    </para>
1254   </sect1>
1256   <sect1>
1257    <title><anchor id="SendTo" xreflabel="Send To menu"/>The send to menu</title>
1258    <para>
1260     The `Send To' menu provides a quick way to send some files to an application.
1261     The filer scans all the <filename>SendTo</filename> directories in your
1262     <envar>CHOICESPATH</envar> and lists the contents on this menu.
1263     </para><para>
1264     To change which applications appear here you should choose the
1265     <guimenuitem>Customise</guimenuitem> item from the bottom
1266     of the menu to create and open your own <filename>SendTo</filename>
1267     directory. Applications can be symlinked into this directory by dragging
1268     them in with <keycap>Control</keycap> and <keycap>Shift</keycap> held down.
1269     </para><para>
1270     Opening the Send To menu via the main menu is rather slow, so it is
1271     normally opened by clicking the Menu mouse button over a file while
1272     holding the <keycap>Shift</keycap> key down.
1273    </para>
1274    <sect2>
1275     <title>Showing different applications for different types</title>
1276     <para>
1277      You may want to set things up so that, for example, the Gimp is
1278      only shown when an image is selected. To do this, create a
1279      hidden directory inside <filename>SendTo</filename> called
1280      <filename>.image</filename>, or whatever type you want to use.
1281      You can use either the complete type (eg <filename>.image_png</filename>)
1282      or just the media type. Use <guimenuitem>Info</guimenuitem> over a file to
1283      find out its MIME type.
1284     </para>
1285     <para>
1286      Entries in these hidden directories are shown only for files of
1287      the appropriate type. If multiple files are selected, the
1288      <filename>.group</filename> directory is used instead.
1289     </para>
1290    </sect2>
1291   </sect1>
1293  </chapter>
1295  <chapter id="icons">
1296   <title>The pinboard and panels</title>
1297   <para>
1299    The <xref linkend="run_pin"/> and <xref linkend="run_pan"/> sections explain
1300    how to turn the pinboard and panels on. Once on, you may drop items from filer
1301    windows onto the them to pin them up. Clicking on a pinned item acts just like
1302    clicking on it in a filer window. You can drag pinned icons just like normal
1303    icons and you can right-click on one to see the popup menu.
1304    </para><para>
1305    Drag panel icons with the middle mouse button to move them around.
1306    In previous versions of the filer, pinboard icons were also moved using the
1307    middle mouse button. This may still work (depending on your window manager),
1308    but using the left mouse button is now preferred.
1309    </para><para>
1310    Changes to the pinboard and panel are automatically saved. Clicking on pinned
1311    icons with <keycap>Control</keycap> held down selects and unselects them.
1312    Click on the background to unselect them all.
1313    </para><para>
1314    If the panel has so many icons that they can't all be shown at once
1315    then you can scroll it by dragging the blank area in the middle.
1316   </para>
1318   <important><para>
1319     Pinning a file does <emphasis>not</emphasis> copy it, it merely
1320     creates a shortcut to the original file. If you delete the file, then
1321     you've lost it! Removing a pinned file from its pinboard or panel
1322     only removes the link. This is different to most other filers...
1323   </para></important>
1325   <sect1>
1326    <title>The pinboard and panel menus</title>
1327    <para>
1329     <informaltable><tgroup cols="2">
1330       <thead><row><entry>Entry</entry><entry>Action</entry></row></thead>
1331       <tbody>
1333        <row><entry>
1334          <guimenuitem>ROX-Filer</guimenuitem></entry><entry>
1335          Show the filer's help, edit the options or open your home directory.
1336        </entry></row>
1338        <row><entry>
1339          <guimenuitem>File `file'</guimenuitem></entry><entry>
1340          Offers a smaller version of the filer's submenu of the same name.
1341        </entry></row>
1343        <row><entry>
1344          <guimenuitem>Edit Item</guimenuitem></entry><entry>
1345          Change the name displayed under the icon, or the pathname the item
1346          points to.
1347        </entry></row>
1349        <row><entry>
1350          <guimenuitem>Show Location</guimenuitem></entry><entry>
1351          Open a directory viewer showing where the file is stored.
1352        </entry></row>
1354        <row><entry>
1355          <guimenuitem>Remove Item(s)</guimenuitem></entry><entry>
1356          Remove the selected items from the pinboard or panel.
1357        </entry></row>
1359        <row><entry>
1360          <guimenuitem>Backdrop...</guimenuitem></entry><entry>
1361          Set the desktop backdrop image (see below). Only available from
1362          the pinboard menu.
1363        </entry></row>
1365     </tbody></tgroup></informaltable>
1367     </para><para>
1368     If you are setting up the defaults for multiple users and
1369     you wish to create a `Home' icon that leads to each user's home directory
1370     then you should first create a new icon and then use
1371     <guimenuitem>Edit Icon</guimenuitem> to change the location to
1372     <filename>~</filename> and the name to `Home'.
1373     </para><para>
1374     Note that individual applications may add extra menu items to the
1375     top of this menu when you click over them &mdash; see <xref linkend="AppDir"/>
1376     for details.
1377    </para>
1378   </sect1>
1380   <sect1>
1381    <title>Panel applets</title>
1382    <para>
1384     <application>ROX-Filer</application> allows you to run small programs
1385     inside the panel &mdash; such programs are called
1386     <emphasis>applets</emphasis>. To run an applet, drag it onto the panel from
1387     a filer window and instead of the applet's icon being shown, the applet
1388     will run.
1389    </para>
1391    <procedure><title>To create your own applets (programmers only!):</title>
1393     <step><para>
1394       Create a directory for the applet (eg <filename>MyApplet</filename>).
1395     </para></step>
1397     <step><para>
1398       Use the <guimenuitem>Set Icon...</guimenuitem> feature to create an icon
1399       called <filename>.DirIcon</filename> inside it (so the directory appears
1400       with an icon).
1401     </para></step>
1403     <step><para>
1404       Make a <filename>Help</filename> directory inside it for when the user
1405       chooses <guimenuitem>Help</guimenuitem> from the menu.
1406     </para></step>
1408     <step><para>
1409       Create an executable file called <filename>AppletRun</filename>. This will be
1410       passed the XID of the panel socket window when the directory is dragged
1411       onto the panel. You can use this to create a GtkPlug widget. An
1412       example applet (written in python) is available at
1413       <ulink url="http://rox.sourceforge.net/applets.php3"/>
1414     </para></step>
1416    </procedure>
1417   </sect1>
1419   <sect1>
1420    <title><anchor id="iconify" xreflabel="Iconified windows"/>Iconified windows on the pinboard</title>
1421    <para>
1422     When the pinboard is in use, ROX-Filer can be used to display an icon for each iconified
1423     (or 'minimised') window. You can turn this on or off from the Options box. Iconified window icons
1424     highlight when you move the mouse over them and can be dragged around.
1425     Clicking on one will expand it back into the window it represents. Some older window managers do not
1426     support this, and no icons will be shown.
1427    </para>
1428   </sect1>
1430   <sect1>
1431    <title><anchor id="backdropapp" xreflabel="Backdrop applications"/>The pinboard backdrop image</title>
1432    <para>
1433     You can set any image for the backdrop by choosing <guimenuitem>Backdrop...</guimenuitem>
1434     from the pinboard menu (right-click over the desktop background when the pinboard is turned on).
1435    </para>
1436    <para>
1437     To set an image, select <guilabel>Centred</guilabel>, <guilabel>Scaled</guilabel> or
1438     <guilabel>Tiled</guilabel> to set the style, and then drag an image onto the marked area.
1439     To return to a solid colour backdrop (as set in the Options box), click on
1440     <guibutton>Clear</guibutton>.
1441    </para>
1442    <formalpara><title>For programmers...</title>
1443     <para>
1444      If you want to create an application to set the backdrop (eg, to choose a
1445      random image, or a slideshow) you need to first create an application directory
1446      (see <xref linkend="AppDir"/>).
1447     </para>
1448    </formalpara><para>
1449     When run without arguments, the application should invoke the
1450     <function>SetBackdropApp</function> SOAP method (see <xref
1451     linkend="soap"/>). The filer will immediately run the application again,
1452     this time with the <option>--backdrop</option> option.
1453    </para><para>
1454     When run with <option>--backdrop</option>, the program should write the style and name of
1455     the image file to display to its standard output stream, eg:
1456     <screen>tile /tmp/image.png</screen>
1457     <userinput>centre</userinput> and <userinput>scale</userinput> are the other possible
1458     styles. The filer will then load this image and display it. The application does not
1459     set the backdrop itself, it only tells the filer what to display.
1460    </para><para>
1461     In the case of a random backdrop chooser, the program may then quit immediately. If
1462     the application created a temporary image then it should read the line "ok\n" from its
1463     standard input before deleting the image.
1464    </para><para>
1465     If the application wishes to show a sequence of images it should still read "ok\n",
1466     then wait until it's time to display the next image and then write that filename, and
1467     so on.
1468    </para><para>
1469     The filer will indicate that the program should stop running by closing the two
1470     streams. The program should clean up and exit at this point. Be sure to catch
1471     SIGPIPE when writing to standard output if you need to delete any temporary files.
1472    </para><para>
1473     This example program will display an image of the Earth on the backdrop, updating it
1474     once a minute. Note the three places we check for the filer closing its connection with
1475     us: when sending the image, when waiting for acknowledgement, and while sleeping.
1476     This file should be saved as <filename>AppRun</filename> inside your new application
1477     directory. To set the backdrop, run the application (eg, by clicking on it).
1478     <programlisting><![CDATA[
1479 #!/usr/bin/env python
1481 import sys, os
1483 if len(sys.argv) == 1:
1484         # Become the backdrop application
1485         app = os.path.abspath(os.path.dirname(sys.argv[0]))
1486         cin = os.popen('rox -R', 'w')
1487         cin.write("""<?xml version="1.0"?>
1488 <env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
1489   <env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
1490    <SetBackdropApp><App>""" + app + """</App></SetBackdropApp>
1491   </env:Body>
1492 </env:Envelope>
1493 """)
1494         sys.exit(0)
1495 elif len(sys.argv) != 2 or sys.argv[1] != '--backdrop':
1496         sys.stderr.write("Usage: %s [--backdrop]\n" % sys.argv[0])
1497         sys.exit(1)
1499 # If we get here, we've been run by the filer.
1500 # Generate a sequence of images, sending them to the filer one by one.
1502 import tempfile, time, signal
1503 from select import select
1505 time_between_updates = 60
1507 while 1:
1508         # Write image to a temporary file
1509         path = tempfile.mktemp('.ppm')
1510         child = os.fork()
1511         if child == 0:
1512                 fd = os.open(path, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, 0600)
1513                 os.dup2(fd, 1)
1514                 os.execvp("xearth", ["xearth", "-ppm"])
1515                 os._exit(1)
1516         pid, status = os.waitpid(child, 0)
1517         if status:
1518                 break           # xearth didn't work
1520         # Send message to filer
1521         quit = 0
1522         try:
1523                 print "centre " + path
1524                 sys.stdout.flush()
1525                 if sys.stdin.readline() != 'ok\n':
1526                         quit = 1                # filer closed connection
1527         except:
1528                 quit = 1                        # filer closed connection
1529         # Delete temporary file
1530         os.unlink(path)
1531         if quit:
1532                 break
1534         # Wait until the next image is due, or the filer tells us to quit
1535         ready = select([sys.stdin], [], [], time_between_updates)[0]
1536         if ready:
1537                 # filer closed connection while we were waiting
1538                 break
1540     </programlisting>
1541    </para>
1542   </sect1>
1543  </chapter>
1545  <chapter id="virtual">
1546   <title>
1547    <anchor id="vfs" xreflabel="Virtual file systems"/>Virtual file systems
1548   </title>
1549   <para>
1550    Some types of file can be represented as a directory. A typical example
1551    is a zip file, which contains an entire directory structure in compressed
1552    form. It is often useful to be able to open up such a file as if it
1553    was a real directory, and the VFS system allows you to do this.
1554   </para><para>
1555    To use this feature you must have a system such as
1556    AVFS<citation>AVFS</citation> installed, which causes the kernel to support
1557    various Virtual File Systems directly.
1558   </para>
1560  </chapter>
1562  <chapter id="minibuffer">
1563   <title><anchor id="mini" xreflabel="Minibuffer"/>The mini-buffer</title>
1564   <para>
1566    The mini-buffer is a white bar that appears along the bottom of the
1567    window and allows you to enter some text. Press <keycap>Escape</keycap> to
1568    get rid of it again. It behaves in different ways depending on how you
1569    invoked it:
1570   </para>
1572   <sect1>
1573    <title>The path-entry box</title>
1574    <para>
1576     This allows you to type in a path directly. As you type the display
1577     is updated to show the item entered visually. The main use is to find
1578     a file in a large directory quickly, but you can also use it for navigating
1579     between directories, or for selecting a full pathname from somewhere
1580     else and pasting it directly into the path-entry box.
1583     <informaltable><tgroup cols="2">
1584       <thead><row><entry>Key</entry><entry>Action</entry></row></thead>
1585       <tbody>
1587        <row><entry>
1588          <keycap>Return</keycap></entry><entry>
1589          Open the currently selected item.
1590        </entry></row>
1592        <row><entry>
1593          <keycap>Tab</keycap></entry><entry>
1594          Shell-style tab completion.
1595        </entry></row>
1597        <row><entry>
1598          <keycap>Up</keycap>, <keycap>Down</keycap></entry><entry>
1599          Select the previous/next matching entry.
1600        </entry></row>
1601     </tbody></tgroup></informaltable>
1603    </para>
1605    <para>
1606     If you start entering a name beginning with a `.' then the `Show Hidden'
1607     feature is temporarily turned on so that the file can be shown.
1608    </para>
1610    <para>
1611     Tab completion tries to fill in as many characters for you as it can.
1612     For example, if there are two files in a directory called 
1613     <filename>save-mail-nov-1999</filename> and
1614     <filename>save-mail-dec-1999</filename> then typing
1615     <userinput>save</userinput> and pressing <keycap>Tab</keycap> will expand
1616     <userinput>save</userinput> to <userinput>save-mail-</userinput> and beep
1617     to indicate that the match is not complete. If you use tab completion on a
1618     directory and it is unique then the filer will automatically change into
1619     the directory. This behavior should be familiar to shell users.
1620    </para>
1622    <informalexample><para>
1623      Let's say you want to locate the documentation for Wine in the directory
1624      <filename>/usr/share/doc</filename> (which is usually very large).
1625      Here's how you could do it:
1627      <orderedlist>
1629       <listitem><para>
1630         Open the minibuffer by choosing <guimenuitem>Enter
1631         Path...</guimenuitem> from the <guimenu>Window</guimenu> menu, or
1632         by pressing the slash (<keycap>/</keycap>) key.
1633       </para></listitem>
1635       <listitem><para>
1636         Press <keycap>CTRL</keycap>+<keycap>A</keycap> to select the existing
1637         contents.
1638       </para></listitem>
1640       <listitem><para>
1641         Type
1642         <userinput>u&lt;Tab&gt;sh&lt;Tab&gt;do&lt;Tab&gt;wi&lt;Tab&gt;</userinput>.
1643         As you type, the cursor will move to the correct subdirectory.
1644         If it beeps when you press <keycap>Tab</keycap> then you need to supply
1645         more letters, or press <keycap>Return</keycap>.
1646       </para></listitem>
1648      </orderedlist>
1650    </para></informalexample>
1651   </sect1>
1653   <sect1>
1654    <title>The shell command box</title>
1655    <para>
1657     This provides a quick way of entering shell commands if you don't
1658     want to open an xterm. If you don't know what shell commands are,
1659     skip this section!
1660     </para><para>
1661     Just type in the command and press <keycap>Return</keycap> to execute it.
1662     <keycap>Up</keycap> and <keycap>Down</keycap> arrows move through previously
1663     entered commands.
1664     <keycap>Tab</keycap> does shell-style completion.
1665     Clicking on an item inserts its name into the minibuffer.
1666     If some items are selected then they are assigned to the positional
1667     parameters <userinput>$1</userinput>, <userinput>$2</userinput>, etc.
1668     </para><para>
1669     Opening the minibuffer with a selection adds <computeroutput>"$@"</computeroutput>
1670     to the end of the command &mdash; this expands to all the selected files.
1671    </para>
1673    <informalexample><para>Examples:
1675      <orderedlist><title>To untar a <filename>.tgz</filename> archive:</title>
1677       <listitem><para>
1678         Open the minibuffer by choosing <guimenuitem>Shell Command...</guimenuitem> from
1679         the <guimenu>Window</guimenu> menu.
1680         I usually bind this to the bang (<keycap>!</keycap>) key.
1681       </para></listitem>
1683       <listitem><para>
1684         Type <userinput>tar xzf</userinput> and click on the file.
1685         The leading space is automatically inserted.
1686       </para></listitem>
1688       <listitem><para>
1689         Press <keycap>Return</keycap> to execute it.
1690       </para></listitem>
1692      </orderedlist>
1694      <orderedlist><title>To print all the selected files:</title>
1696       <listitem><para>
1697         Open the shell command minibuffer.
1698       </para></listitem>
1700       <listitem><para>
1701         Type <userinput>lpr</userinput> at the beginning of the line and press
1702         <keycap>Return</keycap>.
1703       </para></listitem>
1705      </orderedlist>
1707    </para></informalexample>
1709    <itemizedlist><title>Notes</title>
1711     <listitem><para>
1712       Be careful; you will not be asked to confirm! If in doubt, start the
1713       command with <userinput>xmessage</userinput> so that it will be displayed
1714       rather than executed.
1715     </para></listitem>
1717     <listitem><para>
1718       <citerefentry><refentrytitle>sh</refentrytitle></citerefentry>
1719       is always used as the name of the shell to run (mainly because
1720       <citerefentry><refentrytitle>bash</refentrytitle></citerefentry> and
1721       <citerefentry><refentrytitle>csh</refentrytitle></citerefentry> treat
1722       positional parameters differently).
1723       However, <envar>PATH</envar> is searched to find it so you can still use
1724       another shell if you want by naming it sh and putting it in your path.
1725     </para></listitem>
1727     <listitem><para>
1728       Commands execute in the background, so you can say:
1730       <command>sleep 240; xmessage Time to go!</command>
1731     </para></listitem>
1733    </itemizedlist>
1734   </sect1>
1736   <sect1>
1737    <title><anchor id="SelectIf" xreflabel="Select If"/>The conditional
1738     selection box</title> <para>
1740     Use this if you want to automatically select all files in the directory
1741     which match a condition.
1743     <orderedlist><title>For example, to select all files larger than 5Mb:</title>
1745      <listitem><para>
1746        Open the Select If minibuffer.
1747      </para></listitem>
1749      <listitem><para>
1750        Type <userinput>Size &gt; 5Mb</userinput> and press <keycap>Return</keycap>.
1751      </para></listitem>
1753     </orderedlist>
1755     Just those files over 5 Mb in size will be selected. The expressions
1756     you can enter are in the same form as described in the
1757     <xref linkend="Searching"/> section, except that
1758     <userinput>prune</userinput> has no effect since the contents of
1759     directories are never checked anyway. You can press <keycap>Tab</keycap>
1760     to jump to each selected file in turn.
1762    </para>
1763   </sect1>
1764  </chapter>
1766  <chapter id="actions">
1767   <title>Action windows</title>
1768   <para>
1769    Action windows are those boxes that appear while you're doing a
1770    Copy/Move/Link/etc operation. The status line at the top of the window shows
1771    the current directory or object that the window is processing. The scrolling
1772    area below is the log area &mdash; it shows what has been done, and questions
1773    may be displayed here.
1774    <mediaobject>
1775     <imageobject>
1776      <imagedata align="center" format="PNG" fileref="../Action.png"/>
1777     </imageobject>
1778     <textobject><para>Can't display image.</para></textobject>
1779    </mediaobject>
1780    </para><para>
1781    Below this are four buttons and some options. All windows have the
1782    <guilabel>Quiet</guilabel> option. When this is on the filer will only
1783    confirm some operations (such as deleting a non-writeable file). Otherwise,
1784    all operations are confirmed.
1785    </para><para>
1786    The buttons work as follows:
1788    <variablelist>
1790     <varlistentry><term><guibutton>Yes</guibutton></term><listitem><para>
1791        answers yes to the question displayed in the log area.
1792     </para></listitem></varlistentry>
1794     <varlistentry><term><guibutton>No</guibutton></term><listitem><para>
1795        answers no to the question displayed in the log area.
1796     </para></listitem></varlistentry>
1798     <varlistentry><term><guibutton>Cancel</guibutton></term><listitem><para>
1799        kills the current operation (if any) and closes the action
1800        window.
1801     </para></listitem></varlistentry>
1803     <varlistentry><term><guibutton>Quiet</guibutton></term><listitem><para>
1804        is a quick way to turn <guilabel>Quiet</guilabel> on and click
1805        <guibutton>Yes</guibutton>.
1806     </para></listitem></varlistentry>
1809    </variablelist>
1811    You can control which actions get started automatically (without you
1812    having to click on <guibutton>Quiet</guibutton> at the start) from the
1813    Options window.
1814   </para>
1816   <sect1>
1817    <title>Action window options</title>
1818    <para>
1820     Some actions have options, which appear as option boxes at the bottom
1821     of the window. They are:
1823     <itemizedlist>
1825      <listitem><para>
1826        <guilabel>Force</guilabel> means that the filer won't treat non-writeable
1827        files as special.  Normally, it confirms the deletion even if
1828        <guibutton>Quiet</guibutton> is pressed.
1829        Note that you still can't remove files from non-writeable directories because
1830        in that case you really don't have permission.
1831      </para></listitem>
1833      <listitem><para>
1834        <guilabel>Brief</guilabel> prevents the filer logging a message every time it
1835        does something.  Use this to speed things up if large numbers of messages are
1836        being logged.
1837      </para></listitem>
1839      <listitem><para>
1840        <guilabel>Recurse</guilabel> means that doing something to a directory will
1841        also do the same thing to all its contents, and the contents of any
1842        subdirectories, and so on.
1843      </para></listitem>
1845      <listitem><para>
1846        <guilabel>Newer</guilabel> will automatically copy a file over an existing one
1847        if the file is newer than the one it replaces (later modification time).
1848      </para></listitem>
1850     </itemizedlist>
1851    </para>
1852    <para>
1853      You can set the defaults for these options from the Options box.
1854    </para>
1855   </sect1>
1856  </chapter>
1858  <chapter id="searching">
1859   <title><anchor id="Searching" xreflabel="Searching"/>Searching</title>
1860   <para>
1862    The Find feature looks through all the selected files and directories
1863    and any subdirectories (recursively) looking for items that match
1864    a particular expression.
1865    </para><para>
1866    If you know the name of a file then just enter it in the `Expression:'
1867    box, enclosed in single quotes. For example, to find a file called
1868    <filename>log</filename> you would enter <userinput>'log'</userinput>.
1870    Remember to use normal quotes, not double quotes (") or back-quotes (`).
1871    </para><para>
1872    As the filer finds matching files they are added to the results list.
1873    Double-clicking on an entry in the list opens a viewer showing that file.
1874    The filer will use the same window to view other results (so, if you want
1875    the results shown in separate windows you must explicitly create a new
1876    window from the <guimenu>Window</guimenu> menu).
1877   </para>
1879   <sect1>
1880    <title>Wildcards</title>
1881    <para>
1883     You can also put shell-style wildcard characters inside the quotes,
1884     for example:
1886     <simplelist>
1888      <member><command>'*.html'</command></member>
1889      <member><command>'Report.*'</command></member>
1890      <member><command>'Draft[1-5]'</command></member>
1891      <member><command>'main.[ch]'</command></member>
1893     </simplelist>
1895     Look at the
1896     <citerefentry><refentrytitle>glob</refentrytitle>
1897      <manvolnum>7</manvolnum></citerefentry>
1898     manpage if you want to know more about shell wildcards.
1899     </para><para>
1900     If the pattern you enter contains a slash (`/') character then the
1901     pattern is matched against the file's full path, otherwise only the
1902     leafname is used. That is, <userinput>'*tmp*'</userinput> will find
1903     <filename>tmp</filename> and <filename>tmpfile</filename> but not
1904     <filename>/tmp/file</filename> &mdash; <userinput>'/*tmp*'</userinput> will find
1905     all three.
1906    </para>
1907   </sect1>
1909   <sect1>
1910    <title>Simple tests</title>
1911    <para>
1912     As well as finding files by their names you can also find them by
1913     various other attributes. Note that <emphasis>file</emphasis> is used here to
1914     mean anything that can appear in the filesystem &mdash; including directories,
1915     devices and so on.
1916     </para><para>
1917     You can also use a short form for each test; these are shown in brackets.
1918     You can combine multiple tests &mdash; `<userinput>-rw</userinput>' is
1919     the same as `<userinput>IsReadable and IsWriteable</userinput>'.
1920    </para>
1922    <itemizedlist><title>These look at the type of the item being checked:</title>
1924     <listitem><para>
1925       <userinput>IsReg (-f)</userinput> matches any regular (ie, normal) file.
1926     </para></listitem>
1928     <listitem><para>
1929       <userinput>IsLink (-l)</userinput> matches symlinks.
1930     </para></listitem>
1932     <listitem><para>
1933       <userinput>IsDir (-d)</userinput> matches directories.
1934     </para></listitem>
1936     <listitem><para>
1937       <userinput>IsChar (-c)</userinput> matches character device files.
1938     </para></listitem>
1940     <listitem><para>
1941       <userinput>IsBlock (-b)</userinput> matches block device files.
1942     </para></listitem>
1944     <listitem><para>
1945       <userinput>IsDev (-D)</userinput> matches block or character device files.
1946     </para></listitem>
1948     <listitem><para>
1949       <userinput>IsPipe (-p)</userinput> matches pipes.
1950     </para></listitem>
1952     <listitem><para>
1953       <userinput>IsSocket (-S)</userinput> matches sockets.
1954     </para></listitem>
1956    </itemizedlist>
1958    <itemizedlist><title>These look at the permissions set on the file &mdash;
1959      see the <xref linkend="Permissions"/> section.</title>
1961     <listitem><para>
1962       <userinput>IsSUID (-u)</userinput> matches files which have the Set-UID
1963       bit set.</para></listitem>
1965     <listitem><para>
1966       <userinput>IsSGID (-g)</userinput> matches files which have the Set-GID
1967       bit set.</para></listitem>
1969     <listitem><para>
1970       <userinput>IsSticky (-k)</userinput> matches files with the sticky bit
1971       set.</para></listitem>
1973     <listitem><para>
1974       <userinput>IsReadable (-r)</userinput> matches files which you can read
1975       from.</para></listitem>
1977     <listitem><para>
1978       <userinput>IsWriteable (-w)</userinput> matches files which you can write to.
1979     </para></listitem>
1981     <listitem><para>
1982       <userinput>IsExecutable (-x)</userinput> matches files which you can execute.
1983     </para></listitem>
1985    </itemizedlist>
1987    <itemizedlist><title>And a couple of other useful ones:</title>
1989     <listitem><para>
1990       <userinput>IsEmpty (-z)</userinput> finds empty files (ie, those whose
1991       length is 0 bytes).
1992     </para></listitem>
1994     <listitem><para>
1995       <userinput>IsMine (-o)</userinput> finds files which you own.
1996     </para></listitem>
1998    </itemizedlist>
2000   </sect1>
2002   <sect1>
2003    <title>Logic operators</title>
2004    <para>
2005     You can combine the above tests in various ways to perform more advanced
2006     searches.
2007     An expression is actually made up of a list of <emphasis>cases</emphasis>,
2008     separated by commas. The filer will try to match each case in turn
2009     until one matches or there are no more cases left. For example, to
2010     search for files with several possible endings:
2012     <screen>'*.gif', '*.htm', '*.html'</screen>
2014     Further, each of the cases is actually a list of conditions. The case
2015     only matches if all of its conditions are met. So, to find a directory
2016     called <filename>lib</filename> or a regular file ending in
2017     <filename>.so</filename>:
2019     <screen>IsDir 'lib', IsReg '*.so'</screen>
2021     You can negate a condition by putting a <userinput>!</userinput> in front
2022     of it and you can use a sub-expression as a condition by bracketing it,
2023     like this:
2025     <screen>
2026      !(IsDir, IsReg)
2028      !IsDir !IsReg
2030      Not isdir and not isreg
2032      !-d !-f</screen>
2033     All four do the same thing.
2034    </para>
2035   </sect1>
2037   <sect1>
2038    <title>Comparisons</title>
2039    <para>
2040     You can also compare various values using the operators
2041     <userinput>&lt;</userinput>,
2042     <userinput>&lt;=</userinput>,
2043     <userinput>=</userinput>,
2044     <userinput>!=</userinput>,
2045     <userinput>&gt;</userinput>, and
2046     <userinput>&gt;=</userinput>
2047     (for less-than, less-than-or-equal-to, equal-to,
2048     not-equal-to, greater-than and greater-than-or-equal-to).
2050     When comparing times, you may find it helpful to use
2051     <userinput>after</userinput> and <userinput>before</userinput> instead of
2052     <userinput>&gt;</userinput> and <userinput>&lt;</userinput> to make things
2053     clearer.
2054    </para>
2056    <itemizedlist><title>
2057      The following are read from the file being checked and may be used
2058      for the values being compared:
2059     </title>
2061     <listitem><para>
2062       <userinput>atime</userinput> The time that the file was last accessed.
2063     </para></listitem>
2065     <listitem><para>
2066       <userinput>ctime</userinput> The time that the file's status was last changed.
2067     </para></listitem>
2069     <listitem><para>
2070       <userinput>mtime</userinput> The time that the file's contents were last modified.
2071     </para></listitem>
2073     <listitem><para>
2074       <userinput>size</userinput> The size of the file.
2075     </para></listitem>
2077     <listitem><para>
2078       <userinput>inode</userinput> The file's inode (index) number.
2079     </para></listitem>
2081     <listitem><para>
2082       <userinput>nlinks</userinput> The number of links to this file. That is,
2083       the number of directory entries which refer to this file. Note that
2084       symlinks don't count as references.
2085     </para></listitem>
2087     <listitem><para>
2088       <userinput>uid</userinput> The User ID of the file.
2089     </para></listitem>
2091     <listitem><para>
2092       <userinput>gid</userinput> The Group ID of the file.
2093     </para></listitem>
2095     <listitem><para>
2096       <userinput>blocks</userinput> The number of disk blocks being used by the file.
2097     </para></listitem>
2099    </itemizedlist>
2101    <para>
2102     Times are measured as seconds since the Unix Epoch (00:00:00 UTC,
2103     January 1, 1970). Sizes are in bytes. When specifying constants to
2104     compare these values with you may use various keywords to scale the
2105     value:
2107     <itemizedlist>
2109      <listitem><para>
2110        <userinput>Byte(s)</userinput> has no effect, but looks better.
2111      </para></listitem>
2113      <listitem><para>
2114        <userinput>Kb</userinput> multiplies by 1024, so 2Kb is the same as 2048.
2115      </para></listitem>
2117      <listitem><para>
2118        <userinput>Mb</userinput> multiplies by 1024<superscript>2</superscript>,
2119        ie 1024 Kb.
2120      </para></listitem>
2122      <listitem><para>
2123        <userinput>Sec(s)</userinput> has no effect, but looks nice.
2124      </para></listitem>
2126      <listitem><para>
2127        <userinput>Min(s)</userinput> multiplies by 60 to get minutes.
2128      </para></listitem>
2130      <listitem><para>
2131        <userinput>Hour(s), Day(s), Week(s), Year(s)</userinput> likewise
2132        convert to the relevant unit.
2133      </para></listitem>
2135      <listitem><para>
2136        <userinput>Ago</userinput> makes the time in the past relative to when
2137        the check is done.
2138      </para></listitem>
2140      <listitem><para>
2141        <userinput>Hence</userinput> makes the time in the future.
2142      </para></listitem>
2144      <listitem><para>
2145        <userinput>Now</userinput> is short for <userinput>0 Secs Hence</userinput>.
2146      </para></listitem>
2148     </itemizedlist>
2150     Some examples should make this all a bit clearer!
2152     <screen>
2153      mtime after 1 day ago
2155      size &gt; 10 Mb
2157      IsReg and nlinks &gt; 1</screen>
2158     The first finds files modified within the last 24 hours. You could
2159     use <userinput>&gt;</userinput> instead of <userinput>after</userinput>,
2160     but it's not so clear what is meant.
2161     </para><para>
2162     The second finds files larger than 10 Mb. The last finds regular files with
2163     more than one directory entry.
2164     </para><para>
2165     Be careful though &mdash; the filer doesn't check the context of the
2166     modifiers, so <userinput>size &gt; 1 day ago</userinput> is allowed,
2167     although it doesn't make much sense!
2169     Also, forgetting to use <userinput>ago</userinput> or
2170     <userinput>hence</userinput> will cause odd effects (the time will be
2171     measured relative to the Epoch rather than the current time).
2172     Finally, don't use <userinput>=</userinput> with times &mdash;
2173     <userinput>atime = 1 day ago</userinput> looks for a file accessed
2174     <emphasis>exactly</emphasis> 86400 seconds ago...
2176    </para>
2177   </sect1>
2179   <sect1>
2180    <title>Specials</title>
2181    <para>
2183     <itemizedlist>
2185      <listitem><para>
2186        <userinput>System(Command)</userinput> executes `Command' on the file.
2187        The test succeeds if the command returns an exit status of zero. A `%'
2188        character in `Command' is replaced by the full path of the file being
2189        checked.  <userinput>System</userinput> is a very slow test to perform,
2190        so do it last if possible.  For example, if you're looking for a
2191        <filename>.c</filename> file containing the word `main', do:
2193        <screen>'*.c' system(grep -q main "%")</screen>
2194        so that the grep is only performed for files ending in <filename>.c</filename>
2195        (as opposed to only checking that the file ends in <filename>.c</filename> if
2196        it contains the word `main').
2197      </para></listitem>
2199      <listitem><para>
2200        <userinput>Prune</userinput> Always fails!
2201        <footnote><para>Note that this is the opposite of the
2202          <citerefentry><refentrytitle>find</refentrytitle><manvolnum>1</manvolnum>
2203        </citerefentry> command.</para></footnote>
2205        However, if it gets evaluated at all then it prevents the filer
2206        from checking inside the current directory. Remember the order in which
2207        the filer checks the expression!
2208      </para></listitem>
2210     </itemizedlist>
2212     Examples:
2214     <screen>
2215      '*.old' system(rm '%')
2217      'src' prune, '*.c'</screen>
2218     The first deletes each file ending in <filename>.old</filename>.
2219     The second looks for <filename>.c</filename> files, but does not bother
2220     checking inside directories called <filename>src</filename>.
2221     The expression is evaluated like this:
2222     </para><para>
2223     If file is named <filename>src</filename> then `Prune'.
2224     Either way, check if it ends in <filename>.c</filename> and include
2225     it in the results if so.
2226    </para>
2227   </sect1>
2228  </chapter>
2230  <chapter id="options">
2231   <title>Options</title>
2232   <para>
2234    You can configure various aspects of <application>ROX-Filer</application>
2235    from the Options box.
2236    Choose <guimenuitem>Options...</guimenuitem> from a filer window menu to
2237    open it. The list on the left of the window lists the various sections &mdash;
2238    click on one to see its options.
2240    At the bottom of the window are two buttons:
2242    <itemizedlist>
2244     <listitem><para>
2245       <guibutton>OK</guibutton>
2246       saves the current choices into your Choices directory for next time
2247       <application>ROX-Filer</application> is loaded, if anything changed.
2248       Exactly where choices are loaded from and saved to is controlled by the
2249       <envar>CHOICESPATH</envar> environment variable &mdash; see
2250       <citation>Choices</citation> for details.
2251       Changes made in the Options box take effect instantly, so you don't need to
2252       click on <guibutton>OK</guibutton> just to try them out.
2253     </para></listitem>
2255     <listitem><para>
2256       <guibutton>Revert</guibutton>
2257       Restores all choices to how they were when the options box was opened.
2258       This button is shown shaded if you haven't made any changes.
2259       The Options window is not closed when this is used.
2260     </para></listitem>
2262    </itemizedlist>
2264    Many of the options in the Options window have tooltips &mdash; hold the
2265    mouse pointer over the option to find out what it does.
2267   </para>
2269   <sect1>
2270    <title>Translation options</title>
2271    <para>
2273     You can choose which language the filer will display messages in from
2274     here, or get it to read the LANG environment variable to get the desired
2275     language.
2277    </para>
2278   </sect1>
2280   <sect1>
2281    <title>Filer window options</title>
2282    <para>
2284     <itemizedlist>
2285      <listitem><para><guilabel>Automatically resize filer windows</guilabel> can be
2286        used to control when windows are automatically resized:
2288        <itemizedlist>
2289         <listitem><para><guilabel>Never automatically resize</guilabel>
2290           turns off auto-resizing. Windows must be resized manually.
2291         </para></listitem>
2293         <listitem><para><guilabel>Resize when changing the display style</guilabel>
2294           will resize the window automatically when you change the icon size or
2295           the type of details to be displayed.
2296         </para></listitem>
2298         <listitem><para><guilabel>Always resize</guilabel>
2299           causes the window to resize whenever it seems useful (that is, when
2300           changing to a different directory or when switching between display
2301           styles).
2302         </para></listitem>
2303        </itemizedlist>
2305      </para></listitem>
2307      <listitem><para> <guilabel>Largest window size</guilabel> sets the largest size
2308        (as a percentage of the screen size) that the auto-resizer will resize windows
2309        to.
2310      </para></listitem>
2312      <listitem><para> <guilabel>Short titlebar flags</guilabel> abbreviates
2313      the All, Thumbs and Scanning titlebar indicators to single letters.
2314      </para></listitem>
2316      <listitem><para> <guilabel>Unique windows</guilabel> prevents you from having
2317        two windows showing the same directory. Opening a second view onto a directory
2318        simply reshows the first one.
2319      </para></listitem>
2321      <listitem><para> <guilabel>New window on button 1</guilabel> swaps the
2322        actions of the two non-menu buttons when opening directories. This is
2323        provided for people who are used to the RISC OS mouse bindings.
2324      </para></listitem>
2326      <listitem><para> <guilabel>Single-click navigation in filer windows</guilabel>
2327        means that clicking on a file or directory will open it. If off, clicking on
2328        files selects them instead &mdash; you must double click on a file to open it.
2329      </para></listitem>
2331     </itemizedlist>
2332    </para>
2334    <sect2>
2335     <title>Display options</title>
2336     <para>
2338      <itemizedlist>
2339       <listitem><para><guilabel>Intelligent sorting</guilabel>
2340         treats upper and lower case letters as equivalent when sorting, ignores
2341         punctuation, and sorts numbers numerically. If this is off then
2342         <filename>Zoo</filename> comes before <filename>animal</filename>, for
2343         example.
2344       </para></listitem>
2346       <listitem><para><guilabel>Directories always come first</guilabel> means that
2347         all directories are sorted and displayed at the top, then all the other items
2348         are sorted and displayed below. With this option off, directories are mixed in
2349         with the other files.
2350       </para></listitem>
2352       <listitem><para><guilabel>Large wrap width</guilabel> sets the maximum width
2353         for a file's name in `Large Icons' display mode before the text will wrap onto
2354         two lines. In `Huge Icons' mode, the wrap width is 50% larger than this value.
2355       </para></listitem>
2357       <listitem><para><guilabel>Max Small Icons width</guilabel> &mdash; in
2358         `Small Icons' mode, any text longer than this is chopped off (a red bar
2359         indicates that some text is not shown). You can hold the mouse over the
2360         truncated name to see the full text.
2361       </para></listitem>
2363       <listitem><para><guilabel>Default settings for new windows</guilabel> &mdash;
2364         these options provide the default settings for newly opened
2365         windows. They correspond to choosing styles from the
2366         <guimenuitem>Display</guimenuitem> menu.
2367         If <guilabel>Inherit options from source window</guilabel>
2368         is on then opening a new window from an existing window
2369         (eg, by clicking the middle button over a directory) gives the new window
2370         the same options (icon size, sort order, etc) as the old window. If
2371         off, the new window has the default settings chosen here.
2372       </para></listitem>
2374      </itemizedlist>
2375     </para>
2376    </sect2>
2378    <sect2><title>Toolbar options</title>
2379     <para>
2380      The toolbar is described in the <xref linkend="Toolbar"/> section.
2381      <itemizedlist>
2382       <listitem><para> <guilabel>Unshade the tools you want:</guilabel> allows
2383         you to set which tools should appear on the toolbar. Click on the
2384         buttons below to shade and unshade them &mdash; shaded tools will not be
2385         shown on filer window toolbars.
2386       </para></listitem>
2388       <listitem><para> <guilabel>Toolbar type</guilabel> allows you to choose
2389         what kind of toolbars you want.
2390         <guimenuitem>None</guimenuitem> means that windows will not have a
2391         toolbar,
2392         <guimenuitem>Normal</guimenuitem> provides a small bar of icons, and
2393         <guimenuitem>Large</guimenuitem> displays larger buttons, with textual labels.
2394       </para></listitem>
2396       <listitem><para> <guilabel>Show totals of items</guilabel> shows the
2397         number of items displayed in a filer window, as well as the number of
2398         hidden items (if any) on the toolbar.  When there's a selection, it
2399         shows the number of selected items and their combined size (excluding
2400         directories).
2401       </para></listitem>
2403      </itemizedlist>
2405     </para>
2406    </sect2>
2408    <sect2><title>Minibuffers</title>
2409     <para>
2410      These two options control what happens when you press <keycap>Tab</keycap>
2411      in the path entry minibuffer:
2413      <itemizedlist>
2415       <listitem><para> <guilabel>Beep if Tab-completion fails</guilabel> &mdash; beep
2416        if there is no match, or there are several possible completions, each starting
2417        differently.
2418       </para></listitem>
2420       <listitem><para> <guilabel>Beep if there are several matches</guilabel> &mdash;
2421        beep if there are several matches, even though some letters were added.
2422       </para></listitem>
2424      </itemizedlist>
2425     </para>
2426    </sect2>
2427   </sect1>
2429   <sect1>
2430    <title>Pinboard options</title>
2431    <para>
2432     See the <xref linkend="run_pin"/> section for instructions on enabling the
2433     pinboard.
2435     <itemizedlist>
2437      <listitem><para><guilabel>Colours</guilabel>
2438        sets the colours used for the text under the icons, and the background colour
2439        (if no background image is set).
2440      </para></listitem>
2442      <listitem><para><guilabel>Single-click to open</guilabel>
2443        allows you to open a file or directory just by clicking on it. Hold down
2444        <keycap>Control</keycap> to select things. If this is off, clicking selects
2445        and double-clicking opens.
2446      </para></listitem>
2448      <listitem><para><guilabel>Pass button-3 clicks to window manager</guilabel>
2449        may be needed if your window manager uses button-3 clicks on the desktop
2450        for an important function. Normally, clicking button-3 will display
2451        the filer's pinboard menu.
2452      </para></listitem>
2454      <listitem><para><guilabel>Keep icons within screen limits</guilabel>
2455        prevents icons from going partly off the side of the screen.
2456      </para></listitem>
2458      <listitem><para> <guilabel>Icon grid step</guilabel> controls how finely
2459        the icons may be positioned.
2460      </para></listitem>
2462      <listitem><para> <guilabel>Iconified windows</guilabel> controls how the
2463        filer deals with iconified (or 'minimised') windows. If
2464        <guilabel>Show iconified windows</guilabel> is on then the filer shows
2465        an icon on the pinboard for each iconified window. The other two options
2466        let you choose the method of placing the icons. See <xref linkend="iconify"/>
2467        for details.
2468      </para></listitem>
2470     </itemizedlist>
2472    </para>
2473   </sect1>
2475   <sect1>
2476    <title>Panel options</title>
2477    <para>
2479     If you are using panels (see the <xref linkend="run_pan"/> section)
2480     then this section lets you choose which icons will have textual labels
2481     underneath them.
2482     You can have labels on all icons, on no icons, or on all icons except
2483     applications.
2485    </para>
2486   </sect1>
2488   <sect1>
2489    <title>Action window options</title>
2490    <para>
2492     You can choose to start some operations automatically, without waiting
2493     for you to click on <guibutton>Quiet</guibutton>.
2494     Select each operation that you want to auto-start here. You can also set
2495     the default state for each of the options that appear inside action
2496     windows.
2498    </para>
2499   </sect1>
2501   <sect1>
2502    <title>Drag-And-Drop options</title>
2503    <para>
2505     <itemizedlist>
2506      <listitem><para><application>ROX-Filer</application> uses the standard
2507        XDND protocol for drag-and-drop. This protocol recommends that URIs
2508        should contain the hostname of the computer that the resource is on so
2509        that the program receiving the data can determine whether it can get the
2510        data directly or whether it must go via the X-server. However, many
2511        older programs (particularly GNOME applications) get confused by the
2512        hostname and fail to load the data correctly. If <guilabel>Don't use
2513         hostnames</guilabel> is on then the hostname part is omitted and
2514        <application>ROX-Filer</application> will work with these applications
2515        BUT you can't drag data to a program running on a different machine.
2516      </para></listitem>
2518      <listitem><para><guilabel>Allow dragging to icons in filer
2519         windows</guilabel> controls what happens when you drop files onto icons
2520        in filer windows. If on then drops onto directories will save the data
2521        inside the directory, while dropping onto programs will invoke the
2522        program on that data. If off then drops anywhere inside a filer window
2523        act like drops onto the window background &mdash; that is, the data will
2524        be saved into the directory being displayed.
2525      </para></listitem>
2527      <listitem><para><guilabel>Directories spring open</guilabel> controls what
2528        happens when you hold a file over a directory while dragging it. If on,
2529        the directory will `spring open' after a short pause, allowing you to
2530        navigate to any directory during a drag. You can also hold the pointer
2531        over the Home and Up buttons on the toolbar for a similar effect. You
2532        need to have the previous option enabled for this to have any effect on
2533        files displayed in a directory.
2534      </para></listitem>
2536      <listitem><para><guilabel>Spring delay</guilabel> sets how long, in
2537        thousanths of a second, the filer will wait before spring opening a
2538        directory as described above. If the above option is turned off, then
2539        this has no effect.
2540      </para></listitem>
2542      <listitem><para><guilabel>Dragging files with the middle mouse button</guilabel>
2543        you can choose whether this displays a menu (like <keycap>Alt</keycap>
2544        dragging) or moves the files (like <keycap>Shift</keycap> dragging).
2545      </para></listitem>
2547     </itemizedlist>
2549    </para>
2550   </sect1>
2552   <sect1>
2553    <title>Menu options</title>
2554    <para>
2556     <itemizedlist>
2558      <listitem><para><guilabel>Menu on button 2</guilabel> swaps the actions
2559        of buttons 2 and 3 so that the middle button brings up the menus. This
2560        is provided for people who are used to the RISC OS mouse bindings.
2561        </para><para>
2562        As an alternative to using the options window to put menu on button-2,
2563        some people prefer to use the command <command>xmodmap -e "pointer
2564         = 1 3 2"</command>, which makes the right mouse button button-2 and
2565        the middle one button-3 (this affects all programs, not just
2566        <application>ROX-Filer</application>).
2567      </para></listitem>
2569      <listitem><para><guilabel>Size of icons in menus</guilabel> controls the
2570        size of the icons in the <guimenuitem>Send To</guimenuitem> and
2571        <guimenuitem>New</guimenuitem> menus.</para></listitem>
2573      <listitem><para><guilabel>Xterm here program</guilabel> is the command
2574        used when you choose <guimenuitem>Xterm here</guimenuitem> from the
2575        menu. You can replace it with another command such as
2576        <command>gnome-terminal</command>, <command>konsole</command>, or
2577        anything else.</para></listitem>
2579     </itemizedlist>
2580    </para>
2581   </sect1>
2583   <sect1>
2584    <title>Types</title>
2585    <para>
2586      <guilabel>Ignore eXecutable bit for known extensions</guilabel> means that
2587      when a file has a known extension (eg <filename>.gif</filename>) the
2588      executable bit is ignored. This is useful if you have files on a
2589      Windows-type filesystem which are being shown as executable programs.
2590      However, it prevents a file such as <filename>script.sh</filename> from
2591      being treated as a program.
2592      </para><para>
2593      The MIME type system used in the filer is described more fully in
2594      <xref linkend="types"/>.
2595      <itemizedlist>
2596       <listitem><para><guibutton>Show name-to-type rules</guibutton>
2597         opens the directories containing the files which tell the filer what
2598         type to give each file.</para></listitem>
2600       <listitem><para><guibutton>Re-read files</guibutton> causes the filer to
2601         reread these files after you've finished changing them.
2602       </para></listitem>
2603      </itemizedlist>
2604    </para>
2606    <sect2><title>Colours</title>
2607      <para>
2608        <guilabel>Colour files based on their types</guilabel>. If on, each
2609        file's name is coloured depending on what kind of thing it is (regular
2610        file, directory, executable, etc). You can choose the colours from the
2611        list below.
2612       </para>
2613    </sect2>
2614   </sect1>
2615  </chapter>
2617  <chapter id="types">
2618   <title>Filetypes</title>
2619   <para>
2621    All files have a MIME type in the form <emphasis>text/plain</emphasis>. Here,
2622    <emphasis>text</emphasis> is the <emphasis>media type</emphasis> and
2623    <emphasis>plain</emphasis> is the <emphasis>sub-type</emphasis>.
2624    </para><para>
2625    <application>ROX-Filer</application> uses a file's name to decide what its MIME
2626    type is, and then uses the MIME type to decide what icon to give it and what
2627    program to use when you open the file.
2628   </para>
2630   <sect1>
2631    <title><anchor id="RunAction" xreflabel="the Set Run Action box"/>
2632     The run action box
2633    </title>
2634    <para>
2636     This box appears when you choose <guimenuitem>Set Run Action...</guimenuitem>
2637     from the File menu, and is used to set which application is loaded when you click
2638     on a file.
2639     </para><para>
2640     For example, let's say you want to set things up so that opening a
2641     <filename>.gif</filename> file loads it into the Gimp.
2642     First, right-click over a gif image to open the menu and choose
2643     <guimenuitem>Set Run Action...</guimenuitem> from the
2644     <guimenuitem>File</guimenuitem> submenu.
2645     Then, you have a choice of two methods to set the run action:
2646    </para>
2648    <sect2><title>Setting the run action by drag-and-drop</title>
2649     <para>
2650      Drag the Gimp (from a filer window, a panel or the pinboard) onto
2651      the area marked <guilabel>Drop a suitable application here</guilabel>.
2652      From now on, clicking on a GIF file will load it into the Gimp.
2653     </para>
2654    </sect2>
2656    <sect2><title>Setting the run action by entering a shell command</title>
2657     <para>
2658      Type: <userinput>gimp "$1"</userinput>
2659      into the box labelled <guilabel>Enter a shell command</guilabel> and press
2660      <keycap>Return</keycap>. <userinput>$1</userinput>
2661      will be replaced by the name of the file you click on when this command
2662      is used. As before, clicking on any GIF image will now load it into
2663      the Gimp.
2664     </para>
2665    </sect2>
2667    <sect2><title>Setting the default media-type handlers</title>
2668     <para>
2669      Whichever method you use to set the action you have the choice of
2670      setting the run action just for that type, or setting the default
2671      for all files with that media-type which don't already have a specific
2672      action.
2673      </para><para>
2674      Since the Gimp can load many types of image, it makes sense
2675      to select the <guilabel>Set default for all `image/&lt;anything&gt;'</guilabel>
2676      option so you don't have to do it again for image/jpeg files and so on. However,
2677      this only affects types that don't already have a specific action
2678      (ie, those that would have brought up an error box if you tried to
2679      open them).
2680     </para>
2681    </sect2>
2682   </sect1>
2684   <sect1>
2685    <title><anchor id="SetIcon" xreflabel="the Set Icon box"/>
2686     The Set Icon box
2687    </title>
2688    <para>
2690     This box appears when you choose <guimenuitem>Set Icon...</guimenuitem>
2691     from the File menu, and is used to set which image to use to represent
2692     the file.
2693     </para><para>
2694     It works much like the Set Run Action box described above, except that
2695     you may specifiy an icon for one file individually (by name) as well as
2696     for all files of a particular type. When setting the icon for a single
2697     file, the filer stores the name of the file and the name of the icon inside
2698     your Choices directory. If either moves, the icon won't be displayed.
2699     </para><para>
2700     When setting the icon for a directory, you have the additional option of
2701     storing the image inside the directory itself as a hidden file. This means
2702     that other users will see the icon too, and you can safely delete the original
2703     image after the copy (note that the image is scaled down if needed, and converted
2704     to PNG format).
2705     </para><para>
2706     The directory icon inside the <guilabel>Drop an icon here</guilabel>
2707     area allows you to quickly get to a directory from which you are already
2708     using one or more icons.
2709    </para>
2710   </sect1>
2712   <sect1>
2713    <title>How filetypes are stored</title>
2714    <para>
2716     <application>ROX-Filer</application> uses two sub-directories in your Choices
2717     directory for filetypes:
2719     <variablelist>
2721      <varlistentry><term><filename>MIME-types</filename></term><listitem><para>
2722         contains symlinks, one for each MIME type, which point
2723         to programs that can handle files of that type. To set what program
2724         is run when you click on the file you should normally use the <guimenuitem>Set
2725          Run Action...</guimenuitem> feature (see the <xref linkend="RunAction"/> section).
2726         However, you can also set the actions manually &mdash; for example, to make
2727         opening an HTML file load it into Netscape:
2729         <orderedlist>
2730          <listitem><para>
2731            Find the Netscape application and go to <guimenuitem>Link...</guimenuitem>
2732            on the menu.
2733          </para></listitem>
2735          <listitem><para>
2736            Enter <userinput>text_html</userinput> as the name for the link and drag the
2737            icon from the Link box into the <filename>MIME-types</filename> directory.
2738          </para></listitem>
2740         </orderedlist>
2742         You can also put actual programs in here as well as links if you want
2743         to.
2744      </para></listitem></varlistentry>
2746      <varlistentry><term><filename>MIME-icons</filename></term><listitem><para>
2747         contains the images used to display each type of file.
2748         So the filer will try to display an HTML file using the icon
2749         <filename>MIME-icons/text_html.png</filename>.
2750      </para></listitem></varlistentry>
2752     </variablelist>
2754     In both <filename>MIME-types</filename> and <filename>MIME-icons</filename>
2755     directories you can also provide default actions/images for each media type.
2756     For example, if <filename>text_html</filename> isn't found then the filer
2757     will try simply using <filename>text</filename>.
2759    </para>
2760    <para>
2761     The filer works out the type for a file from its name. These are specified by
2762     `.mimeinfo' files &mdash; see <citation>SharedMIME</citation> for details.
2763    </para>
2764   </sect1>
2765  </chapter>
2767  <chapter id="appdirs">
2768   <title><anchor id="AppDir" xreflabel="Application directories"/>
2769    Application directories
2770   </title>
2771   <para>
2772    An application directory is a directory which can be run as an application.
2773    It contains all the resources of an application &mdash; source code, binaries,
2774    documentation and so on. Keeping everything in one place make installation
2775    and uninstallation much easier for users. You can also keep multiple
2776    versions of a program by simply having several application directories.
2777    You may move and rename them as you please. Application directories
2778    make programs easier to use and install.
2779    </para><para>
2780    They're more secure too, because you can compile an application as a user and
2781    then simply copy it as root. Since you don't have to run an install script
2782    you are free from the danger of running untrusted code as root. All you have
2783    to watch out for is setuid binaries.
2784    </para><para>
2786    The following files are treated as special by
2787    <application>ROX-Filer</application>:
2789    <itemizedlist>
2791     <listitem><para>
2792       <filename>AppRun</filename>
2793       is executed when you click on the directory &mdash; make sure
2794       it is executable (use the Permissions box)!
2795     </para></listitem>
2797     <listitem><para>
2798       <filename>.DirIcon</filename>
2799       is the image used to represent the directory (this works even if
2800       there is no <filename>AppRun</filename>).
2801     </para></listitem>
2803     <listitem><para>
2804       <filename>Help</filename>
2805       is the directory to be opened when you choose <guimenuitem>Help</guimenuitem>
2806       from the File menu.
2807     </para></listitem>
2809     <listitem><para>
2810       <filename>AppInfo.xml</filename>
2811       contains extra information about an application (see below).
2812     </para></listitem>
2814     <listitem><para>
2815       <filename>AppIcon.xpm</filename>
2816       is used if <filename>.DirIcon</filename> is missing (for backwards
2817       compatibility; not to be used anymore).
2818     </para></listitem>
2820    </itemizedlist>
2822    Have a look at the <filename>ROX-Filer</filename> application directory for a
2823    full example.
2825   </para>
2827   <note><para>For security reasons, an application directory must have the
2828     same owner as the <filename>AppRun</filename> file inside.</para></note>
2830   <sect1>
2831    <title>The AppInfo file</title>
2832    <para>
2834     <filename>AppInfo.xml</filename> is an XML file with the following structure
2835     (any elements may be omitted, and the file itself is optional):
2837     <screen>
2838 &lt;?xml version="1.0"?&gt;
2839 &lt;AppInfo&gt;
2840   &lt;Summary&gt;A graphical file manager&lt;/Summary&gt;
2841   &lt;About&gt;
2842     &lt;Purpose&gt;File manager&lt;/Purpose&gt;
2843     &lt;Version&gt;1.1.3 (07-May-2001)&lt;/Version&gt;
2844     &lt;Authors&gt;Thomas Leonard and others&lt;/Authors&gt;
2845     &lt;License&gt;GNU General Public License&lt;/License&gt;
2846     &lt;Homepage&gt;http://rox.sourceforge.net&lt;/Homepage&gt;
2847   &lt;/About&gt;
2848   &lt;AppMenu&gt;
2849    &lt;Item label="Enable pinboard" option="-p=Default"/&gt;
2850    &lt;Item label="Disable pinboard" option="-p="/&gt;
2851   &lt;/AppMenu&gt;
2852 &lt;/AppInfo&gt;</screen>
2854     <itemizedlist>
2856      <listitem><para>
2857        <userinput>Summary</userinput>
2858        is displayed in a tooltip when the mouse is held over the application.
2859      </para></listitem>
2861      <listitem><para>
2862        <userinput>About</userinput>
2863        contains a list of fields which are shown in the `File Info'
2864        box for the application (any element names may be used, but the above
2865        are suggested).
2866      </para></listitem>
2868      <listitem><para>
2869        <userinput>AppMenu</userinput>
2870        is a list of extra menu items to display for the application.
2871        When one is chosen, <filename>AppRun</filename> is called with
2872        <userinput>option</userinput> as its only argument. You can nest
2873        AppMenus inside other AppMenus.
2874      </para></listitem>
2876     </itemizedlist>
2878    </para>
2879   </sect1>
2880  </chapter>
2882  <chapter id="i18n">
2883   <title>Internationalisation</title>
2884   <para>
2886   </para>
2888   <sect1>
2889    <title><anchor id="LANG" xreflabel="Translations"/>
2890     Selecting a translation
2891    </title>
2892    <para>
2894     <application>ROX-Filer</application> is able to translate many of its messages,
2895     provided suitable translation files are provided:
2897     <orderedlist>
2898      <listitem><para>Open the Options box from the menu,</para></listitem>
2899      <listitem><para>Select a language from the menu at the top,</para></listitem>
2900      <listitem><para>Click on <guibutton>Save</guibutton> and restart the filer
2901        for the new setting to take full effect.</para></listitem>
2902     </orderedlist>
2904    </para>
2905   </sect1>
2907   <sect1>
2908    <title>Creating a new translation</title>
2909    <para>
2911     <orderedlist>
2912      <listitem><para>Go into the <filename>src</filename> directory and create
2913        the file <filename>messages.pot</filename>:
2915        <screen>
2916         $ cd ROX-Filer/src
2917         $ make messages.pot</screen>
2919      </para></listitem>
2921      <listitem><para>Copy the file into the <filename>po</filename>
2922        subdirectory under <filename>src</filename> as
2923        <filename>&lt;name&gt;.po</filename>. Eg, if your
2924        language is referred to as `ml' (`my language'):
2926        <screen>$ cp messages.pot po/ml.po</screen>
2927      </para></listitem>
2929      <listitem><para>Load the copy into a text editor.</para></listitem>
2931      <listitem><para>Fill in the translations, which are all blank to start with.
2932      </para></listitem>
2934      <listitem><para>Run the <filename>make-mo</filename> script to create the
2935        binary file which <application>ROX-Filer</application> can use.
2936        You will need the GNU gettext package for this.
2937        If you don't have it then just send me the <filename>.po</filename> file
2938        and I'll convert it for you.
2940        <screen>
2941         $ cd ROX-Filer/src/po
2942         $ ./make-mo ml
2943         Created file ../../Messages/ml.gmo OK</screen>
2944      </para></listitem>
2946      <listitem><para>Edit <filename>ROX-Filer/Options.xml</filename> so that
2947        your language is listed, restart the filer and select it from the Options box
2948        (see the <xref linkend="LANG"/> section).
2949      </para></listitem>
2951      <listitem><para>Submit the <filename>.po</filename> file to me so that I
2952        can include it in future releases of the filer.
2953      </para></listitem>
2955     </orderedlist>
2956    </para>
2957   </sect1>
2959   <sect1>
2960    <title>Updating an existing translation</title>
2961    <para>
2963     <orderedlist>
2964      <listitem><para>Go into the directory containing the <filename>.po</filename>
2965        files and run the <filename>update-po</filename> script.
2966        This checks the source code for new and changed strings and updates all
2967        the translation files.
2969        <screen>
2970         $ cd ROX-Filer/src/po
2971         $ ./update-po</screen>
2972      </para></listitem>
2974      <listitem><para>Edit the file by hand as before, filling in the new blanks
2975        and updating out-of-date translations.
2976        Look out for <computeroutput>fuzzy</computeroutput> entries where
2977        <command>update-po</command> has made a guess; check it's correct and
2978        remove the <computeroutput>fuzzy</computeroutput> line.
2979      </para></listitem>
2981      <listitem><para>Run <command>make-mo</command> as before.</para></listitem>
2983      <listitem><para>Submit the updated file to me.</para></listitem>
2985     </orderedlist>
2987     See the <command>gettext</command> info page for more instructions on creating
2988     a translation.
2990    </para>
2991   </sect1>
2992  </chapter>
2994  <chapter id="hacking">
2995   <title>Hacking</title>
2996   <para>
2997    This is a quick start guide for people who want to modify the source
2998    code. If you make useful changes or fix bugs, please send patches
2999    to me or to the mailing list. Tell me which version you're using!
3000   </para>
3002   <sect1>
3003    <title>Compiling</title>
3004    <para>
3005     The first time you compile the program you need to do <command>AppRun
3006      --compile</command>, but in future you only need to run <command>make</command>
3007     in the <filename>src</filename> directory when you change the
3008     <filename>.c</filename> and <filename>.h</filename> files.
3009     You might want to run <command>make depend</command> too.
3010    </para>
3011   </sect1>
3013   <sect1>
3014    <title>Creating and applying patches</title>
3015    <para>
3016     When people make small modifications to the sources they will often
3017     distribute them as <emphasis>patch files</emphasis> &mdash; usually on the
3018     mailing list.
3020     To apply a patch, go into the <filename>src</filename> directory and run
3021     <command>patch</command> with the patch file. Then recompile, like this:
3023     <screen>
3024      $ cd ROX-Filer/src
3025      $ patch &lt; patchfile
3026      $ ../AppRun --compile</screen>
3028     You can remove the patch by simply repeating the above sequence &mdash;
3029     <command>patch</command> will detect that the patch is already applied
3030     and offer to remove it.
3031     </para><para>
3032     To create a patch you should first get the latest version of the filer
3033     from CVS (instructions on using CVS can be found on the web-site).
3034     Modify the program as you please. Create the patch using
3035     <command>cvs diff</command> from the appropriate directory:
3037     <screen>$ cvs diff -u &gt; my_patch</screen>
3039     This creates a human&ndash; and machine-readable patch file. Submit this
3040     to the mailing list. The are many reasons for posting patches rather
3041     that the modified files:
3043     <itemizedlist>
3044      <listitem><para>They are smaller, and hence shouldn't bounce.
3045        They are also quicker to download for people with slow connections.
3046      </para></listitem>
3048      <listitem><para>People can see what they're getting into before applying them!
3049      </para></listitem>
3051      <listitem><para>Patches can (usually) be applied to slightly modified
3052        versions of the sources. This means that people can apply several patches
3053        without each new one overwriting the others.
3054      </para></listitem>
3056     </itemizedlist>
3058    </para>
3059   </sect1>
3061   <sect1>
3062    <title>Autoconf</title>
3063    <para>
3064     Here's a quick explanation of the autoconf system in case you haven't
3065     used it before. See <command>info autoconf</command> for full details.
3066     </para><para>
3067     There's a file called <filename>configure.in</filename> which contains
3068     various tests (<command>info autoconf</command>).
3069     You run <command>autoconf</command> and it reads through the file
3070     and generates a shell script to perform the tests, saving it as
3071     <filename>configure</filename>.
3072     <filename>configure</filename> is normally distributed with the program because
3073     not everyone has autoconf.
3074     </para><para>
3075     You then run <filename>configure</filename> (in fact, let the
3076     <filename>AppRun</filename> script do it because
3077     it passes it some arguments), which performs all the tests. It reads
3078     in <filename>Makefile.in</filename> and <filename>config.h.in</filename>
3079     and fills in the missing values with the test results to produce
3080     <filename>Makefile</filename> and <filename>config.h</filename>.
3081     </para><para>
3082     You run <command>make</command>, which creates <filename>.o</filename>
3083     files from the <filename>.c</filename> files and links to produce
3084     <filename>ROX-Filer</filename>.
3085    </para>
3086   </sect1>
3088   <sect1><title>Data-structures</title>
3089    <para>
3090     The <filename>global.h</filename> file lists each major data-structure used
3091     in the filer and explains its purpose. This is a good place to start reading
3092     if you want to know how the filer works.
3093    </para>
3095    <para>
3096     In summary, each window has its own <classname>FilerWindow</classname>
3097     structure.
3098     This structure has pointers to a <classname>Collection</classname>
3099     (which is the widget which actually displays the files) and to a
3100     <classname>Directory</classname>, which is used to cache the directory
3101     contents.
3102     </para><para>
3103     Both <classname>Collection</classname> and
3104     <classname>Directory</classname> have pointers to (the same)
3105     <classname>DirItem</classname>s, each of which corresponds to one filesystem
3106     object.
3107     </para><para>
3108     Several <classname>FilerWindow</classname>s may share the same
3109     <classname>Directory</classname>.
3110     </para><para>
3111     While scanning is in progress the <classname>Directory</classname>
3112     keeps a list of the new items it has found
3113     (<emphasis>new_items</emphasis>) and the items which have changed in some way
3114     (<emphasis>up_items</emphasis>). It periodically notifies the filer window of
3115     the changes-so-far by calling all the functions in the
3116     <emphasis>users</emphasis> list (use <function>attach()</function>
3117     and <function>detach()</function> to add and remove functions to or from
3118     the list).
3119    </para>
3120   </sect1>
3121  </chapter>
3123  <appendix id="manpage"><title>Manual page</title>
3125   <refentry id="rox">
3127    <refmeta>
3128     <refentrytitle>ROX</refentrytitle>
3129     <manvolnum>1</manvolnum>
3130    </refmeta>
3132    <refnamediv>
3133     <refname>ROX-Filer</refname>
3134     <refpurpose>a simple graphical file manager</refpurpose>
3135    </refnamediv>
3137    <refsynopsisdiv>
3138     <cmdsynopsis>
3139      <command>rox</command>
3140      <arg choice="opt" rep="repeat"><option>OPTION</option></arg>
3141      <arg choice="opt" rep="repeat">FILE</arg>
3142     </cmdsynopsis>
3143    </refsynopsisdiv>
3145    <refsect1><title>DESCRIPTION</title>
3146     <para>
3147      ROX-Filer is a simple and easy to use graphical file manager for X11, the
3148      windowing system used on Unix and Unix-like operating systems.
3149      </para><para>
3150      It is also the core component of the ROX Desktop:
3151      <ulink url="http://rox.sourceforge.net"/>
3152      </para><para>
3153      Invoking <command>rox</command> opens each directory or file listed,
3154      or the current working directory if no arguments are given.
3155     </para>
3156    </refsect1>
3158    <refsect1><title>COMMAND-LINE OPTIONS</title>
3159     <para>
3160      <variablelist>
3162       <varlistentry><term><option>-b</option></term><term><option>--bottom=PANEL</option></term>
3163        <listitem><para>open PANEL as a bottom-edge panel.
3164       </para></listitem></varlistentry>
3166       <varlistentry><term><option>-c</option></term><term><option>--client-id=ID</option></term>
3167        <listitem><para>used for session management.
3168       </para></listitem></varlistentry>
3170       <varlistentry><term><option>-d</option></term><term><option>--dir=DIR</option></term>
3171        <listitem><para>open DIR as directory (not as an application, even if it looks like one).
3172       </para></listitem></varlistentry>
3174       <varlistentry><term><option>-D</option></term><term><option>--close=DIR</option></term>
3175        <listitem><para>close DIR and all its subdirectories.
3176       </para></listitem></varlistentry>
3178       <varlistentry><term><option>-h</option></term><term><option>--help</option></term>
3179        <listitem><para>display help about the various options.
3180       </para></listitem></varlistentry>
3182       <varlistentry><term><option>-l</option></term><term><option>--left=PANEL</option></term>
3183        <listitem><para>open PANEL as a left-edge panel.
3184       </para></listitem></varlistentry>
3186       <varlistentry><term><option>-m</option></term><term><option>--mime-type=FILE</option></term>
3187        <listitem><para>print MIME type of FILE and exit.
3188       </para></listitem></varlistentry>
3190       <varlistentry><term><option>-n</option></term><term><option>--new</option></term>
3191        <listitem><para>start a new filer, even if one already seems to be running. This also prevents the filer from forking (running in the background), which is useful for debugging.
3192       </para></listitem></varlistentry>
3194       <varlistentry><term><option>-o</option></term><term><option>--override</option></term>
3195        <listitem><para>override window manager control of panels.
3196       </para></listitem></varlistentry>
3198       <varlistentry><term><option>-p</option></term><term><option>--pinboard=PIN</option></term>
3199        <listitem><para>use pinboard PIN as the pinboard.
3200       </para></listitem></varlistentry>
3202       <varlistentry><term><option>-r</option></term><term><option>--right=PANEL</option></term>
3203        <listitem><para>open PANEL as a right-edge panel.
3204       </para></listitem></varlistentry>
3206       <varlistentry><term><option>-R</option></term><term><option>--RPC</option></term>
3207        <listitem><para>read and invoke SOAP RPC from standard input (see <xref linkend="soap"/>).
3208       </para></listitem></varlistentry>
3210       <varlistentry><term><option>-s</option></term><term><option>--show=FILE</option></term>
3211        <listitem><para>open a directory showing FILE.
3212       </para></listitem></varlistentry>
3214       <varlistentry><term><option>-t</option></term><term><option>--top=PANEL</option></term>
3215        <listitem><para>open PANEL as a top-edge panel.
3216       </para></listitem></varlistentry>
3218       <varlistentry><term><option>-u</option></term><term><option>--user</option></term>
3219        <listitem><para>show user name in each window.
3220       </para></listitem></varlistentry>
3222       <varlistentry><term><option>-v</option></term><term><option>--version</option></term>
3223        <listitem><para>display the version information and exit.
3224       </para></listitem></varlistentry>
3226       <varlistentry><term><option>-x</option></term><term><option>--examine=FILE</option></term>
3227        <listitem><para>FILE has changed; re-examine it.
3228       </para></listitem></varlistentry>
3230      </variablelist>
3231     </para>
3232    </refsect1>
3234    <refsect1><title>NOTES</title>
3235     <para>
3236      The main documentation for ROX-Filer is available by choosing
3237      <guimenuitem>Show ROX-Filer Help</guimenuitem> from the
3238      popup menu, or by clicking on the <guibutton>i</guibutton>
3239      toolbar icon.
3240     </para>
3241    </refsect1>
3243    <refsect1><title>LICENSE</title>
3244     <para>Copyright (C) 2002 Thomas Leonard.
3245      </para><para>
3246      You may redistribute copies of ROX-Filer under the terms of the GNU General
3247      Public License.
3248     </para>
3249    </refsect1>
3251    <refsect1><title>BUGS</title>
3252     <para>
3253      Report bugs to <email>tal197@users.sourceforge.net</email>.
3254     </para>
3255    </refsect1>
3257    <refsect1><title>AUTHORS</title>
3258     <para>
3259      ROX-Filer was created by Thomas Leonard, with help from:
3260      </para><para>
3261      <simplelist columns='3'>
3262       <member>Christopher Arndt</member>
3263       <member>Jens Askengren</member>
3264       <member>Liav Asseraf</member>
3265       <member>Wilbert Berendsen</member>
3266       <member>Francesco Bochicchio</member>
3267       <member>Andrzej Borsuk</member>
3268       <member>Richard Boulton</member>
3269       <member>Simon Britnell</member>
3270       <member>Arnaud Calvo</member>
3271       <member>Babyfai Cheung</member>
3272       <member>Andrew Clover</member>
3273       <member>Fabien Coutant</member>
3274       <member>Couderc Damien</member>
3275       <member>Andreas Dehmel</member>
3276       <member>Micah Dowty</member>
3277       <member>Dmitry Elfimov</member>
3278       <member>Mattias Engdegard</member>
3279       <member>Andrew Flegg</member>
3280       <member>Olivier Fourdan</member>
3281       <member>Eric Gillespie</member>
3282       <member>Thierry Godefroy</member>
3283       <member>Olli Helenius</member>
3284       <member>Alex Holden</member>
3285       <member>Jasper Huijsmans</member>
3286       <member>Bernard Jungen</member>
3287       <member>James Kermode</member>
3288       <member>Jim Knoble</member>
3289       <member>Krzysztof Krzyzaniak</member>
3290       <member>Aaron Kurtz</member>
3291       <member>Vincent Ledda</member>
3292       <member>Vincent Lefevre</member>
3293       <member>Victor Liu See-le</member>
3294       <member>Anders Lundmark</member>
3295       <member>Jose Romildo Malaquias</member>
3296       <member>Denis Manente</member>
3297       <member>Brendan McCarthy</member>
3298       <member>Andras Mohari</member>
3299       <member>Christiansen Merel</member>
3300       <member>Jimmy Olgeni</member>
3301       <member>Andy Piper</member>
3302       <member>Marcelo Ramos</member>
3303       <member>Michel Alexandre Salim</member>
3304       <member>Chris Sawer</member>
3305       <member>Christian Storgaard</member>
3306       <member>Taras</member>
3307       <member>Simon Truss</member>
3308       <member>Jan Wagemakers</member>
3309       <member>Stephen Watson</member>
3310       <member>Andre Wyrwa</member>
3311       <member>Geoff Youngs</member>
3312       <member>Diego Zamboni</member>
3313      </simplelist>
3314      </para><para>
3315      and many others; the <filename>Changes</filename> file contains more
3316      detailed information!
3317     </para>
3318    </refsect1>
3320   </refentry>
3321  </appendix>
3323  <appendix id="soap"><title>SOAP RPC</title>
3325   <para>When the filer starts you can use command-line options to control its behaviour.
3326    As an alternative to this, the filer allows you to specify an operation with a
3327    <citation>SOAP</citation> RPC format message. In fact, if you use the command-line options,
3328    the filer converts to SOAP RPC internally.
3329   </para>
3331   <para>All SOAP RPC messages are passed on standard input, like this:
3333    <screen>
3334 $ rox --RPC &lt;&lt; EOF
3335 &lt;?xml version="1.0"?&gt;
3336 &lt;env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope"&gt;
3337  &lt;env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer"&gt;
3338   &lt;Panel&gt;
3339    &lt;Name&gt;Default&lt;/Name&gt;
3340    &lt;Side&gt;Bottom&lt;/Side&gt;
3341   &lt;/Panel&gt;
3342  &lt;/env:Body&gt;
3343 &lt;/env:Envelope&gt;
3344 EOF</screen>
3346    The following methods are recognised:</para>
3348   <itemizedlist>
3350    <listitem><para><function>Version</function>()
3351      Returns the filer's version.
3352    </para></listitem>
3354    <listitem><para><function>CloseDir</function>(<parameter>Filename</parameter>)
3355      Close directory <parameter>Filename</parameter> and all its subdirectories.
3356    </para></listitem>
3358    <listitem><para><function>Examine</function>(<parameter>Filename</parameter>)
3359      <parameter>Filename</parameter> may have changed &mdash; check it and
3360      update the display.
3361    </para></listitem>
3363    <listitem><para><function>OpenDir</function>(<parameter>Filename</parameter>,
3364      [<parameter>Style</parameter>, <parameter>Details</parameter>, <parameter>Sort</parameter>])
3365      Open a window showing directory <parameter>Filename</parameter>.
3366      <parameter>Style</parameter> is one of <userinput>Large</userinput>, <userinput>Small</userinput>
3367      or <userinput>Huge</userinput>.
3368      <parameter>Details</parameter> is one of <userinput>None</userinput>, <userinput>Summary</userinput>, <userinput>Size</userinput>, <userinput>Type</userinput>, <userinput>Times</userinput> or <userinput>Permissions</userinput>.
3369      <parameter>Sort</parameter> is one of <userinput>Name</userinput>, <userinput>Type</userinput>, <userinput>Date</userinput> or <userinput>Size</userinput>.
3370      If any of these three option parameters are missing, the default is used.
3371    </para></listitem>
3373    <listitem><para><function>Panel</function>(<parameter>Side</parameter>,
3374      [<parameter>Name</parameter>])
3375      Open the panel named <parameter>Name</parameter> on screen side
3376      <parameter>Side</parameter> (<userinput>Top</userinput>|<userinput>Bottom</userinput>|<userinput>Left</userinput>|<userinput>Right</userinput>).
3377      <parameter>Name</parameter> can be a name in Choices (eg,
3378      <userinput>MyPanel</userinput>) or a full pathname.
3379      If not given, the panel on that side is turned off.
3380    </para></listitem>
3382    <listitem><para><function>PanelAdd</function>(<parameter>Side</parameter>,
3383      <parameter>Path</parameter>, [<parameter>Label</parameter>,
3384      <parameter>After</parameter>])
3385      Add <parameter>Path</parameter> to the panel on side <parameter>Side</parameter>,
3386      with label <parameter>Label</parameter>. If <parameter>After</parameter> is
3387      <userinput>true</userinput> the icon goes on the right/bottom side of the panel,
3388      otherwise on the left/top side.
3389    </para></listitem>
3391    <listitem><para><function>Pinboard</function>([<parameter>Name</parameter>])
3392      Display pinboard <parameter>Name</parameter> on the desktop background.
3393      <parameter>Name</parameter> can be a name in Choices (eg,
3394      <userinput>MyPinboard</userinput>) or a full pathname.
3395      If not given, the pinboard is turned off.
3396    </para></listitem>
3398    <listitem><para><function>PinboardAdd</function>(<parameter>Path</parameter>,
3399      <parameter>X</parameter>, <parameter>Y</parameter>, [<parameter>Label</parameter>])
3400      Add <parameter>Path</parameter> to the pinboard at position
3401      (<parameter>X</parameter>, <parameter>Y</parameter>), giving it the label
3402      <parameter>Label</parameter>.
3403    </para></listitem>
3405    <listitem><para><function>SetBackdropApp</function>(<parameter>App</parameter>)
3406      Make <parameter>App</parameter> (an application directory) the new handler
3407      for the current pinboard's backdrop.
3408      The <filename>AppInfo.xml</filename> file inside <parameter>App</parameter>
3409      must contain the CanSetBackdrop element, eg:
3410      <programlisting>
3411 &lt;?xml version="1.0"?&gt;
3412 &lt;AppInfo&gt;
3413       &lt;ROX:CanSetBackdrop xmlns:ROX="http://rox.sourceforge.net/SOAP/ROX-Filer"/>
3414 &lt;/AppInfo&gt;</programlisting>
3415      The application will be run with the <option>--backdrop</option> option
3416      as it's only argument after invoking this method, and whenever the pinboard is
3417      reloaded. DO NOT use this method if invoked with <option>--backdrop</option> or
3418      you will get stuck in an infinite loop!
3419      See <xref linkend="backdropapp"/> for a guide to writing backdrop applications.
3420    </para></listitem>
3422    <listitem><para><function>Run</function>(<parameter>Filename</parameter>)
3423      Run <parameter>Filename</parameter> as if it was clicked on in the filer.
3424    </para></listitem>
3426    <listitem><para><function>Show</function>(<parameter>Directory</parameter>,
3427      <parameter>Leafname</parameter>)
3428      Open <parameter>Directory</parameter> and flash the file
3429      <parameter>Leafname</parameter> inside it.
3430    </para></listitem>
3432    <listitem><para><function>FileType</function>(<parameter>Filename</parameter>)
3433      Returns the MIME-type of <parameter>Filename</parameter> (by writing the
3434      SOAP response to standard output).
3435    </para></listitem>
3436   </itemizedlist>
3438   <para>
3439    The following calls can be used to start new file actions.
3440    <parameter>Quiet</parameter> can be <userinput>true</userinput> if the
3441    operation should start immediately, instead of waiting for the user to
3442    confirm. If <userinput>false</userinput>, the user must always confirm. If
3443    not given, the default setting is used.
3444   </para>
3446   <itemizedlist>
3447    <listitem><para><function>Copy</function>(<parameter>From</parameter>,
3448      <parameter>To</parameter>, [<parameter>Leafname</parameter>,
3449      <parameter>Quiet</parameter>])
3450      Copy each file in the array <parameter>From</parameter> to the directory
3451      <parameter>To</parameter>. If <parameter>Leafname</parameter> is given
3452      then <parameter>From</parameter> should contain a single entry only;
3453      <parameter>Leafname </parameter> gives the new leafname.
3454    </para></listitem>
3456    <listitem><para><function>Move</function>(<parameter>From</parameter>,
3457      <parameter>To</parameter>, [<parameter>Leafname</parameter>,
3458      <parameter>Quiet</parameter>])
3459      Move each file in the array <parameter>From</parameter> to the directory
3460      <parameter>To</parameter>. If <parameter>Leafname</parameter> is given
3461      then <parameter>From</parameter> should contain a single entry only;
3462      <parameter>Leafname</parameter> gives the new leafname.
3463    </para></listitem>
3465    <listitem><para><function>Link</function>(<parameter>From</parameter>,
3466      <parameter>To</parameter>, [<parameter>Leafname</parameter>])
3467      Symlink each file in the array <parameter>From</parameter> to the
3468      directory <parameter>To</parameter>. If <parameter>Leafname</parameter> is
3469      given then <parameter>From</parameter> should contain a single entry only;
3470      <parameter>Leafname</parameter> gives the new leafname.
3471    </para></listitem>
3473    <listitem><para><function>Mount</function>(<parameter>MountPoints</parameter>,
3474      [<parameter>OpenDir</parameter>, <parameter>Quiet</parameter>])
3475      Mount each directory in the list <parameter>MountPoints</parameter>. If
3476      <userinput>true</userinput>, <parameter>OpenDir</parameter> causes each
3477      directory to be opened once it is mounted.
3478    </para></listitem>
3480   </itemizedlist>
3482  </appendix>
3484  <bibliography>
3485   <title>References</title>
3487   <bibliomixed>
3488    <abbrev>ROX</abbrev><citetitle>The ROX desktop,
3489     <ulink url="http://rox.sourceforge.net"/></citetitle>
3490   </bibliomixed>
3492   <bibliomixed>
3493    <abbrev>RISC OS</abbrev><citetitle>RISC OS,
3494     <ulink url="http://www.riscos.com"/></citetitle>
3495   </bibliomixed>
3497   <bibliomixed>
3498    <abbrev>GTK+</abbrev><citetitle>GTK+ Toolkit,
3499     <ulink url="http://www.gtk.org"/></citetitle>
3500   </bibliomixed>
3502   <bibliomixed>
3503    <abbrev>libxml</abbrev><citetitle>The XML C library for Gnome
3504     <ulink url="http://www.xmlsoft.org"/></citetitle>
3505   </bibliomixed>
3507   <bibliomixed>
3508    <abbrev>GNOME</abbrev><citetitle>The GNOME desktop,
3509     <ulink url="http://www.gnome.org"/></citetitle>
3510   </bibliomixed>
3512   <bibliomixed>
3513    <abbrev>DND</abbrev><citetitle>The Drag and Drop protocol,
3514     <ulink url="http://www.newplanetsoftware.com/xdnd/"/></citetitle>
3515   </bibliomixed>
3517   <bibliomixed>
3518    <abbrev>XDS</abbrev><citetitle>The X Direct Save protocol,
3519     <ulink url="http://www.newplanetsoftware.com/xds/"/></citetitle>
3520   </bibliomixed>
3522   <bibliomixed>
3523    <abbrev>Choices</abbrev><citetitle>The ROX Choices system,
3524     <ulink url="http://rox.sourceforge.net/choices.php3"/></citetitle>
3525   </bibliomixed>
3527   <bibliomixed>
3528    <abbrev>AVFS</abbrev><citetitle>AVFS - A Virtual File System,
3529     <ulink url="http://sourceforge.net/projects/avf/"/></citetitle>
3530   </bibliomixed>
3532   <bibliomixed>
3533    <abbrev>SOAP</abbrev><citetitle>Simple Object Access Protocol (SOAP) 1.2
3534     <ulink url="http://www.w3.org/TR/SOAP/"/></citetitle>
3535   </bibliomixed>
3537   <bibliomixed>
3538    <abbrev>Thumbs</abbrev><citetitle>Thumbnail Managing Standard (Version 0.5)
3539     <ulink url="http://triq.net/~pearl/thumbnail-spec/"/></citetitle>
3540   </bibliomixed>
3542   <bibliomixed>
3543    <abbrev>SharedMIME</abbrev><citetitle>Shared MIME-info Database (Version 0.7)
3544     <ulink url="http://www.freedesktop.org/standards/shared-mime-info.html"/></citetitle>
3545   </bibliomixed>
3547  </bibliography>
3549 </book>