This file is indexed.

/usr/share/freevo/skins/osd/geexbox.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
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="utf-8" ?>
<freevo>
  <osds geometry="800x600" icontheme="geexbox">
    <name>geexbox</name>
    <author email="hvogel@hennevogel.de">Henne Vogelsang</author>
    <description>The OSD theme for the geexbox freevo theme</description>
    <version>1.0</version>
    <osd name="volume" x="0" y="0" width="800" height="600">
      <image name="volume_bg" x="0" y="0" width="800" height="600" expression="True" scale="noscale" align="left" valign="top" src="percent_bar_bg.png"/>
      <percent name="volume_bar" x="150" y="555" width="500" height="45" expression="float(volume)/100.0" src="percent_bar.png" vertical="False"/>
      <image name="volume_icon" x="5" y="565" width="30" height="30" expression="True" scale="both" align="left" valign="top" src="volume.png"/>
      <image name="volume_icon_muted" x="5" y="565" width="30" height="30" expression="muted" scale="both" align="left" valign="top" src="volume_mute.png"/>
      <text name="percentage" x="10" y="563" width="780" height="30" expression="'%d%%' % volume" font="menu" align="right" valign="top"/>
    </osd>
    <osd name="play_state" x="0" y="0" width="800" height="600">
      <image name="back_trans" x="0" y="0" width="800" height="600" expression="True" scale="noscale" align="left" valign="top" src="back_trans.png"/>
      <image name="back" x="0" y="0" width="800" height="600" expression="state == 'info'" scale="noscale" align="left" valign="top" src="back.png"/>
      <image name="info_cover" x="0" y="114" width="800" height="368" expression="state == 'info' and image" scale="aspect" align="right" valign="center" srcexpr="'%s' % image"/>
      <image name="play_pause_seek" x="20" y="7" width="30" height="30" expression="True" scale="both" align="left" valign="top" srcexpr="'%s.png' % state"/>
      <text name="info_time" x="10" y="7" width="780" height="30" expression="time" font="clock" align="right" valign="top"/>
      <text name="info_title" x="15" y="200" width="585" height="30" expression="state == 'info' and title" font="clock" align="left" valign="top"/>
      <text name="info_tagline" x="15" y="230" width="430" height="90" expression="state == 'info' and tagline" font="menu" align="left" valign="top"/>
      <text name="info_year" x="15" y="320" width="500" height="30" expression="state == 'info' and year" font="menu" align="left" valign="top"/>
      <text name="info_genre" x="15" y="350" width="500" height="30" expression="state == 'info' and genre" font="menu" align="left" valign="top"/>
      <text name="info_rating" x="15" y="380" width="500" height="30" expression="state == 'info' and rating" font="menu" align="left" valign="top"/>
      <text name="info_runtime" x="15" y="410" width="320" height="60" expression="state == 'info' and runtime" font="menu" align="left" valign="top"/>
      <percent name="seek_bar" x="150" y="540" width="500" height="60" expression="percent" src="percent_bar.png" vertical="False"/>
      <text name="current_time" x="10" y="563" width="780" height="30" expression="current_time_str" font="menu" align="left" valign="top"/>
      <text name="total_time" x="10" y="563" width="780" height="30" expression="total_time_str" font="menu" align="right" valign="top"/>
    </osd>
    <osd name="message" x="10" y="62" width="780" height="40">
      <image name="Background" x="0" y="0" width="780" height="40" expression="True" scale="both" align="left" valign="top" src="message_bg.png"/>
      <text name="Message" x="5" y="0" width="770" height="40" expression="message" font="message" align="left" valign="center" fgcolor="white"/>
    </osd>
    <osd name="1button" x="150" y="200" width="500" height="250">
      <image name="Image4" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
      <text name="Text4" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
      <widget name="button" x="160" y="160" width="180" height="45" style="button" left="" right="" up="" down=""/>
    </osd>
    <osd name="2button" x="150" y="200" width="500" height="250">
      <image name="Image5" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
      <text name="Text5" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
      <widget name="button1" x="30" y="160" width="180" height="45" style="button" left="button2" right="button2" up="" down=""/>
      <widget name="button2" x="290" y="160" width="180" height="45" style="button" left="button1" right="button1" up="" down=""/>
    </osd>
    <osd name="3button" x="150" y="200" width="500" height="250">
      <image name="Image6" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
      <text name="Text6" x="5" y="5" width="490" height="180" expression="message" font="message" align="center" valign="center"/>
      <widget name="button1" x="30" y="160" width="140" height="45" style="button" left="button3" right="button2" up="" down=""/>
      <widget name="button2" x="180" y="160" width="140" height="45" style="button" left="button1" right="button3" up="" down=""/>
      <widget name="button3" x="330" y="160" width="140" height="45" style="button" left="button2" right="button1" up="" down=""/>
    </osd>
    <osd name="menu" x="275" y="135" width="250" height="345">
      <image name="Image7" x="0" y="0" width="250" height="345" expression="True" scale="noscale" align="left" valign="top" src="menu_bg.png"/>
      <text name="Text7" x="10" y="15" width="230" height="40" expression="title" font="DejaVuSans/14" align="left" valign="top"/>
      <menu name="menu" x="10" y="65" width="230" height="260" style="menu" left="" right="" up="" down="" itemsperpage="6"/>
    </osd>
    <osd name="bboptionsmenu" x="584" y="265" width="216" height="275">
      <image name="Image8" x="0" y="0" width="216" height="275" expression="True" scale="noscale" align="left" valign="top" src="bboptionsmenubg.png"/>
      <image name="Image9" x="168" y="246" width="22" height="25" expression="menu.more_down" scale="noscale" align="left" valign="top" src="menu_down.png"/>
      <image name="Image10" x="191" y="246" width="22" height="25" expression="menu.more_up" scale="noscale" align="left" valign="top" src="menu_up.png"/>
      <menu name="menu" x="4" y="20" width="204" height="222" style="menu" left="" right="" up="" down="" itemsperpage="6"/>
    </osd>
    <widgetstyle name="button">
      <widgetstate state="normal">
        <image name="Image12" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_normal_bg.png"/>
        <image name="Image13" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
        <text name="Text9" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button" align="center" valign="center"/>
      </widgetstate>
      <widgetstate state="active">
        <image name="Image14" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_active_bg.png"/>
        <image name="Image15" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
        <text name="Text10" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button_selected" align="center" valign="center"/>
      </widgetstate>
      <widgetstate state="pressed">
        <image name="Image16" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="button_pressed_bg.png"/>
        <image name="Image17" x="5" y="((height - 30) / 2)" width="20" height="20" expression="model.icon" scale="aspect" align="left" valign="top" srcexpr="model.icon"/>
        <text name="Text11" x="model.icon and 30 or 5" y="5" width="model.icon and (width - 30) or (width-10)" height="height-10" expression="model.text" font="button_pressed" align="center" valign="center"/>
      </widgetstate>
    </widgetstyle>
    <widgetstyle name="radiobutton">
      <widgetstate state="normal_unselected">
        <image name="Image18" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_unselected.png"/>
        <text name="Text12" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
      </widgetstate>
      <widgetstate state="normal_selected">
        <image name="Image19" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_selected.png"/>
        <text name="Text13" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
      </widgetstate>
      <widgetstate state="active_selected">
        <image name="Image20" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="radio_active_bg.png"/>
        <image name="Image21" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_selected.png"/>
        <text name="Text14" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
      </widgetstate>
      <widgetstate state="active_unselected">
        <image name="Image22" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="radio_active_bg.png"/>
        <image name="Image23" x="5" y="((height - 22) / 2)" width="22" height="22" expression="True" scale="aspect" align="left" valign="top" src="radio_unselected.png"/>
        <text name="Text15" x="33" y="5" width="width - 33" height="height-10" expression="model.text" font="button" align="left" valign="center"/>
      </widgetstate>
    </widgetstyle>
    <widgetstyle name="menu">
      <widgetstate state="normal"/>
      <widgetstate state="active"/>
    </widgetstyle>
    <widgetstyle name="menu_item">
      <widgetstate state="normal">
        <text name="Text16" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu" align="left" valign="center"/>
      </widgetstate>
      <widgetstate state="active">
        <image name="Image24" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_active.png"/>
        <text name="Text17" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_selected" align="left" valign="center" fgcolor="white"/>
      </widgetstate>
      <widgetstate state="highlighted">
        <image name="Image25" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_active.png"/>
        <text name="Text18" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_selected" align="left" valign="center" fgcolor="white"/>
      </widgetstate>
      <widgetstate state="pressed">
        <image name="Image26" x="0" y="0" width="width" height="height" expression="True" scale="both" align="left" valign="top" src="menu_pressed.png"/>
        <text name="Text19" x="2" y="2" width="width - 4" height="height-4" expression="model.text" font="menu_pressed" align="left" valign="center"/>
      </widgetstate>
    </widgetstyle>
    <font label="clock" name="DejaVuSans-Bold" size="16" color="white"/>
    <font label="message" name="DejaVuSans" size="24" color="white"/>
    <font label="button" name="DejaVuSans" size="12" color="black"/>
    <font label="button_selected" name="DejaVuSans-Bold" size="14" color="white"/>
    <font label="button_pressed" name="DejaVuSans-Bold" size="14" color="black"/>
    <font label="menu" name="DejaVuSans-Bold" size="12" color="white"/>
    <font label="menu_selected" name="DejaVuSans-Bold" size="12" color="white"/>
    <font label="menu_pressed" name="DejaVuSans-Bold" size="12" color="black"/>
    <color label="white" value="255,255,255,255"/>
    <color label="gray" value="96,96,96,255"/>
    <color label="black" value="0,0,0,255"/>
    <color label="transparent" value="0,0,0,0"/>
    <osd name="channel_banner" x="0" y="0" width="800" height="100">
      <image name="Background" x="0" y="0" width="800" height="100" expression="True" scale="both" align="left" valign="top" src="details_bg.png"/>
      <image name="Channel Logo" x="10" y="12" width="100" height="75" expression="True" scale="aspect" align="left" valign="top" srcexpr="channel_logo"/>
      <text name="Channel Number" x="130" y="30" width="60" height="40" expression="channel_number" font="message" align="right" valign="center"/>
      <text name="Channel Name" x="200" y="30" width="330" height="40" expression="channel_name" font="message" align="left" valign="center"/>
      <text name="Time" x="540" y="10" width="250" height="80" expression="strftime('%x\n%H:%M', time)" font="message" align="right" valign="center"/>
    </osd>
    <osd name="progress" x="150" y="200" width="500" height="250">
      <image name="Image4" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
      <text name="Text4" x="5" y="5" width="490" height="80" expression="message" font="message" align="center" valign="center"/>
      <percent name="progress" x="10" y="99" width="480" height="25" expression="progress_percent" src="percent_bar.png" vertical="False"/>
      <text name="Text1" x="10" y="100" width="480" height="25" expression="progress_text" font="message" align="center" valign="center" fgcolor="white"/>
      <image name="Image3" x="200" y="140" width="100" height="100" expression="indeterminate" scale="aspect" align="left" valign="top" srcexpr="'misc/osd_busy%02d' % (counter % 12)"/>
    </osd>
    <osd name="status" x="25" y="490" width="750" height="40">
      <image name="Background" x="0" y="0" width="750" height="40" expression="True" scale="both" align="left" valign="top" src="message_bg.png"/>
      <text name="Message" x="5" y="0" width="740" height="40" expression="message" font="message" align="left" valign="center"/>
    </osd>
    <osd name="shutdown" x="150" y="200" width="500" height="250">
      <image name="background" x="0" y="0" width="500" height="250" expression="True" scale="noscale" align="left" valign="top" src="dialog_bg.png"/>
      <text name="text" x="20" y="20" width="460" height="50" expression="message" font="message" align="center" valign="center"/>
      <widget name="exit" x="30" y="86" width="128" height="128" style="shutdown_button" left="shutdown" right="reboot" up="" down=""/>
      <widget name="reboot" x="186" y="86" width="128" height="128" style="shutdown_button" left="exit" right="shutdown" up="" down=""/>
      <widget name="shutdown" x="342" y="86" width="128" height="128" style="shutdown_button" left="reboot" right="exit" up="" down=""/>
      <image name="exit" x="30" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="application-exit"/>
      <image name="reboot" x="186" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="system-reboot"/>
      <image name="shutdown" x="342" y="86" width="128" height="128" expression="True" scale="noscale" align="left" valign="top" src="system-shutdown"/>
    </osd>
    <widgetstyle name="shutdown_button">
      <widgetstate state="normal"/>
      <widgetstate state="active">
        <image name="Image1" x="0" y="0" width="width" height="height" expression="True" scale="noscale" align="left" valign="top" src="selected-128x128.png"/>
      </widgetstate>
      <widgetstate state="disabled"/>
      <widgetstate state="pressed"/>
    </widgetstyle>
  </osds>
</freevo>