diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-16 23:31:49 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-16 23:31:49 +0100 |
commit | fbb7e89c4eab794cc9151e119c7ee94c9494dd7d (patch) | |
tree | c1ac3e7845d042dc74d59957e091fcf130764fec /SensorsApplet.server.in.in | |
parent | 5a584a07fe8ea0507d4bfe5c1b98f052f0001042 (diff) | |
download | mate-sensors-applet-fbb7e89c4eab794cc9151e119c7ee94c9494dd7d.tar.bz2 mate-sensors-applet-fbb7e89c4eab794cc9151e119c7ee94c9494dd7d.tar.xz |
migrate to GSettings and remove MateConf usage
migrate to DBUS and remove MateComponent usage
remove libmate usage and use glib instead
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> |