aboutsummaryrefslogtreecommitdiff
path: root/data/GNOME_FastUserSwitchApplet.server.in.in
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 14:19:27 +0100
committerTed Gould <ted@canonical.com>2009-08-07 14:19:27 +0100
commit5bc7f7d4b45e8aa2242c5681edc0715292dea030 (patch)
tree499f347cae95ea79433d0f45de4fc4845e635687 /data/GNOME_FastUserSwitchApplet.server.in.in
parent99caa033d3e55596c78d9e86d931768c447b6586 (diff)
downloadlibayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.tar.gz
libayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.tar.bz2
libayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.zip
Adding a new server to connect with our new applet. Still needs changes as it's just a copy.
Diffstat (limited to 'data/GNOME_FastUserSwitchApplet.server.in.in')
-rw-r--r--data/GNOME_FastUserSwitchApplet.server.in.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/GNOME_FastUserSwitchApplet.server.in.in b/data/GNOME_FastUserSwitchApplet.server.in.in
new file mode 100644
index 0000000..c576246
--- /dev/null
+++ b/data/GNOME_FastUserSwitchApplet.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="indicator-applet"/>
+ </oaf_server>
+</oaf_info>