summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdelibs/debian/man/kshell-trinity.1
blob: acbe215c837d846c888de30fa48c065ec8f54502 (plain)
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
56
57
58
59
60
.TH KSHELL 1 "Jun 2006" "K Desktop Environment" ""
.SH NAME
kdeinit_wrapper, kshell, kwrapper
\- start applications via kdeinit
.SH SYNOPSIS
\fBkdeinit_wrapper\fP application [arguments]
.sp 1
\fBkshell\fP application [arguments]
.sp 1
\fBkwrapper\fP application [arguments]
.SH DESCRIPTION
\fBkdeinit_wrapper\fP, \fBkshell\fP and \fBkwrapper\fP start applications via \fBkdeinit\fP.
.sp 1
\fBkdeinit_wrapper\fP simply passes application name and arguments to \fBkdeinit\fP.
.sp 1
\fBkshell\fP passes application name, arguments, complete environment and current working directory to \fBkdeinit\fP.
.sp 1
\fBkwrapper\fP tries to make the application look like it was actually started directly and not via \fBkdeinit\fP. Like \fBkshell\fP it passes application name, arguments, complete environment and current working directory to \fBkdeinit\fP.
.br
Additionally it
.IP "    \-"
tries to redirect application output to the console from which \fBkwrapper\fP was started
.IP "    \-"
waits for the application to finish (but does not return its return value)
.IP "    \-"
passes most signals it gets to the process of the started application
.PP
The signal passing allows you to use Ctrl\-C to break the started application or Ctrl\-Z to stop it.
.sp 1
Note: With the use of \fBkwrapper\fP you will have one more process running and also the signal passing and output redirection may not work properly.
.SH OPTIONS
.TP
.B application
application to start
.TP
.B arguments
arguments of application to start
.SS 
.SH SEE ALSO
.BR kdeinit (1)
.br
.SH AUTHORS
.nf
\fBkshell\fP:
.br
Oswald Buddenhagen <ossi@kde.org>

\fBkwrapper\fP and \fBkdeinit_wrapper\fP:
.br
Waldo Bastian <bastian@kde.org>
Mario Weilguni <mweilguni@sime.org>
Lubos Lunak <l.lunak@kde.org>

.br
.fi
Please use http://bugs.kde.org to report bugs, do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the \fBDebian\fP Project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
.PP
On \fBDebian\fP systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.