summaryrefslogtreecommitdiff
path: root/SensorsApplet.server.in.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-11-21 23:44:15 +0100
committerStefano Karapetsas <[email protected]>2011-11-21 23:44:15 +0100
commit69ecddf1317e71f35b1c1de00392dc76f8f1701c (patch)
treeaba29401d8d4b88f14d67aac2b0e60980a78fa2e /SensorsApplet.server.in.in
downloadmate-sensors-applet-69ecddf1317e71f35b1c1de00392dc76f8f1701c.tar.bz2
mate-sensors-applet-69ecddf1317e71f35b1c1de00392dc76f8f1701c.tar.xz
Initial release bases on sensors-applet
Diffstat (limited to 'SensorsApplet.server.in.in')
-rw-r--r--SensorsApplet.server.in.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/SensorsApplet.server.in.in b/SensorsApplet.server.in.in
new file mode 100644
index 0000000..0c3c82e
--- /dev/null
+++ b/SensorsApplet.server.in.in
@@ -0,0 +1,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> \ No newline at end of file