diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-21 23:44:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-21 23:44:15 +0100 |
commit | 69ecddf1317e71f35b1c1de00392dc76f8f1701c (patch) | |
tree | aba29401d8d4b88f14d67aac2b0e60980a78fa2e /SensorsApplet.server.in.in | |
download | mate-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.in | 25 |
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 & 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 |