This file is indexed.

/usr/share/metview/etc/ObjectSpec.MagML 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
object,
    class              = MAGML,
    check              = False,
    can_be_created     = True,
    type               = File,
    icon_box	       = Plotting,
    default_object     = False,
    default_name       = MagML File,
    macro              = magml,
    doubleclick_method = Visualise,
    editor_type        = QtMacroEditor,
    pixmap             = '$METVIEW_DIR_SHARE/icons/MAGML.icon'

state,
    class        = MAGML,
    output_class = PSFILE,
    service      = MagML

service,
    cmd  = 'env MAGPLUS_DEV=off env MAGPLUS_DEBUG=off env LD_LIBRARY_PATH=$MAGPLUS_HOME/lib:$LD_LIBRARY_PATH $METVIEW_CMD $METVIEW_BIN/MagML',
    name = 'MagML'