This file is indexed.

/usr/share/metview/etc/ObjectSpec.StdAppManager is in metview-data 5.0.0~beta.1-1build1.

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
##################################################################
# NETCDF objects
##################################################################

object,
     class           = NETCDF_VISUALISER,
     can_be_created  = True,
     definition_file = '$METVIEW_DIR_SHARE/etc/NetcdfPlusDef',
     rules_file      = '$METVIEW_DIR_SHARE/etc/NetcdfPlusRules',
     default_name    = 'NetCDF Visualiser',
#    help_page       = to_be_added_once_written,
     type            = Data,
     icon_box        = Visualisers,
     macro           = netcdf_visualiser,
     expand          = 512, # EXPAND_DEFAULTS
     editor_type     = SimpleEditor,
     pixmap          = '$METVIEW_DIR_SHARE/icons/NETCDFPLUS.icon'

state,
     class   = NETCDF_VISUALISER,
     action  = execute/visualise/prepare/drop,
     service = StdAppManager

state,
     class   = NETCDF_GEO_POINTS/NETCDF_GEO_MATRIX/NETCDF_XY_MATRIX/NETCDF_XY_POINTS/NETCDF_GEO_VECTORS/NETCDF_XY_VECTORS,
     action  = visualise,
     service = uPlotManager

service,
     timeout  = $timeout,
     name     = 'StdAppManager',
     fullname = StdAppManager,
     cmd      = "$metview_command $METVIEW_BIN/StdAppManager"

##################################################################
# INPUT objects
##################################################################

object,
     class               = INPUT_VISUALISER,
     can_be_created      = True,
     definition_file     = '$METVIEW_DIR_SHARE/etc/InputVisualiserDef',
     rules_file          = '$METVIEW_DIR_SHARE/etc/InputVisualiserRules',
     default_name        = 'Input Visualiser',
     type                = Data,
     icon_box            = Visualisers,
     expand              = 512, # EXPAND_DEFAULTS
     macro               = input_visualiser,
     editor_type         = SimpleEditor,
     pixmap              = '$METVIEW_DIR_SHARE/icons/INPUTVISUALISER.icon'

state,
     class   = INPUT_VISUALISER,
     action  = execute/visualise/prepare/drop,
     service = StdAppManager

state,
     class   = INPUT_XY_POINTS/INPUT_GEO_POINTS/INPUT_XY_AREA/INPUT_XY_VECTORS/INPUT_GEO_VECTORS/INPUT_XY_BINNING/INPUT_GEO_BINNING/INPUT_XY_BOXPLOT,
     action  = visualise,
     service = uPlotManager

##################################################################
# TABLE objects
##################################################################

object,
     class               = TABLE_VISUALISER,
     can_be_created      = True,
     definition_file     = '$METVIEW_DIR_SHARE/etc/TableVisualiserDef',
     rules_file          = '$METVIEW_DIR_SHARE/etc/TableVisualiserRules',
     default_name        = 'Table Visualiser',
     type                = Data,
     icon_box		 = Visualisers,
     expand              = 512, # EXPAND_DEFAULTS
     macro               = table_visualiser,
     editor_type         = SimpleEditor,
     pixmap              = '$METVIEW_DIR_SHARE/icons/TABLEVISUALISER.icon'

state,
     class   = TABLE_VISUALISER,
     action  = execute/visualise/prepare/drop,
     service = StdAppManager

state,
     class   = TABLE_HISTOGRAM/TABLE_XY_POINTS/TABLE_GEO_POINTS/TABLE_XY_VECTORS/TABLE_GEO_VECTORS/TABLE_XY_BINNING/TABLE_GEO_BINNING/TABLE_XY_BOXES/TABLE_GEO_BOXES/TABLE_HOR_BAR/TABLE_VER_BAR,
     action  = visualise,
     service = uPlotManager