This file is indexed.

/usr/share/freevo/skins/plugins/lastfm.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
29
30
31
32
33
<?xml version="1.0" ?>
<freevo>
  <skin geometry="800x600">
    <!-- Items of the main menu -->
    <main>
      <item label="lastfm" name="LastFM (2)" image="lastfm.png"/>
    </main>

    <example>
      <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="example" x="10" y="140" width="780" height="450"/>
    </example>

    <layout label="example">
    <!--
      <background>
        <image filename="../images/reminder_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:
$Id: lastfm.fxd 11537 2009-05-23 12:41:37Z duncan $
-->