This file is indexed.

/usr/share/kfourinline/grafix/default.rc is in kfourinline 4:17.12.3-0ubuntu1.

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
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
# General section defines properties of the thememanger
[general]
# SVG file to load (path relative to this file) which contains all SVG items
svgfile=default.svg
# Game aspect ratio
aspect-ratio=1.60
# Color name for player 0.
colorNamePlayer0=Black
# Color name for player 1.
colorNamePlayer1=Red

# The 'intro display' (display for intro screen)
[introdisplay]
# SVG ID of background grafix
background-svgid=background
# Static decoration sprites, always displayed
decoration=
# Position of the game board for the pieces [0..1]
board-pos=0.445,0.15
# Spread pieces on board [0..1]
board-spread=0.0588,0.0588
# Speed in [rel/ms]
move-velocity=0.4

# Position and spread of the pieces above the board
piece0-pos=0.4400,0.0300
piece1-pos=0.4400,0.1000
piece-spread=0.0095



# The 'game display' itself
[gamedisplay]
# SVG ID of background grafix
background-svgid=background
# Static decoration sprites, always displayed
decoration=boardback
# Position of the game board for the pieces [0..1]
board-pos=0.145,0.151
# Spread of sprites for board columns [0..1]
board-spread=0.059,0.059
# Movebar arrow position (must be same than movebar pos) [0..1]
arrow-pos=0.12,0.04
# Velocity [relativ/second] for game piece move animation
move-velocity=0.8
# Show reflections
use-reflection=false



# A game piece used in the intro screen
[intro_piece]
# 'pos' is set by program!
# Width of the item [0..1]
width=0.06
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=1
# SVG ID for frame0
frame0=piece0
# SVG ID for frame1
frame1=piece1



# A game piece used in the game screen 
[piece]
# 'pos' set by program!
# Center the graphics around its position
center=true
# Z-Value 
zValue=10.0
# Width of the item [0..1]
width=0.0500
# SVG ID of the image: Auto means to read read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=1
# SVG ID for frame0
frame0=piece0
# SVG ID for frame1
frame1=piece1



# A HINT piece used in the game screen
[hint]
# 'pos' set by program!
# Center the graphics around its position
center=true
# Z-Value 
zValue=10.0
# Width of the item [0..1]
width=0.0500
# SVG ID of the image
svgid=hint



# Arrow to indicate the column which was played
[arrow]
# 'pos' set by program!
# Width of the item [0..1]
width=0.045
# Z-Value 
zValue=250.0
# SVG ID of the image: Auto means to read read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=2
# SVG ID for frame0
frame0=arrow
# SVG ID for frame1
frame1=arrow0
# SVG ID for frame2
frame2=arrow1



# A star to indicate the winning pieces
[star]
# 'pos' set by program!
# Z-Value 
zValue=200.0
# Width of the item [0..1]
width=0.045
# Center the graphics around its position
center=true
# SVG ID of the image: Auto means to read read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=7
# Scale pixmaps with reference to this frame (which get sized to 'width')
ref-frame=star4
# SVG ID for frame0
frame0=star0
# SVG ID for frame1
frame1=star1
# SVG ID for frame2
frame2=star2
# SVG ID for frame3
frame3=star3
# SVG ID for frame4
frame4=star4
# SVG ID for frame5
frame5=star5
# SVG ID for frame6
frame6=star6
# SVG ID for frame7
frame7=star7
# Frame animation delay in [ms]
animation-delay=100



# The score board input icons player 0
[scoreinput0]
# Width of the item  [0..1]
width=0.050
# Item positions relativ to score widget itself [0..1,0..1]
pos=0.04,0.02
# Z-Value 
zValue=120.0
# SVG ID of the image: Auto means to read read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0 (Mouse input)
frame0=score_mouse
# SVG ID for frame1 (Keyboard input)
frame1=score_key
# SVG ID for frame2 (AI input)
frame2=score_ai
# SVG ID for frame3 (Network input)
frame3=score_network



# The score board input icons player 1
[scoreinput1]
# Width of the item [0..1]
width=0.050
# Item positions relativ to score widget itself [0..1,0..1]
pos=0.20,0.02
# Z-Value 
zValue=120.0
# SVG ID of the image: Auto means to read read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0 (Mouse input)
frame0=score_mouse
# SVG ID for frame1 (Keyboard input)
frame1=score_key
# SVG ID for frame2 (AI input)
frame2=score_ai
# SVG ID for frame3 (Network input)
frame3=score_network



# The score board next to the game board
[scoreboard]
# Width of the item [0..1]
width=0.28
# Item position [0..1,0..1]
pos=0.60,0.133
# Z-Value 
zValue=100.0
# SVG ID
svgid=score

