diff options
| author | ormorph <roma251078@mail.ru> | 2024-05-11 17:09:03 +0300 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-13 11:42:21 +0900 | 
| commit | 62547444d92320e4b47c4540ab46827f4b53518e (patch) | |
| tree | eba2c524f1285eb310bd68147b7a97a3e8c0df27 /doc/man/konsole/konsole.1 | |
| parent | fe49603372a6ffb570b45b9ce78e2331de915387 (diff) | |
| download | tdebase-62547444.tar.gz tdebase-62547444.zip | |
Build documentation for each subpackage separately
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 95c3cba08ea09ecabb84cfd662bec76668b89bf7)
Diffstat (limited to 'doc/man/konsole/konsole.1')
| -rw-r--r-- | doc/man/konsole/konsole.1 | 179 | 
1 files changed, 179 insertions, 0 deletions
| diff --git a/doc/man/konsole/konsole.1 b/doc/man/konsole/konsole.1 new file mode 100644 index 000000000..5de5500b4 --- /dev/null +++ b/doc/man/konsole/konsole.1 @@ -0,0 +1,179 @@ +.\" The draft of this file was generated by kdemangen.pl and edited after. +.TH Konsole 1 "Nov 2005" "Trinity Desktop Environment" "" +.SH NAME +.BR Konsole +\- X terminal emulator for TDE. +.SH SYNOPSIS +.BR Konsole  +[Qt\-options] [TDE\-options] [options] [args]  +.SH DESCRIPTION +Konsole is an X terminal emulation which provides a command-line interface +(CLI) while using the graphical Trinity Desktop Environment. Konsole helps to +better organize user's desktop by containing multiple sessions in a single +window (a less cluttered desktop). +.PP +Konsole advanced features include simple configuration and the ability to use +multiple terminal shells in a single window, making for a less +cluttered desktop. +.PP +Using Konsole, a user can open: +.PP +.RS +Linux console sessions +.PP +Shell sessions +.PP +Screen sessions +.PP +Midnight Commander file manager sessions +.PP +Root console sessions +.PP +Root Midnight Commander sessions +.PP +User created sessions +.RE + +These sessions can be renamed to help you keep track of all your shells, +or signaled (STOP, CONT, HUP, INT, TERM, KILL). +.PP +For more control over konsole, a user can: +hide/show the menubar and/or frame; +select the size of a konsole window, fonts, color +schemes, and key mapping; +change location of the scrollbar or hide the scrollbar; +change location of the tabbar or hide the tabbar. +.PP +All chosen settings can be made the default for forthcoming sessions by +saving them. +.SH OPTIONS +.SS +.SS Konsole specific options: +.TP +.B  \-\-name  <name> +Set window class +.TP +.B  \-\-ls   +Start login shell +.B \-T <title>                 +Set the window title +.TP +.B  \-\-tn  <terminal> +Specify terminal type as set in the TERM [xterm] +environment variable +.TP +.B  \-\-noclose   +Do not close Konsole when command exits +.TP +.B  \-\-nohist   +Do not save lines in history +.TP +.B  \-\-nomenubar   +Do not display menubar +.TP +.B \-\-notabbar,  \-\-notoolbar   +Do not display tab bar +.TP +.B  \-\-noframe   +Do not display frame +.TP +.B  \-\-noscrollbar   +Do not display scrollbar +.TP +.B  \-\-noxft   +Do not use Xft (anti-aliasing) +.TP +.B  \-\-vt_sz CCxLL              +Terminal size in columns x lines +.TP +.B  \-\-noresize   +Terminal size is fixed +.TP +.B  \-\-type  <type> +Start with given session type +.TP +.B  \-\-types   +List available session types +.TP +.B  \-\-keytab  <name> +Set keytab to 'name' +.TP +.B  \-\-keytabs   +List available keytabs +.TP +.B  \-\-profile  <name> +Start with given session profile +.TP +.B  \-\-profiles   +List available session profiles +.TP +.B  \-\-schema  <name> +| <file>  Set schema to 'name' or use 'file' +.TP +.B \-\-schemas,  \-\-schemata   +List available schemata +.TP +.B  \-\-script   +Enable extended DCOP Qt functions +.TP +.B  \-\-workdir  <dir> +Change working directory to 'dir' +.TP +.B \-e <command> [ arguments ] +Execute 'command' instead of shell. It also sets the window title and  +icon name to be the basename of the program being executed if neither  +-T nor -n are given on the command line.  +This must be the last option on the command line. +.SS  +.SS Arguments: +.TP +.B args +Arguments for 'command' +.SS +.SS Generic options: +.TP +.B  \-\-help   +Show help about options +.TP +.B  \-\-help\-qt   +Show Qt specific options +.TP +.B  \-\-help\-tde   +Show TDE specific options +.TP +.B  \-\-help\-all   +Show all options +.TP +.B  \-\-author   +Show author information +.TP +.B \-v,  \-\-version   +Show version information +.TP +.B  \-\-license   +Show license information +.TP +.B  \-\-   +End of options +.SS  + +.SH SEE ALSO +Full user documentation is available through the TDE Help Center.  You can also enter the URL +.BR help:/konsole/ +directly into konqueror or you can run  +.BR "`khelpcenter help:/konsole/'" +from the command-line. +.BR + +Konsole homepage:  +.BR http://konsole.kde.org/ +.SH AUTHORS +Kurt V. Hindenburg <kurt.hindenburg@kdemail.net> + +Lars Doelle <lars.doelle@on-line.de> +.BR +.SH OTHER +This manual page was written by Ana Beatriz Guerrero Lopez <ana@ekaia.org> for the Debian +system (but may be used by others). +.BR + | 
