Man page - kshell-trinity(1)

Packages contas this manual

Manual

KSHELL(1) KSHELL(1)

tdeinit_wrapper, kshell, kwrapper - start applications via tdeinit

tdeinit_wrapper application [arguments]

kshell application [arguments]

kwrapper application [arguments]

tdeinit_wrapper, kshell and kwrapper start applications via tdeinit.

tdeinit_wrapper simply passes application name and arguments to tdeinit.

kshell passes application name, arguments, complete environment and current working directory to tdeinit.

kwrapper tries to make the application look like it was actually started directly and not via tdeinit. Like kshell it passes application name, arguments, complete environment and current working directory to tdeinit.
Additionally it

-
tries to redirect application output to the console from which kwrapper was started
-
waits for the application to finish (but does not return its return value)
-
passes most signals it gets to the process of the started application

The signal passing allows you to use Ctrl-C to break the started application or Ctrl-Z to stop it.

Note: With the use of kwrapper you will have one more process running and also the signal passing and output redirection may not work properly.

application to start
arguments of application to start

tdeinit(1)

kshell:

Oswald Buddenhagen <ossi@kde.org> kwrapper and tdeinit_wrapper:
Waldo Bastian <bastian@kde.org> Mario Weilguni <mweilguni@sime.org> Lubos Lunak <l.lunak@kde.org>

Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.

This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian 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.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

Jun 2006 Trinity Desktop Environment