This file is indexed.

/usr/share/v_sim/v_sim.par is in v-sim-common 3.7.2-2.

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
#V_Sim parameters file v3.0
#====================

#WARNING: this file format is DIFFERENT from that for
#standard v_sim version <= 2.x

#Line beginning with a # are not parsed.

#The only "useful" lines must have the following pattern:
#parameter_name: value

#The following parameter names are valid :
# main_resourcesPath
# opengl_trueTransparency
# opengl_antialias
# opengl_immediateDrawing
# opengl_stereoAngle
# opengl_stereo
# opengl_render
# opengl_details
# opengl_observe_method
# extension_render
# rendering_favoriteMethod
# atomic_sphere_method
# scale_log_threshold
# main_usePreview
# main_confirmQuit
# main_panelStatus
# main_dock
# browser_headersVisibility
# browser_dateVisibility
# dataFile_fileExtension
# config_subPanelTabView
# config_skin
# config_refreshIsOn
# config_refreshPeriod
# presetShade

# Favorite paths to find and save the resources file ; chain[:chain]
main_resourcesPath: 

# If true, lines are drawn smoother ; boolean 0 or 1
opengl_antialias: 1

# If true, changes of parameters means immediate redrawing ; boolean 0 or 1
opengl_immediateDrawing: 1

# If true, the transparency rendering is enhanced ; boolean 0 or 1
opengl_trueTransparency: 0

# If true, try to draw in stereo ; boolean 0 or 1
opengl_stereo: 0

# Give the angle of the two receivers in stereo output ; float positive
opengl_stereoAngle: 5.000000

# Rules the way OpenGl draws objects in general ; 4 possible strings : Wireframe, Flat, Smooth and SmoothAndEdge
opengl_render: Smooth

# Give a value to the quality of rendering (100 is normal) ; positive integer
opengl_details: 100

# Choose the observe method ; integer (0: constrained mode, 1: walker mode)
opengl_observe_method[gtk]: 0

# Favorite method used to render files ; chain
rendering_favoriteMethod: Atom visualisation

# The sphere drawing method, [GluSphere Icosahedron]
atomic_sphere_method: GluSphere

# Value of the threshold used in the zero centred logarithm scaling function ; a positive float (1e-3)
scale_log_threshold: 0.001000

# Automatically compute preview in filechooser ; boolean
main_usePreview[gtk]: 1

# Show up a dialog to confirm when quit button is clicked ; boolean 0 or 1
main_confirmQuit[gtk]: 1

# Show or hide the headers in the treeview ; boolean 0 or 1
browser_headersVisibility[gtk]: 0

# Show or hide the date column in the treeview ; boolean 0 or 1
browser_dateVisibility[gtk]: 0

# The extension used for data file ; chain e.g. '.dat'
dataFile_fileExtension[gtk]: .dat

# See or not the labels on tabs ; boolean 0 or 1
config_subPanelTabView[gtk]: 0

# Path to a gtkrc file ; chain
config_skin[gtk]: None

# When on V_Sim reloads the file at periodic time ; boolean 0 or 1
config_refreshIsOn[gtk]: 0

# The period of reloading in ms ; integer (10 < v < 10000)
config_refreshPeriod[gtk]: 2000

# The id of a shade used as preset one in the shade selectors ; an integer ranging from 0
presetShade[gtk]: 0