File: SensorsApplet.server.in.in

package info (click to toggle)
sensors-applet 1.7.10%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,372 kB
  • ctags: 552
  • sloc: ansic: 5,462; sh: 896; xml: 653; makefile: 128
file content (25 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download | duplicates (3)
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
<oaf_info>
<oaf_server iid="OAFIID:SensorsApplet_Factory" type="exe" location="@LIBEXECDIR@/@PACKAGE@">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Bonobo/GenericFactory:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" value="Sensors Applet Factory"/>
        <oaf_attribute name="description" type="string" value="Factory to create the Sensors Applet"/>
</oaf_server>

<oaf_server iid="OAFIID:SensorsApplet" type="factory"
            location="OAFIID:SensorsApplet_Factory">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
                <item value="IDL:Bonobo/Control:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" _value="Hardware Sensors Monitor"/>
        <oaf_attribute name="description" type="string" _value="Display temperature, fan speed and voltage sensor readings"/>
	<oaf_attribute name="panel:category" type="string" value="System &amp; Hardware"/>
        <oaf_attribute name="panel:icon" type="string" value="@DATADIR@/icons/hicolor/48x48/apps/sensors-applet.png"/>
</oaf_server>
</oaf_info>