/usr/share/freevo/skins/plugins/oneclick.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="weather" name="Weather Forecast" image="weather/weather_watermark.png"/>
</main>
<oneclick>
<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="60" width="770" height="50"/>
<content layout="oneclick" x="10" y="100" width="780" height="450"/>
</oneclick>
<layout label="oneclick">
<background>
<image filename="../images/weather/oneclick_frame.png"/>
</background>
<content x="15" y="3" width="MAX-31" height="MAX-28" spacing="10"/>
</layout>
</skin>
</freevo>
<!--
vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=xml:
-->
|