This file is indexed.

/usr/share/freevo/skins/plugins/mpd.fxd is in freevo-data 1.9.2b2-4.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
<?xml version="1.0" ?>
<freevo>
  <skin geometry="800x600">
    <!-- Items of the main menu -->
    <main>
      <item label="mpd" name="MPD" image="mpd_watermark.png"/>
    </main>

    <mpd>
      <screen layout="screen" x="0" y="0" width="800" height="600"/>
      <title visible="not idlebar" layout="title" x="10" y="10" width="780" height="80"/>
      <subtitle layout="subtitle" x="15" y="100" width="770" height="50"/>
      <content layout="mpd" x="10" y="140" width="780" height="450"/>
    </mpd>

    <layout label="mpd">
      <background>
        <image filename="../images/mpd_frame.png"/>
      </background>
      <content x="15" y="13" width="MAX-31" height="MAX-28" spacing="10"/>
    </layout>

  </skin>
</freevo>

<!--
vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=xml:
-->