This file is indexed.

/usr/share/doc/libvdk2-dev/testvdk/testvdkrc is in libvdk2-dev 2.4.0-5.3.

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
#
#   VDK 2.0.x - default rc file
#

module_path "/usr/lib/gtk-2.0/2.2.0/engines"

style "tooltip"
 {
	bg[NORMAL] = {1.0, 1.0, 0.80}
	fg[NORMAL] = {0.54, 0.12, 0.12 }		
 }


style "list-combo-style" 
{
	GtkComboBox::appears-as-list = 1
}
	

# common default, remove comment to enable
#widget_class  "*GtkWidget*" style "default"
#widget_class  "*GtkWindow*" style "default"

# tip background, remove comment to enable
# works well only with "default" theme, other themes
# could override it.
widget "gtk-tooltips*" style "tooltip"

# force VDKComboEntry dropdown list to appear as list
widget "*.list-combo" style "list-combo-style"