This file is indexed.

/usr/share/kde4/config.kcfg/kxstitch.kcfg is in kxstitch-common 1.3.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
                http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
    <kcfgfile name="kxstitchrc"/>

    <group name="editor">
        <entry name="Editor_BackgroundColor" type="Color">
            <label>The background color.</label>
            <default>#ffffff</default>
        </entry>
        <entry name="Editor_ThickLineColor" type="Color">
            <label>The color of the editors thick lines.</label>
            <default>#808080</default>
        </entry>
        <entry name="Editor_ThinLineColor" type="Color">
            <label>The color of the editors thin lines.</label>
            <default>#c0c0c0</default>
        </entry>
        <entry name="Editor_ThickLineWidth" type="Int">
            <label>The width of the major grid lines.</label>
            <default>0</default>
        </entry>
        <entry name="Editor_ThinLineWidth" type="Int">
            <label>The width of the minor grid lines.</label>
            <default>0</default>
        </entry>
        <entry name="Editor_CellHorizontalGrouping" type="Int">
            <label>The number of cells making up a horizontal group.</label>
            <default>10</default>
        </entry>
        <entry name="Editor_CellVerticalGrouping" type="Int">
            <label>The number of cells making up a vertical group.</label>
            <default>10</default>
        </entry>
        <entry name="Editor_HorizontalClothCount" type="Double">
            <label>The horizontal cloth count.</label>
            <default>16</default>
        </entry>
        <entry name="Editor_VerticalClothCount" type="Double">
            <label>The vertical cloth count.</label>
            <default>16</default>
        </entry>
        <entry name="Editor_ClothCountUnits" type="Enum">
            <label>The cloth count units.</label>
            <default>Inches</default>
            <choices>
                <choice name="Inches" />
                <choice name="CM" />
            </choices>
        </entry>
        <entry name="Editor_ClothCountLink" type="Bool">
            <label>Square cells</label>
            <default>true</default>
        </entry>
        <entry name="Editor_HorizontalScaleHeight" type="Int">
            <label>The height of the horizontal ruler.</label>
            <default>30</default>
        </entry>
        <entry name="Editor_VerticalScaleWidth" type="Int">
            <label>The width of the vertical ruler.</label>
            <default>30</default>
        </entry>
        <entry name="Editor_FormatScalesAs" type="Enum">
            <label>The display units for a scale.</label>
            <default>Stitches</default>
            <choices>
                <choice name="Stitches" />
                <choice name="Inches" />
                <choice name="CM" />
            </choices>
        </entry>
        <entry name="Editor_MinimumZoomFactor" type="Double">
            <label>The minimum zoom factor</label>
            <default>0.5</default>
        </entry>
        <entry name="Editor_MaximumZoomFactor" type="Double">
            <label>The maximum zoom factor</label>
            <default>3.0</default>
        </entry>
        <entry name="Editor_DefaultZoomFactor" type="Double">
            <label>The default zoom factor</label>
            <default>1.0</default>
        </entry>
    </group>

    <group name="renderer">
        <entry name="Renderer_ColorHilight" type="Bool">
            <label>Enable color highlighting mode</label>
            <default>false</default>
        </entry>
        <entry name="Renderer_RenderBackgroundImages" type="Bool">
            <label>Render the background images</label>
            <default>true</default>
        </entry>
        <entry name="Renderer_RenderGrid" type="Bool">
            <label>Render the grid</label>
            <default>true</default>
        </entry>
        <entry name="Renderer_RenderStitches" type="Bool">
            <label>Render the stitches</label>
            <default>true</default>
        </entry>
        <entry name="Renderer_RenderBackstitches" type="Bool">
            <label>Render the backstitches</label>
            <default>true</default>
        </entry>
        <entry name="Renderer_RenderFrenchKnots" type="Bool">
            <label>Render the french knots</label>
            <default>true</default>
        </entry>
        <entry name="Renderer_RenderStitchesAs" type="Enum">
            <label>How to display stitches.</label>
            <default>Stitches</default>
            <choices>
                <choice name="Stitches" />
                <choice name="BlackWhiteSymbols" />
                <choice name="ColorSymbols" />
                <choice name="ColorBlocks" />
                <choice name="ColorBlocksSymbols" />
            </choices>
        </entry>
        <entry name="Renderer_RenderBackstitchesAs" type="Enum">
            <label>How to display backstitches.</label>
            <default>ColorLines</default>
            <choices>
                <choice name="ColorLines" />
                <choice name="BlackWhiteSymbols" />
            </choices>
        </entry>
        <entry name="Renderer_RenderKnotsAs" type="Enum">
            <label>How to display french knots.</label>
            <default>ColorBlocks</default>
            <choices>
                <choice name="ColorBlocks" />
                <choice name="ColorBlocksSymbols" />
                <choice name="ColorSymbols" />
                <choice name="BlackWhiteSymbols" />
            </choices>
        </entry>
    </group>

    <group name="document">
        <entry name="Document_Width" type="Int">
            <label>The default width of a new pattern in the units specified.</label>
            <default>100</default>
        </entry>
        <entry name="Document_Height" type="Int">
            <label>The default height of a new pattern in the units specified.</label>
            <default>80</default>
        </entry>
        <entry name="Document_UnitsFormat" type="Enum">
            <label>The cloth count units.</label>
            <default>Stitches</default>
            <choices>
                <choice name="Stitches" />
                <choice name="Inches" />
                <choice name="CM" />
            </choices>
        </entry>
    </group>

    <group name="import">
        <entry name="Import_UseMaximumColors" type="Bool">
            <label>Use a maximum number of colors</label>
            <default>true</default>
        </entry>
        <entry name="Import_MaximumColors" type="Int">
            <label>Maximum number of colors</label>
            <default>50</default>
        </entry>
        <entry name="Import_UseFractionals" type="Bool">
            <label>Use fractional stitches for finer detail</label>
            <default>false</default>
        </entry>
    </group>

    <group name="palette">
        <entry name="Palette_DefaultScheme" type="String">
            <label>The default floss scheme to be used for new documents.</label>
            <default>DMC</default>
        </entry>
        <entry name="Palette_DefaultSymbolLibrary" type="String">
            <label>The default symbol library to be used for new documents.</label>
            <default>kxstitch</default>
        </entry>
        <entry name="Palette_StitchStrands" type="Int">
            <label>The default number of strands used for stitches.</label>
            <default>2</default>
        </entry>
        <entry name="Palette_BackstitchStrands" type="Int">
            <label>The default number of strands used for backstitches.</label>
            <default>2</default>
        </entry>
        <entry name="Palette_ShowSymbols" type="Bool">
            <label>Display the symbols in the palette.</label>
            <default>false</default>
        </entry>
        <entry name="Palette_SymbolsAntialiased" type="Bool">
            <label>Display the symbols antialiased</label>
            <default>true</default>
        </entry>
    </group>

    <group name="library">
        <entry name="Icon_DefaultSize" type="Int">
            <label>The default size of icons shown in the icon view</label>
            <default>64</default>
        </entry>
    </group>

    <group name="alphabet">
        <entry name="Alphabet_UseCapsLock" type="Bool">
            <label>Should character selection honor the caps lock key</label>
            <default>true</default>
        </entry>
        <entry name="Alphabet_SpaceWidth" type="Int">
            <label>The default width of a space in cells</label>
            <default>3</default>
        </entry>
        <entry name="Alphabet_WordWrap" type="Bool">
            <label>Should a space cause word wrapping at the right edge of the pattern</label>
            <default>true</default>
        </entry>
        <entry name="Alphabet_LineSpacing" type="Int">
            <label>The number of cells between lines of text</label>
            <default>2</default>
        </entry>
        <entry name="Alphabet_ExtendPatternWidth" type="Int">
            <label>The number of cells to be added when extending the pattern right</label>
            <default>5</default>
        </entry>
        <entry name="Alphabet_ExtendPatternHeight" type="Int">
            <label>The number of cells to be added when extending the pattern down</label>
            <default>10</default>
        </entry>
    </group>

    <group name="tool">
        <entry name="ToolShapes_UseFractionals" type="Bool">
            <label>Should the shapes tools use fractional stitches</label>
            <default>false</default>
        </entry>
        <entry name="TextTool_FontFamily" type="String">
            <label>The font family to be used in the TextToolDlg</label>
            <default>Courier</default>
        </entry>
        <entry name="TextTool_FontSize" type="Int">
            <label>The text size in pixels</label>
            <default>10</default>
        </entry>
        <entry name="Tool_MakesCopies" type="Bool">
            <label>Does mirroring and copying make copies</label>
            <default>false</default>
        </entry>
    </group>

    <group name="printer">
        <entry name="Page_MarginLeft" type="Int">
            <label>The page left margin</label>
            <default>5</default>
        </entry>
        <entry name="Page_MarginTop" type="Int">
            <label>The page top margin</label>
            <default>5</default>
        </entry>
        <entry name="Page_MarginRight" type="Int">
            <label>The page right margin</label>
            <default>5</default>
        </entry>
        <entry name="Page_MarginBottom" type="Int">
            <label>The page bottom margin</label>
            <default>5</default>
        </entry>
        <entry name="Page_ShowGrid" type="Bool">
            <label>Show the layout editor</label>
            <default>true</default>
        </entry>
        <entry name="Page_GridSize" type="Int">
            <label>The grid size in mm</label>
            <default>10</default>
        </entry>
        <entry name="Page_Size" type="Int">
            <label>The default page size</label>
            <default>4</default>
        </entry>
        <entry name="Page_Orientation" type="Int">
            <label>The default page orientation</label>
            <default>0</default>
        </entry>
        <entry name="Page_SelectNodeSnapDistance" type="Int">
            <label>The snap distance for element boundary corner nodes</label>
            <default>2</default>
        </entry>
        <entry name="Page_SelectNodeSize" type="Int">
            <label>The snap node size</label>
            <default>2</default>
        </entry>

        <entry name="PatternElement_ShowBorder" type="Bool">
            <label>Show a border around the pattern</label>
            <default>false</default>
        </entry>
        <entry name="PatternElement_BorderColor" type="Color">
            <label>The color of the border</label>
            <default>#000000</default>
        </entry>
        <entry name="PatternElement_BorderThickness" type="Int">
            <label>The thickness of the border in 1/10 mm</label>
            <default>2</default>
        </entry>
        <entry name="PatternElement_MarginLeft" type="Int">
            <label>The left margin</label>
            <default>0</default>
        </entry>
        <entry name="PatternElement_MarginTop" type="Int">
            <label>The top margin</label>
            <default>0</default>
        </entry>
        <entry name="PatternElement_MarginRight" type="Int">
            <label>The right margin</label>
            <default>0</default>
        </entry>
        <entry name="PatternElement_MarginBottom" type="Int">
            <label>The bottom margin</label>
            <default>0</default>
        </entry>
        <entry name="PatternElement_MinimumCellSize" type="Int">
            <label>Minimum cell size in mm for template generated printer configurations</label>
            <default>3</default>
        </entry>
        <entry name="PatternElement_MinimumOverflow" type="Int">
            <label>Minimum number of cells that can be on a page of its own</label>
            <default>10</default>
        </entry>
        <entry name="PatternElement_SelectedAreaColor" type="Color">
            <label>The color used to represented already selected areas in existing pattern elements</label>
            <default>#0F0F0F</default>
        </entry>

        <entry name="ImageElement_ShowBorder" type="Bool">
            <label>Show a border around the image</label>
            <default>true</default>
        </entry>
        <entry name="ImageElement_BorderColor" type="Color">
            <label>The color of the border</label>
            <default>#000000</default>
        </entry>
        <entry name="ImageElement_BorderThickness" type="Int">
            <label>The thickness of the border in 1/10 mm</label>
            <default>2</default>
        </entry>

        <entry name="KeyElement_ShowBorder" type="Bool">
            <label>Show a border around the key</label>
            <default>false</default>
        </entry>
        <entry name="KeyElement_BorderColor" type="Color">
            <label>The color of the border</label>
            <default>#000000</default>
        </entry>
        <entry name="KeyElement_BorderThickness" type="Int">
            <label>The thickness of the border in 1/10 mm</label>
            <default>2</default>
        </entry>
        <entry name="KeyElement_FillBackground" type="Bool">
            <label>Fill the background</label>
            <default>false</default>
        </entry>
        <entry name="KeyElement_BackgroundColor" type="Color">
            <label>The color of the background</label>
            <default>#ffffff</default>
        </entry>
        <entry name="KeyElement_BackgroundTransparency" type="Int">
            <label>Transparency of the background</label>
            <default>255</default>
        </entry>
        <entry name="KeyElement_MarginLeft" type="Int">
            <label>The key element left margin</label>
            <default>0</default>
        </entry>
        <entry name="KeyElement_MarginTop" type="Int">
            <label>The key element top margin</label>
            <default>0</default>
        </entry>
        <entry name="KeyElement_MarginRight" type="Int">
            <label>The key element right margin</label>
            <default>0</default>
        </entry>
        <entry name="KeyElement_MarginBottom" type="Int">
            <label>The key element bottom margin</label>
            <default>0</default>
        </entry>
        <entry name="KeyElement_SymbolColumn" type="Bool">
            <label>Show the key element symbol column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_FlossNameColumn" type="Bool">
            <label>Show the key element floss name column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_StrandsColumn" type="Bool">
            <label>Show the key element floss strands column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_FlossDescriptionColumn" type="Bool">
            <label>Show the key element floss description column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_StitchesColumn" type="Bool">
            <label>Show the key element stitch count column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_LengthColumn" type="Bool">
            <label>Show the key element floss length column</label>
            <default>true</default>
        </entry>
        <entry name="KeyElement_SkeinsColumn" type="Bool">
            <label>Show the key element skeins column</label>
            <default>true</default>
        </entry>

        <entry name="TextElement_ShowBorder" type="Bool">
            <label>Show the border</label>
            <default>false</default>
        </entry>
        <entry name="TextElement_BorderColor" type="Color">
            <label>The border color</label>
            <default>#000000</default>
        </entry>
        <entry name="TextElement_BorderThickness" type="Int">
            <label>Thickness of the border in 1/10 mm</label>
            <default>2</default>
        </entry>
        <entry name="TextElement_FillBackground" type="Bool">
            <label>Fill the background</label>
            <default>false</default>
        </entry>
        <entry name="TextElement_BackgroundColor" type="Color">
            <label>Color of the background</label>
            <default>#ffffff</default>
        </entry>
        <entry name="TextElement_BackgroundTransparency" type="Int">
            <label>The transparency value</label>
            <default>255</default>
        </entry>
        <entry name="TextElement_MarginTop" type="Int">
            <label>The top margin</label>
            <default>0</default>
        </entry>
        <entry name="TextElement_MarginLeft" type="Int">
            <label>The left margin</label>
            <default>0</default>
        </entry>
        <entry name="TextElement_MarginRight" type="Int">
            <label>The right margin</label>
            <default>0</default>
        </entry>
        <entry name="TextElement_MarginBottom" type="Int">
            <label>The bottom margin</label>
            <default>0</default>
        </entry>
        <entry name="TextElement_TextColor" type="Color">
            <label>The text color</label>
            <default>#000000</default>
        </entry>
    </group>
</kcfg>