This file is indexed.

/usr/share/metview/etc/ObjectSpec.GribVectors 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
object,
    class             = GRIB_VECTORS_APP,
    can_be_created    = True,
    icon_box          = Plotting,
    definition_file   = '$METVIEW_DIR_SHARE/etc/GribVectorsDef',
    rules_file      = '$METVIEW_DIR_SHARE/etc/GribVectorsRules',
    default_name      = Grib Vectors,
    help_page         = Grib_Vectors,
    type              = Data,
    macro             = grib_vectors,
    expand            = 67, # EXPAND_DATE|EXPAND_TIME|EXPAND_LISTS
    editor_type       = SimpleEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/GRIBVECTORS.icon'

state,
     class   = GRIB_VECTORS_APP,
     action  = execute/visualise/prepare/drop,
     service = GribVectors

state,
    class   = GRIB_VECTORS,
    action  = visualise,
    service = uPlotManager

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