# Sub-item positions relativ to score widget itself (status texts player 0 and 1)
posWon0=0.20,0.33
posDraw0=0.20,0.44
posLoss0=0.20,0.55
posBreak0=0.20,0.66
posName0=0.08,0.78
posWon1=0.75,0.33
posDraw1=0.75,0.44
posLoss1=0.75,0.55
posBreak1=0.75,0.66
posName1=0.62,0.78
#posAI=0.35,0.90
# Font width and height relativ to score widget size!!!
fontHeight=0.067
fontWidth=0.40
# Font color for name of player 0 and 1. The current player's name is colored with 'active'
fontColorActive=255,255,255
fontColorPlayer0=0,0,0
fontColorPlayer1=255,0,0



# The game board (frame)
[board]
# Width of the item [0..1]
width=0.44
# Item position [0..1,0..1]
pos=0.1,0.106
# Z-Value 
zValue=150.0
# SVG ID
svgid=board


# The back of the game board 
[boardback]
# Width of the item [0..1]
width=0.438
# Item position [0..1,0..1]
pos=0.1,0.106
# Z-Value 
zValue=1.0
# SVG ID
svgid=boardback


# # The game over message
# [gameover]
# # Item position [0..1,0..1]
# pos=0.62,0.19
# # Width of the item [0..1]
# width=0.30
# # Z-Value 
# zValue=300.0
# # SVG ID
# svgid=gameover


# The game board (frame) used in the intro
[introboard]
# Width of the item [0..1]
width=0.442424242
# Item position [0..1,0..1]
pos=0.4300,0.190
# Z-Value 
zValue=150.0
# SVG ID
svgid=board


# The quicklaunch field in the intro
[quicklaunch]
# Width of the item [0..1]
width=0.30       
# Item position [0..1,0..1]
pos=0.0500,0.082
# Z-Value 
zValue=150.0
# SVG ID
svgid=quicklaunch

# Position of text
posQuickstart=0.025,0.0025
posStartplayer=0.05,0.12
posColor=0.05,0.235
# Font for text quickstart
fontHeightHeader=0.070
textHeightHeader=0.080
textWidthHeader=0.95
fontColorHeader=255,255,255
# Font and available space for other text 
fontHeight=0.050
fontColor=0,0,0
textWidth=0.55
textHeight=0.10


# The 'black' start button
[button0_start]
# Width of the item [0..1]
width=0.040
# Item position [0..1,0..1]
pos=0.230,0.15
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0
frame0=piece0
frame1=piece0_hover
frame2=piece0_on
frame3=piece0_on_hover

# The 'red' start button
[button1_start]
# Width of the item [0..1]
width=0.040
# Item position [0..1,0..1]
pos=0.275,0.15
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0
frame0=piece1
frame1=piece1_hover
frame2=piece1_on
frame3=piece1_on_hover

# The 'black' color choice button
[button0_color]
# Width of the item [0..1]
width=0.040
# Item position [0..1,0..1]
pos=0.230,0.21
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0
frame0=piece0
frame1=piece0_hover
frame2=piece0_on
frame3=piece0_on_hover

# The 'red' color choice button
[button1_color]
# Width of the item [0..1]
width=0.040
# Item position [0..1,0..1]
pos=0.275,0.21 
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=3
# SVG ID for frame0
frame0=piece1
frame1=piece1_hover
frame2=piece1_on
frame3=piece1_on_hover

# The 'start_ai_easy' button
[button_aieasy]
# Width of the item [0..1]
width=0.19
# Item position [0..1,0..1]
pos=0.100,0.29
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=2
# SVG ID for frame0
frame0=button_off
frame1=button_off_hover
frame2=button_on
# Font color, width and height relativ to button size!!!
fontHeight=0.30
textWidth=0.90
textHeight=0.90
fontColor=0,0,0

# The 'start_ai_normal' button
[button_ainormal]
# Width of the item [0..1]
width=0.19
# Item position [0..1,0..1]
pos=0.100,0.35
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=2
# SVG ID for frame0
frame0=button_off
frame1=button_off_hover
frame2=button_on
# Font color, width and height relativ to button size!!!
fontHeight=0.30
textWidth=0.90
textHeight=0.90
fontColor=0,0,0

# The 'start_ai_hard' button
[button_aihard]
# Width of the item [0..1]
width=0.19
# Item position [0..1,0..1]
pos=0.100,0.41
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=2
# SVG ID for frame0
frame0=button_off
frame1=button_off_hover
frame2=button_on
# Font color, width and height relativ to button size!!!
fontHeight=0.30
textWidth=0.90
textHeight=0.90
fontColor=0,0,0

# The 'start_player' button
[button_player]
# Width of the item [0..1]
width=0.19
# Item position [0..1,0..1]
pos=0.100,0.47
# Z-Value 
zValue=200.0
# SVG ID of the image: Auto means to read ID from frameX (below)
svgid=auto
# First frame number to read
start-frame=0
# Last frame number to read
end-frame=2
# SVG ID for frame0
frame0=button_off
frame1=button_off_hover
frame2=button_on
# Font color, width and height relativ to button size!!!
fontHeight=0.30
textWidth=0.90
textHeight=0.90
fontColor=0,0,0