This file is indexed.

/usr/share/games/freeciv/freeciv.rc-2.0 is in freeciv-data 2.4.2-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
style "city_label"
{
}

style "notify_label"
{
}

style "spaceship_label"
{
}

style "help_label"
{
  fg[PRELIGHT] = "red"
  fg[ACTIVE] = "red"
  fg[NORMAL] = "red"
  fg[INSENSITIVE] = "red"
}

style "help_link"
{
  fg[PRELIGHT] = "blue"
  fg[ACTIVE] = "blue"
  fg[NORMAL] = "blue"
  fg[INSENSITIVE] = "blue"
}

style "help_text"
{
  bg[NORMAL] = { 0.9, 0.9, 0.9 }
  base[NORMAL] = { 0.9, 0.9, 0.9 }
  text[NORMAL] = "black"
}

style "chatline"
{
  base[NORMAL] = "white"
  text[NORMAL] = "black"
  base[INSENSITIVE] = "white"
  text[INSENSITIVE] = "black"
}

style "beta_label"
{
  fg[NORMAL] = "red"
  fg[PRELIGHT] = "red"
}

style "small_font"
{
}

style "comment_label"
{
}

style "city_names"
{
}

style "city_productions"
{
}

style "reqtree_text"
{
}

style "tooltips"
{
  font_name = "Monospace 8"
}

widget	"Freeciv*.city_label"		style	"city_label"
widget	"Freeciv*.notify_label"		style	"notify_label"
widget	"Freeciv*.spaceship_label"	style	"spaceship_label"
widget	"Freeciv*.help_label"		style	"help_label"
widget	"Freeciv*.help_link"		style	"help_link"
widget	"Freeciv*.help_text"		style	"help_text"
widget	"Freeciv*.chatline"		style	"chatline"
widget	"Freeciv*.beta_label"		style	"beta_label"
widget	"Freeciv*.small_font"		style	"small_font"
widget	"Freeciv*.comment_label"	style	"comment_label"
widget	"Freeciv*.city_names"		style	"city_names"
widget	"Freeciv*.city_productions"	style	"city_productions"
widget	"Freeciv*.reqtree_text"		style	"reqtree_text"
widget	"gtk-tooltips*.*"		style	"tooltips"