diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/tdebase/debian/man/starttde-trinity.1 | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/tdebase/debian/man/starttde-trinity.1')
-rw-r--r-- | ubuntu/raring/tdebase/debian/man/starttde-trinity.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ubuntu/raring/tdebase/debian/man/starttde-trinity.1 b/ubuntu/raring/tdebase/debian/man/starttde-trinity.1 new file mode 100644 index 000000000..5ce70f453 --- /dev/null +++ b/ubuntu/raring/tdebase/debian/man/starttde-trinity.1 @@ -0,0 +1,46 @@ +.TH starttde 1 "Jan 17, 2005" +.SH NAME +starttde \- Starts up the KDE Desktop Environment +.SH SYNOPSIS +.B starttde +.br +.SH DESCRIPTION +This manual page documents briefly the +.B starttde +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +The \fBstarttde\fP script starts up the K Desktop Environment and +is typically executed by your login manager (e.g. xdm, gdm, tdm, wdm or from +your X startup scripts). \fBstarttde\fP in turn launches ksmserver, which +will load your last session, or a default session that includes the standard +KDE programs if no saved session is available. + +\fBstarttde\fP, with ksmserver, is a standard X11R6 session manager that can manage +any X11R6 SM compliant program. + +\fBstarttde\fP and ksmserver use the contents of the ~/.kde directory +for starting previously saved sessions. Source scripts found in ~/.kde/env/*.sh +can be used to define environment variables that will be available to all KDE +programs. + +For anything else (that doesn't set env vars, or that needs a window manager), +better use the ~/.kde/Autostart folder. + +At the end of a session, the scripts found in ~/.kde/shutdown will be executed. + + +.SH OPTIONS +\fBstarttde\fP takes no command line options. + +.SH AUTHOR +\fBstarttde\fP is written by the KDE Project. + +This manual page was written by Philipp Grau. + +.SH "REPORTING BUGS" +Report bugs of this modified Debian version of starttde to the Bug +Tracking System at: http://bugs.debian.org +.SH COPYRIGHT +Copyright \(co 2005 Philipp Grau. |