diff options
author | Ted Gould <ted@canonical.com> | 2008-10-30 12:31:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-10-30 12:31:31 -0500 |
commit | 237fca7aaef00e5d25c8be74d802ea84416fe80f (patch) | |
tree | 77ab305f7d94c53a23cf979c09b7d7dc68dc13bb /data/GNOME_IndicatorApplet.server.in.in | |
parent | 9b4a5fb6e1df828104779dc189f80b92fdcbf4ff (diff) | |
download | libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.tar.gz libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.tar.bz2 libayatana-indicator-237fca7aaef00e5d25c8be74d802ea84416fe80f.zip |
Setting up the data directories and getting everything to translate nicely
Diffstat (limited to 'data/GNOME_IndicatorApplet.server.in.in')
-rw-r--r-- | data/GNOME_IndicatorApplet.server.in.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/GNOME_IndicatorApplet.server.in.in b/data/GNOME_IndicatorApplet.server.in.in new file mode 100644 index 0000000..bcc6203 --- /dev/null +++ b/data/GNOME_IndicatorApplet.server.in.in @@ -0,0 +1,28 @@ +<oaf_info> + <oaf_server iid="OAFIID:GNOME_IndicatorApplet_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_IndicatorApplet" type="factory" + location="OAFIID:GNOME_IndicatorApplet_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"/> + <oaf_attribute name="description" type="string" _value="An indicator of something that needs your attention on the desktop"/> + <oaf_attribute name="panel:icon" type="string" value="stock_stop"/> + </oaf_server> +</oaf_info> |