aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 19:00:00 +0100
committerTed Gould <ted@canonical.com>2009-08-07 19:00:00 +0100
commit4aa0584cde9bd48652d211c4500cc012507e281e (patch)
tree5f2e1dc91b342a28064c4a33475a9de3ff331410 /data
parentd7f91b92ddb7484642a7dd42ef6dca1cf3d44b74 (diff)
parent3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e (diff)
downloadlibayatana-indicator-4aa0584cde9bd48652d211c4500cc012507e281e.tar.gz
libayatana-indicator-4aa0584cde9bd48652d211c4500cc012507e281e.tar.bz2
libayatana-indicator-4aa0584cde9bd48652d211c4500cc012507e281e.zip
Merging in the branch making two applets.
Diffstat (limited to 'data')
-rw-r--r--data/GNOME_FastUserSwitchApplet.server.in.in28
-rw-r--r--data/Makefile.am6
2 files changed, 32 insertions, 2 deletions
diff --git a/data/GNOME_FastUserSwitchApplet.server.in.in b/data/GNOME_FastUserSwitchApplet.server.in.in
new file mode 100644
index 0000000..388713b
--- /dev/null
+++ b/data/GNOME_FastUserSwitchApplet.server.in.in
@@ -0,0 +1,28 @@
+<oaf_info>
+ <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet_Factory" type="exe"
+ location="@LIBEXECDIR@/indicator-applet-sus">
+
+ <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>
diff --git a/data/Makefile.am b/data/Makefile.am
index a03fadc..0908bb0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,11 +7,12 @@
serverdir = \
$(libdir)/bonobo/servers
server_in_files = \
- GNOME_IndicatorApplet.server.in
+ GNOME_IndicatorApplet.server.in \
+ GNOME_FastUserSwitchApplet.server.in
server_DATA = \
$(server_in_files:.server.in=.server)
-$(server_in_files): $(server_in_files:.server.in=.server.in.in)
+%.server.in: %.server.in.in
sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@
@INTLTOOL_SERVER_RULE@
@@ -67,6 +68,7 @@ CLEANFILES = \
EXTRA_DIST = \
$(icons_DATA) \
GNOME_IndicatorApplet.server.in.in \
+ GNOME_FastUserSwitchApplet.server.in.in \
$(schema_in_files)
MAINTAINERCLEANFILES = \