diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1 | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1')
-rw-r--r-- | ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1 | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1 b/ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1 deleted file mode 100644 index c591fc245..000000000 --- a/ubuntu/_base/tdelibs/debian/man/tdeinit-trinity.1 +++ /dev/null @@ -1,48 +0,0 @@ -.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand -.TH TDEINIT 1 "Jun 2006" "Trinity Desktop Environment" "process launcher" -.SH NAME -tdeinit -\- TDE process launcher -.SH SYNOPSIS -\fBtdeinit\fP [options] -.SH DESCRIPTION -\fBtdeinit\fP is a process launcher similar to \fBinit\fP used for booting UNIX. -.sp 1 -\fBtdeinit\fP is used to start all other TDE programs. It can start binary program files as well as tdeinit loadable modules (KLMs). -.sp 1 -When \fBtdeinit\fP starts for the first time it launches \fBdcopserver\fP, \fBtdelauncher\fP, \fBkded\fP and some additional programs specified on its command line in the \fBstarttde\fP script (normally \fBkcminit\fP and \fBknotify\fP). -.sp 1 -The \fBtdeinit\fP master process can be used to start additional TDE programs via \fBtdeinit_wrapper\fP, \fBkshell\fP and \fBkwrapper\fP. -.sp 1 -KLMs are dynamic libraries that work like binary programs but can be started more efficiently. -Starting KLMs via \fBtdeinit\fP is much faster and more memory efficient because \fBtdeinit\fP is linked against all libraries a standard TDE application needs. To start a KLM \fBtdeinit\fP forks and loads the dynamic library. -.SH OPTIONS -.TP -.B \-\-no\-kded -Do not start kded -.TP -.B \-\-suicide -Terminate when no TDE applications are left running -.SS -.SH FILES -.TP -.I /usr/lib/trinity -directory with KLMs (tdeinit loadable modules) -.SH SEE ALSO -.BR dcopserver (1),\ kded (1),\ kcminit (1),\ tdeinit_wrapper (1),\ tdelauncher (1),\ kshell (1),\ kwrapper (1),\ starttde (1) -.SH AUTHORS -.nf -Waldo Bastian <bastian@kde.org> -.br -Mario Weilguni <mweilguni@sime.com> -.br -Lubos Lunak <l.lunak@kde.org> -.br - -.br -.fi -Please use http://bugs.trinitydesktop.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. |