~ubuntu-branches/ubuntu/trusty/kbreakout/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/man/kdeopt.part

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2013-04-08 13:50:03 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20130408135003-sxpjw8zdpbnq7yq1
Tags: 4:4.10.2-1
First release of kdegames after being split by upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This portion of the manual page is from kdeopt.man, from the
 
2
.\" kdegames Debian package.
 
3
.SH GENERIC OPTIONS
 
4
.TP
 
5
.B \-\-help
 
6
Show help about options.
 
7
.TP
 
8
.B \-\-help-qt
 
9
Show Qt specific options.
 
10
.TP
 
11
.B \-\-help-kde
 
12
Show KDE specific options.
 
13
.TP
 
14
.B \-\-help-all
 
15
Show all options.
 
16
.TP
 
17
.B \-\-author
 
18
Show author information.
 
19
.TP
 
20
.B \-v, \-\-version
 
21
Show version information.
 
22
.TP
 
23
.B \-\-license
 
24
Show license information.
 
25
.TP
 
26
.B \-\-
 
27
End of options.
 
28
.SH QT OPTIONS
 
29
.TP
 
30
.B \-\-display \fI<displayname>\fB
 
31
Use the X-server display `displayname'.
 
32
.TP
 
33
.B \-\-session \fI<sessionId>\fB
 
34
Restore the application for the given `sessionId'.
 
35
.TP
 
36
.B \-\-cmap
 
37
Causes the application to install a private color map on an 8\-bit
 
38
display.
 
39
.TP
 
40
.B \-\-ncols \fI<count>\fB
 
41
Limits the number of colors allocated in the color cube on an 8\-bit
 
42
display, if the application is using the QApplication::ManyColor color
 
43
specification.
 
44
.TP
 
45
.B \-\-nograb
 
46
Tells Qt to never grab the mouse or the keyboard.
 
47
.TP
 
48
.B \-\-dograb
 
49
Running under a debugger can cause an implicit \-nograb, use \-dograb
 
50
to override.
 
51
.TP
 
52
.B \-\-sync
 
53
Switches to synchronous mode for debugging.
 
54
.TP
 
55
.B \-\-fn, \-\-font \fI<fontname>\fB
 
56
Defines the application font.
 
57
.TP
 
58
.B \-\-bg, \-\-background \fI<color>\fB
 
59
Sets the default background color and an application palette (light
 
60
and dark shades are calculated).
 
61
.TP
 
62
.B \-\-fg, \-\-foreground \fI<color>\fB
 
63
Sets the default foreground color.
 
64
.TP
 
65
.B \-\-btn, \-\-button \fI<color>\fB
 
66
Sets the default button color.
 
67
.TP
 
68
.B \-\-name \fI<name>\fB
 
69
Sets the application name.
 
70
.TP
 
71
.B \-\-title \fI<title>\fB
 
72
Sets the application title (caption).
 
73
.TP
 
74
.B \-\-visual TrueColor
 
75
Forces the application to use a TrueColor visual on an 8-bit display.
 
76
.TP
 
77
.B \-\-inputstyle \fI<inputstyle>\fB
 
78
Sets XIM (X Input Method) input style. Possible values are
 
79
\fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
 
80
.TP
 
81
.B \-\-im \fI<XIM server>\fB
 
82
Set XIM server.
 
83
.TP
 
84
.B \-\-noxim
 
85
Disable XIM.
 
86
.TP
 
87
.B \-\-reverse
 
88
Mirrors the whole layout of widgets.
 
89
.SH KDE OPTIONS
 
90
.TP
 
91
.B \-\-caption \fI<caption>\fB
 
92
Use `caption' as name in the titlebar.
 
93
.TP
 
94
.B \-\-icon \fI<icon>\fB
 
95
Use `icon' as the application icon.
 
96
.TP
 
97
.B \-\-config \fI<filename>\fB
 
98
Use alternative configuration file.
 
99
.TP
 
100
.B \-\-nocrashhandler
 
101
Disable crash handler, to get core dumps.
 
102
.TP
 
103
.B \-\-waitforwm
 
104
Waits for a WM_NET compatible windowmanager.
 
105
.TP
 
106
.B \-\-style \fI<style>\fB
 
107
Sets the application GUI style.
 
108
.TP
 
109
.B \-\-geometry \fI<geometry>\fB
 
110
Sets the client geometry of the main widget.