Increased maximum value for width of filenames options
[rox-filer.git] / ROX-Filer / Options.xml
blobefa3db6b99416bc71a50dfca4806317f272097e6
1 <?xml version='1.0' encoding='UTF-8'?>
2 <options>
3   <section title='Filer windows'>
4     <frame label='Auto-resize filer windows'>
5       <radio-group name='filer_auto_resize'>
6         <radio label='Never automatically resize' value='2'>You'll have to resize windows manually, using the window manager, the `Resize Window' menu entry or by double-clicking on the window background.</radio>
7         <radio label='Resize when changing the display style' value='0'>Changing the size of the icons or which details are displayed will resize the window for you.</radio>
8         <radio label='Always resize' value='1'>The filer will resize windows whenever it seems useful (that is, when changing directory or display style).</radio>
9       </radio-group>
10       <numentry name='filer_size_limit' label='Largest window size:' unit='%' min='1' max='100' width='3'>The largest size, as a percentage of the screen size, that the auto-resizer will resize a window to.</numentry>
11     </frame>
12     <frame label='Window behaviour'>
13       <hbox>
14         <vbox>
15           <toggle name='filer_short_flag_names' label='Short titlebar flags'>Use single letters instead of words for Scanning, All and Thumbs indicators in the titlebar.</toggle>
16           <toggle name='filer_unique_windows' label='Unique windows'>If you open a directory and that directory is already displayed in another window, then this option causes the other window to be closed.</toggle>
17         </vbox>
18         <vbox>
19           <toggle name='bind_new_button_1' label='New window on button 1'>Clicking with mouse button 1 (usually the left button) opens a directory in a new window with this turned on. Clicking with the button-2 (middle) will reuse the current window.</toggle>
20           <toggle name='bind_single_click' label='Single-click navigation'>Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.</toggle>
21           <toggle name='bind_dclick_resizes' label='Double-click on background resizes'>If on then double clicking on the window background resizes the window, just like clicking on the Automatic size mode button in the toolbar.</toggle>
22         </vbox>
23       </hbox>
24     </frame>
25     <frame label='Sorting'>
26       <toggle name='display_dirs_first' label='Directories come first (for sort by name)'>If this is on then directories will always appear before anything else when sorting by name.</toggle>
27       <toggle name='display_caps_first' label='Capitalised names first (for sort by name)'>If on, all filenames starting with a capital letter come before filenames starting with lowercase ones.</toggle>
28     </frame>
29     <section title='Display'>
30       <frame label='Default settings for new windows'>
31         <toggle name='display_inherit_options' label='Inherit options from source window'>If this is on then display options for a new window are inherited from the source window if possible, otherwise they are set to the defaults below.</toggle>
32         <hbox>
33           <vbox>
34             <menu name='filer_view_type' label='View type:' sizegroup='disp-def'>
35               <item label='Icons View' value='0'/>
36               <item label='List View' value='1'/>
37             </menu>
38             <menu name='display_sort_by' label='Sort by:' sizegroup='disp-def'>
39               <item label='Name' value='0'/>
40               <item label='Type' value='1'/>
41               <item label='Date' value='2'/>
42               <item label='Size' value='3'/>
43             </menu>
44           </vbox><vbox>
45             <toggle name='display_show_hidden' label='Show hidden files'>If this is on then files whose names start with a dot are shown too, otherwise they are hidden.</toggle>
46             <toggle name='xattr_show' label='Show extended attribute
47 indicator'>If this is on then files which have one or more extended attributes set will have an emblem added to indicate this.</toggle>
48           </vbox>
49         </hbox>
50       </frame>
51       <frame label='Icon View'>
52         <hbox>
53           <vbox>
54             <menu name='display_icon_size' label='Default size:' sizegroup='disp2-def'>
55               <item label='Huge Icons' value='2'/>
56               <item label='Large Icons' value='0'/>
57               <item label='Small Icons' value='1'/>
58               <item label='Automatic' value='3'/>
59             </menu>
60             <menu name='display_details' label='Default details:' sizegroup='disp2-def'>
61               <item label='No details' value='0'/>
62               <item label='Sizes' value='2'/>
63               <item label='Permissions' value='3'/>
64               <item label='Type' value='4'/>
65               <item label='Times' value='5'/>
66             </menu>
67           </vbox>
68           <vbox>
69             <label>Automatic small icons:</label>
70             <numentry name='filer_change_size_num' label='Change at:' unit='items' min='1' max='1000' width='4'>When automatic icon sizing is selected: If the directory contains this many items then it will be shown using Small Icons, otherwise Large Icons will be used.</numentry>
71           </vbox>
72         </hbox>
73         <spacer/>
74         <hbox>
75           <numentry name='display_large_width' label='Max width (Large icons):' unit='pixels' min='0' max='2000' width='4'>Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this.</numentry>
76           <spacer/>
77           <numentry name='display_small_width' label='(Small Icons):' unit='pixels' min='0' max='2000' width='4'>Maximum width for the text beside a Small Icon.</numentry>
78         </hbox>
79         <toggle name='vertical_order_small' label='Order small icons vertically'>If this option is on, then small icons are arranged in columns, not rows.</toggle>
80         <toggle name='vertical_order_large' label='Order large icons vertically'>If this option is on, then large icons are arranged in columns, not rows.</toggle>
81       </frame>
82       <frame label='List View'>
83         <toggle name='display_show_headers' label='Show column headings'>If this is on then column headings will be shown in the list view.</toggle>
84         <toggle name='display_show_full_type' label='Show full type'>If this is on then the full description of each object's type will be show rather than a short summary of its basic type.</toggle>
85       </frame>
86     </section>
87     <section title='Tools/Minibuffer'>
88       <frame label='Toolbar'>
89         <hbox>
90           <menu name='toolbar_type' label='Toolbar type:'>
91           <item label='No toolbar' value='0'/>
92           <item label='Icons only' value='1'/>
93           <item label='Text under icons' value='2'/>
94           <item label='Text beside icons' value='3'/>
95           </menu>
96           <spacer/>
97           <toggle name='toolbar_show_info' label='Show totals of items'>Show the number of items displayed in a filer window, as well as the number of hidden items (if any). When there's a selection, show the number of selected items and their combined size.</toggle>
98         </hbox>
99         <spacer/>
100         <label>Select the buttons you want on the bar:</label>
101         <spacer/>
102         <tool-options name='toolbar_disable'/>
103         <toggle name='toolbar_min_width' label='Width of toolbar sets minimum width of window'>Each filer window is constrained to be wide enough to show the whole of the toolbar</toggle>
104       </frame>
105       <frame label='Minibuffer'>
106         <toggle name='filer_beep_fail' label='Beep if Tab-completion fails'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if nothing happens (eg, because there are several possibilities and the next letter varies).</toggle>
107         <toggle name='filer_beep_multi' label='Beep if there are several matches'>When using the `Enter Path...' minibuffer and Tab is pressed, beep if there is more than one matching file, even though some more letters were added.</toggle>
108       </frame>
109     </section>
110     <section title='Thumbnails'>
111       <frame label='Thumbnails'>
112         <label help='1'>When thumbnails are turned on, each image file in a directory is loaded and a small thumbnail of it is shown.</label>
113          <toggle name='display_show_thumbs' label='Show image thumbnails'>This is the default setting for new windows. Use the Display menu to turn thumbnails on and off for individual windows.</toggle>
114          <spacer/>
115          <launch uri="http://www.kerofin.demon.co.uk/2005/interfaces/VideoThumbnail" label="Video thumbnails" appname="VideoThumbnail"/>
116       </frame>
117       <frame label='Thumbnails cache'>
118         <label help='1'>To speed things up, the generated thumbnails are stored in the hidden ~/.thumbnails directory. Click here to remove all the cached thumbnails. They will be created again as needed.</label>
119         <thumbs-purge-cache/>
120         <spacer/>
121         <launch uri="http://www.kerofin.demon.co.uk/2005/interfaces/Thumbs" label="Manage thumbnails" appname="Thumbs"/>
122       </frame>
123     </section>
124   </section>
125   <section title='Pinboard'>
126     <label help='1'>When using a pinboard, you can drag files and applications onto the desktop background to create shortcuts to them.</label>
127     <frame label='Appearance'>
128       <hbox>
129         <vbox>
130           <colour name='pinboard_fg_colour' label='Foreground:'/>
131           <colour name='pinboard_shadow_colour' label='Text shadow:'/>
132           <colour name='pinboard_bg_colour' label='Background:'/>
133         </vbox>
134         <hbox>
135           <radio-group name='pinboard_shadow_labels'>
136             <radio label='No shadow' value='0'/>
137             <radio label='Thin' value='1'/>
138             <radio label='Thick' value='2'/>
139           </radio-group>
140         </hbox>
141       </hbox>
142       <spacer/>
143       <font override='1' label='Use custom font:' name='label_font'>The font used for the text displayed under the icons</font>
144       <spacer/>
145       <toggle name='pinboard_image_scaling' label='Fast scaling of images'>Choose between the fast or slow method of scaling backdrop images.  The slow method can give better results.</toggle>
146     </frame>
147     <frame label='Pinboard behaviour'>
148       <toggle name='bind_single_pinboard' label='Single-click to open'>Clicking on an item opens it with this on. Hold down Control to select the item instead. If off, clicking once selects an item; double click to open things.</toggle>
149       <toggle name='pinboard_clamp_icons' label='Keep icons within screen limits'>If this is set, pinboard icons are always kept completely within screen limits, including the label.</toggle>
150       <hbox label='Icon grid step:'>
151         <radio-group name='pinboard_grid_step'>
152           <radio label='Fine' value='2'>Use a 2-pixel grid for positioning icons on the desktop.</radio>
153           <radio label='Medium' value='16'>Use a 16-pixel grid for positioning icons on the desktop.</radio>
154           <radio label='Coarse' value='32'>Use a 32-pixel grid for positioning icons on the desktop.</radio>
155         </radio-group>
156       </hbox>
157     </frame>
158     <section title='Iconified windows'>
159       <label help='1'>Most window managers provide a way to iconify (or 'minimise') windows, and various programs, including ROX-Filer, can be used to display the iconified windows.</label>
160       <frame label='Iconified windows'>
161        <toggle name='pinboard_tasklist' label='Show iconified windows'>If this option is on, the filer will show each iconified window as a small button on the pinboard. Requires a compatible window manager, and the pinboard must be in use.</toggle>
162        <toggle name='pinboard_tasklist_per_workspace' label='Show per workspace'>If this option is on, the filer will only show iconified windows associated with the current workspace.</toggle>
163        <spacer/>
164        <hbox>
165          <menu name='iconify_start' label='Iconify to the'>
166            <item label='top-left' value='0'/>
167            <item label='top-right' value='1'/>
168            <item label='bottom-left' value='2'/>
169            <item label='bottom-right' value='3'/>
170          </menu>
171          <menu name='iconify_dir' label=', going'>
172            <item label='horizontally' value='0'/>
173            <item label='vertically' value='1'/>
174          </menu>
175        </hbox>
176        <spacer/>
177        <label help='1'>Sometimes the filer doesn't know about your desktop furniture and puts iconified windows under (for example) the Gnome panel. You can define a top or bottom margin to avoid placing the icons there. The filer already knows about its own panel.</label>
178        <spacer/>
179        <vbox>
180          <slider name='pinboard_top_margin' label='Top margin' min='0' max='96' showvalue='1' sizegroup='panel_slider'>Height of no-go area at top of screen.</slider>
181          <slider name='pinboard_bottom_margin' label='Bottom margin' min='0' max='96' showvalue='1' sizegroup='panel_slider'>Height of no-go area at bottom of screen.</slider>
182          <slider name='pinboard_left_margin' label='Left margin' min='0' max='96' showvalue='1' sizegroup='panel_slider'>Width of no-go area at left of screen.</slider>
183          <slider name='pinboard_right_margin' label='Right margin' min='0' max='96' showvalue='1' sizegroup='panel_slider'>Width of no-go area at right of screen.</slider>
184        </vbox>
185      </frame>
186     </section>
187   </section>
189   <section title='Desktop'>
190     <label help='1'>When run by a session manager program (such as ROX-Session) the filer can open up a panel and/or the pinboard.  Here you configure which.</label>
192     <radio-group name='session_panel_or_pin'>
193       <radio label='Panel only' value='0'>Only a panel is shown.</radio>
194       <radio label='Pinboard only' value='1'>Only the pinboard is shown.</radio>
195       <radio label='Panel and pinboard' value='2'>Both a panel and a pinboard are shown.</radio>
196     </radio-group>
198     <frame label='Pinboard'>
199       <entry name='session_pinboard_name'>Enter the name of the pinboard to show here.</entry>
200     </frame>
202     <label help='1'>Changes here take effect the next time the filer is run.</label>
203     <label help='1'>The session manager activates these options by
204 using the -S or --rox-session argument to rox.</label>
205   </section>
206   
207   <section title='Action windows'>
208     <label help='1'>Action windows appear when you start a background
209 operation, such as copying or deleting some files.</label>
210     <frame label='Auto-start (Quiet) these actions'>
211       <toggle name='action_copy' label='Copy'>Copy files without confirming first.</toggle>
212       <toggle name='action_move' label='Move'>Move files without confirming first.</toggle>
213       <toggle name='action_link' label='Link'>Create links to files without confirming first.</toggle>
214       <toggle name='action_delete' label='Delete'>Delete files without confirming first.</toggle>
215       <toggle name='action_mount' label='Mount'>Mount and unmount filesystems without confirming first.</toggle>
216     </frame>
217     <frame label='Default settings'>
218       <hbox>
219         <toggle name='action_force' label='Force'>Don't confirm deletion of non-writeable items.</toggle>
220         <toggle name='action_brief' label='Brief'>Don't display so much information in the message area.</toggle>
221         <toggle name='action_recurse' label='Recurse'>Also change contents of subdirectories.</toggle>
222         <toggle name='action_newer' label='Newer'>Only over-write if source is newer than destination.</toggle>
223       </hbox>
224     </frame>
225     <frame label='Mount commands'>
226      <entry name='action_mount_command' label='Mount command'>The command used to mount a filesystem. If unsure, use "mount".</entry>
227      <entry name='action_umount_command' label='Unmount command'>The command used to unmount a filesystem. If unsure, use "umount" (yes, without the first "n").</entry>
228      <entry name='action_eject_command' label='Eject command'>The command used to eject removable media. If unsure, use "eject".</entry>
229     </frame>
230   </section>
231   <section title='Drag and Drop'>
232     <frame label='Dragging to icons'>
233       <toggle name='dnd_drag_to_icons' label='Allow dragging to icons in filer windows'>When this is on you can drag a file over a sub-directory or program in a filer window. The item will highlight when you do this and dropping the file will put it into that directory, or load it into the program.</toggle>
234       <toggle name='dnd_spring_open' label='Directories spring open'>This option, which requires the above option to be turned on too, causes the highlighted directory to 'spring open' after the file is held over it for a short while.</toggle>
235       <numentry name='dnd_spring_delay' label='Spring delay:' unit='ms' min='100' max='2000' width='4'>This option sets how long, in ms, you must hold a file over a directory before it will spring open. The above option must be turned on for this to have any effect.</numentry>
236     </frame>
237     <frame label='When dragging files with the left mouse button'>
238       <radio-group name='dnd_left_menu'>
239         <radio value='1' label='Show a menu of possible actions'/>
240         <radio value='0' label='Copy the files'>Note that you can still get the menu to appear, by dragging with Alt held down.</radio>
241       </radio-group>
242     </frame>
243     <frame label='When dragging files with the middle mouse button'>
244       <radio-group name='dnd_middle_menu'>
245         <radio value='1' label='Show a menu of possible actions'/>
246         <radio value='0' label='Move the files'>Note that you can still get the menu to appear, by dragging with the left button and holding down the Alt key.</radio>
247       </radio-group>
248     </frame>
249     <frame label='Download handler'>
250       <entry name='dnd_uri_handler'>When you drag a file from a web browser or other remote source, this program will be run to download it. $1 is the URI dragged to the filer, and the current directory is the destination. Eg:
251 xterm -e wget $1</entry>
252     </frame>
253   </section>
254   <section title='Menus'>
255     <frame label='Appearance'>
256       <hbox>
257         <menu name='menu_iconsize' label='Size of icons in menus:'>
258           <item label='No Icons' value='0'/>
259           <item label='Small Icons' value='1'/>
260           <item label='Large Icons' value='2'/>
261           <item label='Same as current window' value='4'/>
262           <item label='Same as default' value='5'/>
263         </menu>
264       </hbox>
265     </frame>
266     <frame label='Behaviour'>
267       <toggle name='menu_quick' label='File menu on right-click'>Show the File menu instead of the main menu when right-clicking with files selected (the main menu can be accessed by holding down Control).</toggle>
268       <spacer/>
269       <entry name='menu_xterm' label="Terminal emulator program">The program to launch when you choose `Terminal Here' from the menu.</entry>
270     </frame>
271     <frame label='Keyboard shortcuts'>
272       <menu-set-keys/>
273     </frame>
274   </section>
275   <section title='Types'>
276     <frame label='MIME types'>
277       <label help='1'>The filer uses a set of rules to work out the correct MIME type for each regular file, and then chooses a suitable icon for that type.</label>
279         <launch uri="http://rox.sourceforge.net/2005/interfaces/MIME-Editor" label="Edit MIME rules" appname="MIME-Editor"/>
280      </frame>
281      <frame label='Themes'>
282       <icon-theme-chooser label='Icon theme' name='icon_theme'/>
283       <spacer/>
284       <label help='1'>Themes should be placed inside the ~/.icons directory.</label>
285       <label help='1'>Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note that icons set this way override those from the selected theme.</label>
286     </frame>
287     <section title='Colours'>
288       <frame label='File type colours'>
289         <toggle name='display_colour_types' label='Colour files based on their types'>Filenames (and details) are coloured according to the file's type.</toggle>
290         <spacer/>
291         <hbox>
292           <vbox>
293             <colour name='display_dir_colour'  label='Directory:'/>
294             <colour name='display_file_colour' label='Regular file:'/>
295             <colour name='display_pipe_colour' label='Pipe:'/>
296             <colour name='display_sock_colour' label='Socket:'/>
297             <colour name='display_err_colour'  label='Error:'>Error, such as a symlink which points to a non-existant file, or a file which the filer does not have permission to examine.</colour>
298           </vbox>
299           <spacer/>
300           <vbox>
301             <colour name='display_cdev_colour' label='Character device:'/>
302             <colour name='display_bdev_colour' label='Block device:'/>
303             <colour name='display_door_colour' label='Door:'>Door files are a bit like sockets or pipes, and have only been seen on Solaris.</colour>
304             <colour name='display_exec_colour' label='Executable file:'/>
305             <colour name='display_adir_colour' label='Application directory:'/>
306             <colour name='display_unkn_colour' label='Unknown type:'/>
307           </vbox>
308         </hbox>
309       </frame>
310     </section>
311   </section>
312   <section title='Compatibility'>
313     <frame label='Command line program'>
314       <make-script label='Make script'/>
315     </frame>
316     <frame label='Window manager problems'>
317       <toggle name='override_redirect' label='Override window manager control of the pinboard and panels'>Some window managers don't support the new Extended Window Manager Hints system, and so treat the pinboard and panels like normal windows. Turn this on to fix problems such as the pinboard coming to the front when you click on it, titlebars and other decorations appearing around windows, or having them appear in window-select lists.</toggle>
318       <toggle name='pinboard_forward_buttons_13' label='Pass all backdrop mouse clicks to window manager'>Normally, right clicking on the desktop background will open the pinboard menu and left clicking will clear the selection. Turn this on to forward the events to your window manager instead. Clicks on icons will not be forwarded.</toggle>
319       <toggle name='blackbox_hack' label='Blackbox root menus hack'>Blackbox, Fluxbox and similar window managers do not yet work well with the ROX-Filer pinboard. This option enables some workarounds. These window managers are expected to change their behaviour in new versions so that this isn't necessary.</toggle>
320       <toggle name='panel_is_dock' label="Panel is a 'dock'">Makes sure panels stay against screen edges. Disable this option if the panel stays above other windows against your wishes. Requires a restart to take effect.</toggle>
321       <toggle name='panel_on_top' label="Panel stays on top">Keeps the panel above other windows. Enable this option to make sure the dock option works correctly in some versions of compiz. May require a restart to take effect.</toggle>
322       <toggle name='panel_obey_workarea' label="Panel confined to work area">Keeps the panel confined to the work area specified by the Extended Window Manager Specification. Applies to new panels.</toggle>
323     </frame>
324     <frame label='Drag and drop'>
325       <toggle name='dnd_no_hostnames' label="Don't use hostnames">Some older applications don't support XDND fully and may need to have this option turned on. Use this if dragging files to an application shows a + sign on the pointer but the drop doesn't work.</toggle>
326     </frame>
327     <frame label='Extended attributes'>
328       <toggle name='xattr_ignore' label="Don't use extended attributes">This disables the use of extended attributes available in newer operating systems and file systems.  With this option set the 'Set Type' menu entry is disabled, the MIME type of the file is only derived from the file name and the properties window does not report extended attributes.</toggle>
329     </frame>
330   </section>
331 </options>