man endeavour2 (Commandes) - UNIX File & Disk Management Suite
NAME
Endeavour Mark II - UNIX File & Disk Management Suite
SYNTAX
endeavour2 [path] [options] [GUI_options]
DESCRIPTION
Endeavour Mark II is a complete file management suite with File Manager, Image Browser, Archiver, Recycled Objects system, and a set of file & disk management utility programs.
OPTIONS
- --config <file>
- Load configuration from <file>.
- --rcfile <file>
- Same as --config.
- -f <file>
- Same as --config.
- --no-splash
- Do not show splash/load status on startup.
- --no-stdout-dialog
- Do not show stdout messages in a dialog.
- --no-stderr-dialog
- Do not show stderr messages in a dialog.
- --file-browser
- Start up with the File Browser.
- --image-browser
- Start up with the Image Browser.
- --archiver
- Start up with the Archiver.
- --recycle-bin
- Start up with the Recycle Bin.
- --properties
- Start up with the Properties Dialog.
- --options
- Start up with the Options Window.
- --customize
- Start up with the Customize Window.
- --devices
- Start up with the Devices List.
- --mimetypes
- Start up with the MIME Types List.
- --run-dialog
- Start up with the Run Dialog.
- --about-dialog
- Start up with the About Dialog.
- --help
- Prints the help screen and exits.
- --version
- Prints version information and exits.
GUI OPTIONS
- --geometry <WxH+X+Y>
- Specifies the geometry of the windows.
- --font <font>
- Specifies the font to be used for the lists.
- --fg <color>
- Specifies the foreground and text color for the lists.
- --bg <color>
- Specifies the background and base color for the lists.
- --sfg <color>
- Specifies the selected foreground and text color the lists.
- --sbg <color>
- Specifies the selected background and base color the lists.
- --cfg <color>
- Specifies the pointer cursor's foreground color.
- --cbg <color>
- Specifies the pointer cursor's background color.
- --bg-pixmap <path>
- Specifies the background pixmap for the lists.
- --sbg-pixmap <path>
- Specifies the selected background pixmap for the lists.
- --name <name>
- Specifies the WM window name.
- --class <class>
- Specifies the WM class name.
- --title <title>
- Specifies the title to be displayed on the title bars.
FILES
- /usr/bin/endeavour2
- Program.
- /usr/share/man/man1/endeavour2.1.gz
- Manual page.
- /usr/lib/endeavour2/
- Arch dependent data directory.
- /usr/lib/endeavour2/bin/
- Front Ends & Utilities directory.
- /usr/share/endeavour2/
- Arch independent data directory.
- /usr/share/endeavour2/help/
- Help directory.
- /usr/share/endeavour2/icons/
- Icons directory.
- /usr/share/endeavour2/images/
- Images directory.
- /etc/endeavour2/mimetypes.ini
- Global MIME Types.
- $HOME/.endeavour2/
- Local data directory.
- $HOME/.endeavour2/recycled/
- Local recycled objects directory.
- $HOME/.endeavour2/endeavour2.ini
- Local configuration.
- $HOME/.endeavour2/devices.ini
- Local Devices.
- $HOME/.endeavour2/mimetypes.ini
- Local MIME Types.
- $HOME/.endeavour2/run_history.ini
- Run history.
- $HOME/.endeavour2/browser_location_history.ini
- File Browser location history.
- $HOME/.endeavour2/image_browser_location_history.ini
- Image Browser location history.
- $HOME/.endeavour2/archiver_location_history.ini
- Archiver location history.
ENVIRONMENT VARIABLES
- DISPLAY
- Specifies the host address, display number, and screen number to connect to the X server.
- PATH
- Specifies the search path, a string containing a list of paths separated by ; characters
- USERNAME
- Specifies the user's name.
- USER
- Fallback for USERNAME.
- HOME
- Specifies the absolute path to the user's home directory.
- EDITOR
- Specifies the command to execute the prefered text editor.
- EDIT
- Fallback for EDITOR.
- VIEWER
- Specifies the command to execute the prefered file viewer.
- VIEW
- Fallback for VIEWER.
- BROWSER
- Specifies the command to execute the prefered web browser.
- HELPBROWSER
- Specifies the command to execute the prefered help browser (if this is not set then it will fallback to BROWSER).
- TMPDIR
- Specifies the path to the tempory files directory.
WMCLASS NAMES
- Endeavour
- Class name
- filebrowser
- File Browser Window name
- imagebrowser
- Image Browser Window name
- recyclebin
- Recycle Bin Window name
- archiver
- Archiver Window name
- mimetypeslist
- MIME Types List Window name
- deviceslist
- Devices List Window name
- propertiesdialog
- Properties Dialog name
- options
- Options & Customize Window name
- find
- Find Window name
- history
- History Window name
- dialog
- All Dialogs name
- fileselection
- File Selection Dialog name
EXAMPLES
To run this program the standard way, type:
# endeavour2 &
To run at an alternate starting location, type:
# endeavour2 /some/other/path &
To start up with the image browser, type:
# endeavour2 --image-browser &
To start up with the archiver, type:
# endeavour2 --archiver myarchive.tgz &
When running multiple processes of Endeavour, the second and later instances of Endeavour will send a command to the first process of Endeavour to open a new window (and optionally at a specified path). This is to improve file system event notifications between Endeavour's windows and conserve memory.
AUTHORS
- Capt Taura Milana
- Head programmer
- Dan Stimits
- Programmer
- Remi Broemeling
- Contributor
- Thierry Vignaud
- Packager
- Guillaume Rousse
- Mandrake RPM packager