Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xfm_dev(5) [debian man page]

XFM_DEV(5)								XFM								XFM_DEV(5)

NAME
/etc/X11/xfm/xfm_dev - xfm device configuration DESCRIPTION
When starting xfm(1) - the X file and application manager - reads this file to determine mount and umount commands for specific directo- ries. FORMAT
One entry per line. Lines starting with a hash (#) and empty lines are ignored. Each line consists out of three or four fields, separated by colons (:). Backslashes and colons within those fields have to be escaped using backslashes. FIELDS
directory The first field describes which directory this entry is about. If this this directory or and child directory of this is opened, while no other one is open, the mount command is executed. If the last file window showing this directory or a child thereof, the unmount command is executed. This field can also be the special string GETFSENT, which is described in a special paragraph below. mount command The second field is the command to execute for mounting. It is given the shell as one argument after a -c. unmount command The third field is the command to execute for unmounting. It is given the shell as one argument after a -c. icon The fourth field is optional. It is only used to specify an icon for the 0 No icon field is equivalent to an icon field containing dev_disk.xpm, which differs from an empty icon field. (See xfm(5)). automatic configuration via GETFSENT If the first field of an entry is the special string GETFSENT, and the systen xfm was compiled on had a fstab.h file, the getfsent(3) func- tion is used to get mount point information. Every mount point which contains a mount option starting with user. (like user, or users) for which no specification does yet exists is added to the list. mount and unmount command These commands are expanded with a space and the directory in question and the result is handled a in the normal case. This needs some fixing with directories containing spaces. icon field The icon field can in this case be appended by an arbitrary number of rules of the form ,fstype=iconname If the filesystem has type fstype, the icon iconname is used instead. EXAMPLES
/media/cdrom:mount /media/cdrom:umount /media/cdrom:cdrom.xpm /floppy:mount /floppy:umount /floppy GETFSENT:mount:umount:dev_disk.xpm,iso9660=dev_cdrom.xpm,ext2=bla.xpm FILES
$HOME/.xfm/xfm_dev Unless otherwise specified in the X resources, this is the first location xfm looks for this file. /etc/X11/xfm/xfm_dev Unless otherwise specified in the X resources, this file is tried when the previous could not be read. /etc/fstab This is the file getfsent most likely gets its information from. SEE ALSO
xfm(1), mount(8), getfsent(3). xfm 20 April, 2006 XFM_DEV(5)

Check Out this Related Man Page

XFMMAILCAP(1)								XFM							     XFMMAILCAP(1)

NAME
xfmmailcap - show mailcap information as parsed by xfm SYNOPSIS
xfmmailcap --help xfmmailcap mime-type [(default|all|edit|view) [filename]] DESCRIPTION
xfmmailcap parses the xfm(1)'s mailcap file (see xfm_mailcap(5) for its format) and prints information about what command xfm would use when told to open a file of the given mime-type. If there is no second argument, the default it default. If there is a third argument, xfmmailcap will insert this filename into the action. (This is not yet implemented) ACTIONS
all Show all information collected about this mime-type. default Show the action xfm(1) would start when confronted with this action, together with all debug output xfm would show when the echoMimeSearch resource represents True. It first tries everything the edit action would show and if nothing is found there, then it tries the view action. edit Find the best (in the sense of highest priority) command to edit this mime type. view Find the best (in the sense of highest priority) command to view this mime type. (There is yet no way to trigger that from within xfm). CAVEAT
xfmmailcap has the paths $HOME/.xfm/xfm_mailcap and /etc/X11/xfm/xfm_mailcap built in statically. This differs from xfm(1), where all of these can be changed by means of X resources. FILES
$HOME/.xfm/xfm_mailcap If this file exists, it is read and its content used as mailcap database. See xfm_mailcap(5) for its format. /etc/X11/xfm/xfm_mailcap If the previous file is not found, this one is used instead. Same format. SEE ALSO
xfm(1), xfm_mailcap(5). COPYRIGHT
Copyright (C) 2006 Bernhard R. Link This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. xfm 20 April, 2006 XFMMAILCAP(1)
Man Page