foXcommander (C) 2000-2001 Josua Groeger
http://foxdesktop.sourceforge.net
derived from X WinCommander (XWC) 0.91-4
(C) 1999-2000 Maxim Baranov
http://www.geocities.com/SiliconValley/Mouse/7912/xwc.html
http://study.haifa.ac.il/~mbaranov/xwc.html
changes from XWC 0.91-4 to foXcommander 0.0.4:
- foXcommander 0.0.1 was a port from FOX 0.99.42 to FOX 0.99.145
you are recommended to always use the most recent FOX version
- radically simplified the copying/deleting... process
- removed some stuff that is better done another way:
- mounting/unmounting devices
- changing colours and fonts
- GNU autoconf/automake support
- code cleanups, minor changes/improvements...
---------------------------------------------------------------
original readme text:
XWC, X WinCommander File Manager
Copyright (C) 1999 - 2000 Maxim Baranov
or
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Icons were taken from different file managers: gentoo, xplore, dfm and
some of them were modified.
Description
~~~~~~~~~~~
X file manager for X11 written using the FOX toolkit.
It has Windows Commander or MS-Explorer look and it's very fast and small!
Features
~~~~~~~~
- Two file panels
- Directory List
- Commander/Explorer interface
- Status line
- File associations
- Auto save registry
- Right mouse click pop-up menu
- Change file(s) attributes
- Mount/Unmount devices
- Bookmarks
- Colour schemes
- Drag and Drop ( ctrl - copy, shift - move, alt - sym link )
- Extracting archives
- Install/Upgrade RPMs
- Tool tips for long file names
- Key bindings:
o F5 - copy (in two panels mode)
o F6 - move (in two panels mode)
o F7 - new folder
o F8 - delete
o F9 - attributes
o F10 - quit
o bspace - go up
o ctrl-h - go home
o ctrl-a - select all
o Insert - select current item
o ctrl-m - mount
o ctrl-u - umount
o ctrl-r - refresh
o tab - switches between panels
o ctrl-c - copy to clipboard
o ctrl-x - cut to clipboard
o ctrl-v - paste from clipboard
Install
~~~~~~~
Just run ./install (thanks to Robert Hamberger)
Configuration
~~~~~~~~~~~~~
Note, you don't have to edit any configuration files by hand, but
you may want to know, how the FOX registry works.
By default system-wide configuration file Desktop is located in
/usr/local/lib/foxrc, which is overridden in ~/.foxrc/Desktop and
the latter is overridden in ~/.foxrc/XWC.
Every FOX application reads the file Desktop, but XWC is specific to the
X WinCommander.
GIF or BMP Icons are in /usr/local/lib/foxicons. You can change the path in
Options->Change icon path.
(you may want to change it, if XWC is installed not in /usr/local)
Example of ~/.foxrc/XWC :
[PROGS]
xterm = "xterm +sb " # command to run xterm
viewer = "textview " # default viewer
editor = "textedit " # default editor
[OPTIONS]
width = 617
height = 516
confirm_delete = 1
confirm_overwrite = 1
confirm_quit = 0
ask_before_copy = 1
copy_in_bg = 0
[RIGHT PANEL]
liststyle = 8388608
lastdir = /etc
[LEFT PANEL]
liststyle = 8388608
lastdir = /home/max/fox
# your own file associations for X WinCommander
# format: ext = "open,vew,edit;Short Description;big_icon.gif;mini_icon.gif;MIME;"
[FILETYPES]
wav = "xanim,,;Sound;sound_32x32.gif;sound_16x16.gif;;"
tar.gz = "guitar,guitar,guitar;Archive;tgz_32x32.gif;tgz_16x16.gif;;"
[SETTINGS]
# where to search for icons
iconpath = ~/.foxicons
Bugs
~~~~
please report to me (m_baranov@yahoo.com).
Have Fun.
---------------------------------------------------
original install text:
Requirements
~~~~~~~~~~~~
The FOX C++ GUI library (version 0.99.42).
~~~~~~~~~~~~~~~
You can FTP the complete FOX GUI toolkit from the FTP site:
ftp://cyberia.cfdrc.com/pub/fox-0.99.42.tar.gz.
Installation of FOX
~~~~~~~~~~~~~~~~~~~
1) Untar the archive
2) cd to created directory
3) ./configure or ./configure --with-opengl=no (if you don't have OpenGL)
4) make
5) make install (as root)
Installation
~~~~~~~~~~~~
Edit the Makefile to fit your system:
1) set the variable FOXINCL to location of FOX includes (e.g. /usr/local/include/FOX),
2) FOXLIB to FOX library path (where the file libFOX.a is located)
3) and the variable INSTALLDIR to install directory.
- make
- make drop
If you have installed the FOX toolkit in it's default location ( /usr/local )
you may leave Makefile untouched. By default XWC will be installed in /usr/local.
If you change INSTALLDIR, make sure the environment variable $FOXDIR
points to the directory that will contain the FOX applications' registry files.
( e.g. export FOXDIR = /your/fox/registry/path ).
Then in the file $FOXDIR/Desktop set 'iconpath = /your/icons/path'.
Contact
Homepage:
http://foxdesktop.sourceforge.net
Mailing list:
foxdesktop-devel@lists.sourceforge.net
Mailing list subscription page:
http://lists.sourceforge.net/lists/listinfo/foxdesktop-devel