1KMYMONEY2(1) KDE Application KMYMONEY2(1)
2
3
4
6 KMyMoney - the personal finances manager for KDE
7
9 kmymoney2 [Qt-options] [KDE-options] [File]
10
12 This manual page documents briefly the KMyMoney KDE Application. This
13 manual page was written for the Debian GNU/Linux distribution because
14 the original program does not have a manual page.
15
16 KMyMoney is the Personal Finance Manager for the KDE environment. It
17 provides the functions required to balance your checkbooks, manage your
18 personal loans and categorise your incomes and expenses using a check‐
19 book style graphical user interface.
20
22 Arguments:
23 File file to open
24
25 Generic options:
26 --help Show help about options
27
28 --help-qt
29 Show Qt specific options
30
31 --help-kde
32 Show KDE specific options
33
34 --help-all
35 Show all options
36
37 --author
38 Show author information
39
40 -v, --version
41 Show version information
42
43 --license
44 Show license information
45
46 -- End of options
47
48 KDE options
49 --caption caption
50 Use caption as name in the titlebar.
51
52 --icon icon Use icon as the application icon. icon is the name of the
53 icon, which can either be an absolute filename path, or
54 otherwise the icon is sought for in places according to the
55 normal KDE rules.
56
57 --miniicon icon
58 Use icon as the icon in the titlebar. icon is the filename
59 of the icon, according to the same rules as for the --icon
60 parameter.
61
62 --config filename
63 Use an alternative configuration file, instead of the
64 default, which is normally located in /usr/share/config or
65 in $KDEHOME/share/config
66
67 --dcopserver server
68 Set the address of the DCOP server to attach to.
69
70 --nocrashhandler
71 Disable crash handler, to get core dumps. This option has
72 the same effect as definiting the environment variable
73 KDE_DEBUG.
74
75 --waitforwm Waits for a WM_NET compatible windowmanager.
76
77 --style style
78 sets the application GUI style.
79
80 --geometry geometry
81 sets the client geometry of the main widget. The geometry
82 parameter follows the normal X convention for geometry,
83 which is on the form:
84
85 [widthxheight][{+-}xpos{+-}ypos]
86
87 Where width and height gives the desired minimum width and
88 height, of the main application window. Both in pixels. A
89 value of 0 specifies the default size. The optional xpos
90 and ypos specifies the x,y-position that which is desired
91 for the application window. Specifying negative values for
92 x or y implies that the x or y position is to be measured
93 from the left or bottom screen edge, instead of as in the
94 normal case, with positive values, from the left and top
95 edges.
96
97 Qt options
98 --display displayname
99 Use the X-server display displayname.
100
101 --session sessionId
102 Restore the application for the given sessionId.
103
104 --cmap Causes the application to install a private color map on an
105 8-bit display.
106
107 --ncols count
108 Limits the number of colors allocated in the color cube on
109 an 8-bit display, if the application is using the QApplica‐
110 tion::ManyColor color specification.
111
112 --nograb Tells Qt to never grab the mouse or the keyboard.
113
114 --dograb Running under a debugger can cause an implicit -nograb, use
115 -dograb to override.
116
117 --sync switches to synchronous mode for debugging.
118
119 --fn, --font fontname
120 Defines the default application font. The fontname should
121 be in the X logical font name description format XLFD. For
122 a full description of the format see
123 /usr/X11R6/lib/X11/doc/xlfd.TXT Note that the application
124 might override the font specified with its own font.
125
126 --bg, --background color
127 Sets the default background color and an application pal‐
128 ette (light and dark shades are calculated).
129
130 --fg, --foreground color
131 Sets the default foreground color.
132
133 --btn,--button color
134 Sets the default button color.
135
136 --name name Sets the application name.
137
138 --title title
139 Sets the application title. This option might, or might not
140 appear in the title bar caption, depending on the applica‐
141 tion. To change the caption, use the --caption option
142 instead.
143
144 --visual TrueColor
145 Forces the application to use a TrueColor visual on an
146 8-bit display.
147
148 --inputstyle inputstyle
149 Sets XIM (X Input Method) input style. Possible values are
150 onthespot, overthespot, offthespotandroot.
151
152 --im XIM-server
153 Set XIM server.
154
155 --noxim Disable XIM.
156
157 --reverse Mirror reverses the whole layout of widgets. This means
158 that menus will go in the opposite direction, the scroll
159 bar will be on the opposite side, etc. For a normal western
160 layout that means that menus and tool bars will go from the
161 right edge to the left, the vertical scroll bar will be on
162 the left side and so on.
163
164
166 standard KDE environment variables
167 KDE_LANG
168 Language locale setting to use. This option makes it possible to
169 set another language environment for a program than what is the
170 default. The correct language pack for this language has to be
171 installed for this option to work. The default language when
172 there is none set is en_US. When deciding upon a language, the
173 following resources are looked up, in order: KDE_LANG, configu‐
174 ration file, LC_CTYPE, LC_MESSAGES, LC_ALL, LANG.
175
176 KDE_UTF8_FILENAMES
177 Assume that all filenames are in UTF-8 format regardless of the
178 current language setting. Otherwise the filename format is
179 defined by the language.
180
181 KDE_MULTIHEAD
182 If this variable has the value true multihead multiple display
183 mode is enabled. The KDE display will be shared over more than
184 one screen.
185
186 DISPLAY
187 Specifies the X display to run KDE on.
188
189 KDESYCOCA
190 Specifies and alternative path for the ksycoca KDE system con‐
191 figuration cache file. The default path is /tmp/kde-$USER/ksy‐
192 coca
193
194 DCOPSERVER
195 Specifies an alternative path for the DCOP server file. The
196 default file is $HOME/.DCOPserver_hostname_displayname
197
198 SESSION_MANAGER
199 The session manager to use. This option is set automatically by
200 KDE and is a network path to the session manager socket.
201
202 HOME Path to the home directory for the current user.
203
204 KDEHOME
205 The KDE per-user setting directory. Default if not specified is
206 $HOME/.kde
207
209 KMyMoney was written by
210
211 Michael Edwardes <mte@users.sourceforge.net>,
212 Felix Rodriguez <frodriguez@users.sourceforge.net>,
213 John C <tacoturtle@users.sourceforge.net>,
214 Thomas Baumgart <ipwizard@users.sourceforge.net>,
215 Kevin Tambascio <ktambascio@users.sourceforge.net> and
216 Arni Ingimundarson <arniing@users.sourceforge.net>.
217
218 Please use
219
220 http://sourceforge.net/tracker/?group_id=4708
221
222 to report bugs and post support or feature requests.
223 Do not mail the authors directly.
224
225 This manual page was prepared by Karolina Lindqvist
226 <pgd-karolinali@algonet.se> for the Debian GNU/Linux system (but may be
227 used by others) and has been enhanced by Thomas Baumgart
228 <ipwizard@users.sourceforge.net> to reflect the latest changes in de‐
229 velopment.
230
232 The full documentation for KMyMoney is maintained as a docbook manual.
233 If the khelpcenter program is properly installed at your site, the com‐
234 mand
235
236 khelpcenter help:/kmymoney2
237
238 should give you access to the complete manual.
239
240 Alternatively the manual can be browsed in konqueror giving it the URL
241 help:/kmymoney2
242
243
244
245KDE May 2003 KMYMONEY2(1)