r48: Started writing the help text.
[rox-filer.git] / ROX-Filer / Help / 3_Running
blob52244852887ec266ad9afbd1934f912e6969cf55
1                         ROX-Filer
2                         A RISCOS-like filer for X
3                         by Thomas Leonard
5                         Running
7 To start ROX-Filer from the command line you must run the shell script
8 'AppRun', which is inside the ROX-Filer directory:
10         $ ./ROX-Filer/AppRun
12 By default, ROX-Filer will start by displaying your home directory. You can
13 get it to display other directories by listing them after the command:
15         $ ./ROX-Filer/AppRun /home /usr /usr/local
17 If you want one of the directories to be opened as a panel put -t, -b, -l or
18 -r before the directory (for top, bottom, left or right panels).
19 If you don't know what a panel is, try it and see!
20 To run the filer in the background, put an & at the end of the line:
22         $ mkdir ~/Panel
23         $ ln -s $HOME ~/Panel/Home
24         $ ./ROX-Filer/AppRun -b ~/Panel &
26 The panel should be displayed in a window without a title bar. If this does not
27 work then you may need to update your window manager. The filer was designed
28 and tested using the Enlightenment window manager:
29         <http://www.enlightenment.org>