diff options
author | Calvin Morrison <mutantturke@gmail.com> | 2011-11-13 19:27:09 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturke@gmail.com> | 2011-11-13 19:27:09 -0500 |
commit | b04ad86203e19f0e89e971fefc3f40b380cbe7b2 (patch) | |
tree | 639782b440de136501ae6ee50d8d54450765346f /ubuntu/maverick/tdebase/debian/man/startkde-trinity.1 | |
parent | 7123ebd91f9851d8a0479d043508ec5885e24f91 (diff) | |
parent | 70daaabb4fd5f3b559f5ef489377c9fe93a47f0d (diff) | |
download | tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.tar.gz tde-packaging-b04ad86203e19f0e89e971fefc3f40b380cbe7b2.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/man/startkde-trinity.1')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/man/startkde-trinity.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdebase/debian/man/startkde-trinity.1 b/ubuntu/maverick/tdebase/debian/man/startkde-trinity.1 new file mode 100644 index 000000000..f26b7f128 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/man/startkde-trinity.1 @@ -0,0 +1,46 @@ +.TH startkde 1 "Jan 17, 2005" +.SH NAME +startkde \- Starts up the KDE Desktop Environment +.SH SYNOPSIS +.B startkde +.br +.SH DESCRIPTION +This manual page documents briefly the +.B startkde +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +The \fBstartkde\fP script starts up the K Desktop Environment and +is typically executed by your login manager (e.g. xdm, gdm, kdm, wdm or from +your X startup scripts). \fBstartkde\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. + +\fBstartkde\fP, with ksmserver, is a standard X11R6 session manager that can manage +any X11R6 SM compliant program. + +\fBstartkde\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 +\fBstartkde\fP takes no command line options. + +.SH AUTHOR +\fBstartkde\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 startkde to the Bug +Tracking System at: http://bugs.debian.org +.SH COPYRIGHT +Copyright \(co 2005 Philipp Grau. |