File: Running.htm

package info (click to toggle)
4pane 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,480 kB
  • sloc: cpp: 38,358; ansic: 5,186; sh: 4,359; makefile: 157; xml: 27
file content (55 lines) | stat: -rw-r--r-- 2,359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
  <title>Starting 4Pane</title>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
 </head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 33%; text-align: center;"><a href="Features.htm"><img src="back.gif" alt="Main Features" align="top" border="0"></a>&nbsp;&nbsp;<a href="Features.htm">Main Features</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Contents.htm"><img src="up.gif" alt="Contents" align="top" border="0"></a>&nbsp;&nbsp;<a href="Contents.htm">Contents</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a align="middle" href="Using4Pane.htm">Using 4Pane</a>&nbsp;&nbsp;<a href="Using4Pane.htm"><img src="forward.gif" alt="Using 4Pane" align="top" border="0"></a></td>
    </tr>
  </tbody>
</table>
</center>
<hr>

<h2>Starting 4Pane</h2>
<p>
The usual way to invoke 4Pane is by typing <b>4Pane</b> into "Run command" or a console, or putting this in a desktop shortcut.<br><br>
However you might occasionally need a more complicated method:
<ul>
		<li>If you want to open 4Pane at a particular directory (or directories --- one on the left, one on the right), 
		you can pass it as a parameter:<br>
		<b>4Pane /path/to/foo</b> or <b>4Pane /path/to/foo /path/to/bar</b><br>
		You would use this if you make 4Pane your desktop manager's default file manager: it would then open a new instance of 4Pane when removable media was plugged in.<br><br>
		<li>If you are running a LiveCD: you'd need 4Pane's configuration file to be in a writable location, or in one that persists. You can do this with the -c option: 
		e.g. <b>4Pane -c /media/usbpen</b>. You can similarly set the directory that 4Pane calls Home by using the -d option.
</ul>
<br>

The first time that you run 4Pane, or whenever a configuration file isn't found, a wizard will appear. Generally this will just acquire information 
about your system and save sensible defaults, but you also have the option of copying an existing configuration (perhaps one belonging to another user).
</p>


















</body></html>