diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 15:32:30 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 15:32:30 +0100 |
commit | f33fa710e65205472c1c01ec2e4d7b8dacc7cabf (patch) | |
tree | 6e2a5207487bebd3c1c5b5095c1f53a95b94e834 /data/GNOME_IndicatorAppletSUS.server.in.in | |
parent | 019d958217a16b8c816b90cf240c84ffc38cd2e8 (diff) | |
download | libayatana-indicator-f33fa710e65205472c1c01ec2e4d7b8dacc7cabf.tar.gz libayatana-indicator-f33fa710e65205472c1c01ec2e4d7b8dacc7cabf.tar.bz2 libayatana-indicator-f33fa710e65205472c1c01ec2e4d7b8dacc7cabf.zip |
Renaming the server file
Diffstat (limited to 'data/GNOME_IndicatorAppletSUS.server.in.in')
-rw-r--r-- | data/GNOME_IndicatorAppletSUS.server.in.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/GNOME_IndicatorAppletSUS.server.in.in b/data/GNOME_IndicatorAppletSUS.server.in.in new file mode 100644 index 0000000..1f9ac5a --- /dev/null +++ b/data/GNOME_IndicatorAppletSUS.server.in.in @@ -0,0 +1,28 @@ +<oaf_info> + <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet_Factory" type="exe" + location="@LIBEXECDIR@/indicator-applet"> + + <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="Indicator Applet Factory"/> + <oaf_attribute name="description" type="string" value="Indicator Applet Factory"/> + <oaf_attribute name="bonobo:environment" type="stringv"> + <item value="DBUS_SESSION_BUS_ADDRESS"/> + </oaf_attribute> + </oaf_server> + + <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet" type="factory" + location="OAFIID:GNOME_FastUserSwitchApplet_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="Indicator Applet SUS"/> + <oaf_attribute name="description" type="string" _value="A place to adjust your status, change users or exit your session."/> + <oaf_attribute name="panel:icon" type="string" value="indicator-applet"/> + </oaf_server> +</oaf_info> |