diff options
Diffstat (limited to 'SensorsApplet.server.in.in')
-rw-r--r-- | SensorsApplet.server.in.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/SensorsApplet.server.in.in b/SensorsApplet.server.in.in deleted file mode 100644 index 42524f3..0000000 --- a/SensorsApplet.server.in.in +++ /dev/null @@ -1,25 +0,0 @@ -<oaf_info> -<oaf_server iid="OAFIID:SensorsApplet_Factory" type="exe" location="@LIBEXECDIR@/@PACKAGE@"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:MateComponent/GenericFactory:1.0"/> - <item value="IDL:MateComponent/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:MATE/Vertigo/MatePanelAppletShell:1.0"/> - <item value="IDL:MateComponent/Control:1.0"/> - <item value="IDL:MateComponent/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="mate-sensors-applet"/> -</oaf_server> -</oaf_info> |