~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to debian/kmess.1

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
.SH OPTIONS
12
12
.SS Arguments:
13
13
.TP
14
 
.B --autologin
 
14
.B \-\-autologin
15
15
Autologin with the given email address
16
16
.SS
17
17
 
18
18
.SS Generic options:
19
19
.TP
20
 
.B  --help                                                
 
20
.B  \-\-help                                                
21
21
Show help about options
22
22
.TP
23
 
.B  --help-qt
 
23
.B  \-\-help-qt
24
24
Show Qt specific options
25
25
.TP
26
 
.B  --help-kde                
 
26
.B  \-\-help-kde                
27
27
Show KDE specific options
28
28
.TP  
29
 
.B  --help-all
 
29
.B  \-\-help-all
30
30
Show all options
31
31
.TP
32
 
.B  --author                  
 
32
.B  \-\-author                  
33
33
Show author information
34
34
.TP
35
 
.B  -v, --version             
 
35
.B  -v, \-\-version             
36
36
Show version information
37
37
.TP
38
 
.B  --license
 
38
.B  \-\-license
39
39
Show license information
40
40
.SS
41
41
 
42
42
.SS Qt options:
43
43
.TP
44
 
.B  --display <displayname>   
 
44
.B  \-\-display <displayname>   
45
45
Use the X-server display 'displayname'
46
46
.TP
47
 
.B  --session <sessionId>
 
47
.B  \-\-session <sessionId>
48
48
Restore the application for the given 'sessionId'
49
49
.TP
50
 
.B  --cmap        
 
50
.B  \-\-cmap        
51
51
Causes the application to install a private color map on an 8-bit display
52
52
.TP
53
 
.B  --ncols <count>           
 
53
.B  \-\-ncols <count>           
54
54
Limits the number of colors allocated in the color cube on an 8-bit display,
55
55
if the application is using the QApplication::ManyColor color specification
56
56
.TP
57
 
.B  --nograb
 
57
.B  \-\-nograb
58
58
Tells Qt to never grab the mouse or the keyboard
59
59
.TP
60
 
.B  --dograb
61
 
Running under a debugger can cause an implicit --nograb, use --dograb 
 
60
.B  \-\-dograb
 
61
Running under a debugger can cause an implicit \-\-nograb, use --dograb 
62
62
to override
63
63
.TP  
64
 
.B  --sync
 
64
.B  \-\-sync
65
65
Switches to synchronous mode for debugging
66
66
.TP
67
 
.B  --fn, --font <fontname>
 
67
.B  \-\-fn, --font <fontname>
68
68
Defines the application font
69
69
.TP
70
 
.B  --bg, --background <color>
 
70
.B  \-\-bg, --background <color>
71
71
Sets the default background color and an application palette (light 
72
72
and dark shades are calculated)
73
73
.TP
74
 
.B  --fg, --foreground <color>
 
74
.B  \-\-fg, --foreground <color>
75
75
Dets the default foreground color
76
76
.TP
77
 
.B  --btn, --button <color>
 
77
.B  \-\-btn, --button <color>
78
78
Sets the default button color
79
79
.TP
80
 
.B  --name <name>             
 
80
.B  \-\-name <name>             
81
81
Sets the application name
82
82
.TP
83
 
.B  --title <title>
 
83
.B  \-\-title <title>
84
84
Sets the application title (caption)
85
85
.TP
86
 
.B  --visual TrueColor
 
86
.B  \-\-visual TrueColor
87
87
Forces the application to use a TrueColor visual on an 8-bit display
88
88
.TP
89
 
.B  --inputstyle <inputstyle> 
 
89
.B  \-\-inputstyle <inputstyle> 
90
90
Sets XIM (X Input Method) input style. Possible values are onthespot,
91
91
overthespot, offthespot and root
92
92
.TP
93
 
.B  --im <XIM server>         
 
93
.B  \-\-im <XIM server>         
94
94
Set XIM server
95
95
.TP
96
 
.B  --noxim                   
 
96
.B  \-\-noxim                   
97
97
Disable XIM
98
98
.TP
99
 
.B  --reverse            
 
99
.B  \-\-reverse            
100
100
Mirrors the whole layout of widgets
101
101
.SS
102
102
 
103
103
.SS KDE options:
104
104
.TP
105
 
.B  --caption <caption>
 
105
.B  \-\-caption <caption>
106
106
Use 'caption' as name in the titlebar
107
107
.TP
108
 
.B  --icon <icon>
 
108
.B  \-\-icon <icon>
109
109
Use 'icon' as the application icon
110
110
.TP
111
 
.B  --miniicon <icon>
 
111
.B  \-\-miniicon <icon>
112
112
Use 'icon' as the icon in the titlebar
113
113
.TP
114
 
.B  --config <filename>
 
114
.B  \-\-config <filename>
115
115
Use alternative configuration file
116
116
.TP
117
 
.B  --dcopserver <server>
 
117
.B  \-\-dcopserver <server>
118
118
Use the DCOP Server specified by 'server'
119
119
.TP
120
 
.B  --nocrashhandler   
 
120
.B  \-\-nocrashhandler   
121
121
Disable crash handler, to get core dumps
122
122
.TP 
123
 
.B  --waitforwm
 
123
.B  \-\-waitforwm
124
124
Waits for a WM_NET compatible windowmanager
125
125
.TP
126
 
.B  --style <style>           
 
126
.B  \-\-style <style>           
127
127
Sets the application GUI style
128
128
.TP
129
 
.B  --geometry <geometry>     
 
129
.B  \-\-geometry <geometry>     
130
130
Sets the client geometry of the main widget - see man X for the argument format
131
131
.SS 
132
132