aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzr-builddeb/default.conf2
-rw-r--r--debian/changelog230
-rw-r--r--debian/compat1
-rw-r--r--debian/control124
-rw-r--r--debian/copyright53
-rw-r--r--debian/indicator-applet-sus.install2
-rw-r--r--debian/indicator-applet.install4
-rw-r--r--debian/libindicate-dev.install4
-rw-r--r--debian/libindicate-doc.install2
-rw-r--r--debian/libindicate-gtk-dev.install4
-rw-r--r--debian/libindicate-gtk0.install1
-rw-r--r--debian/libindicate2.install1
-rw-r--r--debian/libindicator-dev.install2
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/watch2
-rw-r--r--docs/reference/tmpl/libindicate-unused.sgml632
-rw-r--r--src/applet-main.c7
17 files changed, 1079 insertions, 0 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf
new file mode 100644
index 0000000..3165e05
--- /dev/null
+++ b/.bzr-builddeb/default.conf
@@ -0,0 +1,2 @@
+[BUILDDEB]
+merge = True
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e1f55bd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,230 @@
+indicator-applet (0.2.0~bzr319-0ubuntu5~ppa4) UNRELEASED; urgency=low
+
+ * Merging onto the main packaging branch.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 19:01:57 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu5~ppa3) karmic; urgency=low
+
+ * Renaming the second Bonobo server description file to match that
+ of the FastUserSwitchApplet.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 18:50:33 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu5~ppa2) karmic; urgency=low
+
+ * Upstream merge for better naming of the applet.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 18:40:22 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu5~ppa1) karmic; urgency=low
+
+ * Updating from upstream with two (count them) two applets
+ installed in the source.
+ * debian/control: Adding information on indicator-applet-sus which
+ is a different applet for the SUS indicator.
+ * debian/indicator-applet.install: Making it more specific so that
+ it doesn't grab the directories that now have additional files
+ created by indicator-applet-sus existing.
+ * debian/indicator-applet-sus.install: List files that are now
+ used by the new binary package.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 18:39:59 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu4) karmic; urgency=low
+
+ * Add build-dep on gtk-doc-tools
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 11:28:57 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low
+
+ * debian/rules
+ - added --enable-gtk-doc to build the docs
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 05 Aug 2009 09:50:17 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu2) karmic; urgency=low
+
+ * Run ./autogen.sh before upload
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 00:40:52 +0100
+
+indicator-applet (0.2.0~bzr319-0ubuntu1) karmic; urgency=low
+
+ [ Ted Gould ]
+ * Merging in upstream code to split out libindicate-gtk
+ * debian/control:
+ * Changing the version number of libindcate to 2 to match
+ the .so numbering.
+ * Creating packages for libindicate-gtk
+ * Added libindicate-gtk-dev.install and libindicate-gtk0.install
+ for the new library.
+ * Renamed libindicate1.install to libindicate2.install to match
+ the package name change.
+ * Modified libindicate-dev to be more specific about the header
+ files that it grabs.
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 05 Aug 2009 00:22:54 +0100
+
+indicator-applet (0.2.0~bzr309-0ubuntu3) karmic; urgency=low
+
+ * Now moving on to Karmic
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 17 Jul 2009 21:24:41 -0500
+
+indicator-applet (0.2.0~bzr309-0ubuntu2) jaunty; urgency=low
+
+ * debian/control, debian/libindicate-doc.install: Merging in Ken
+ Vandine's work on making a -doc package for libindicate.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 17 Jul 2009 21:23:41 -0500
+
+indicator-applet (0.2.0~bzr309-0ubuntu1) jaunty; urgency=low
+
+ * Merge from upstream, includes documentation.
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 05 May 2009 16:44:29 +0100
+
+indicator-applet (0.2.0~bzr307-0ubuntu2) jaunty; urgency=low
+
+ * Increment for PPA. Forgot to autogen.sh
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 27 Apr 2009 11:06:45 -0500
+
+indicator-applet (0.2.0~bzr307-0ubuntu1) jaunty; urgency=low
+
+ * Upstream Snapshot: Adding in a test suite.
+ * debian/control: Adding a build-dep on dbus-test-runner
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 27 Apr 2009 10:52:28 -0500
+
+indicator-applet (0.2.0~bzr305-0ubuntu1) jaunty; urgency=low
+
+ * Upstream snapshot
+ * debian/control:
+ * Add in package libindicator-dev
+ * Add build depends on libxml2-dev for upstream dep
+ * debian/libindicate-dev.install: Add greater specificity on what
+ gets installed to not get confused with files from libindicator
+ * debian/libindicator-dev.install: Specify which files should be
+ put into the development package.
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 23:46:28 -0500
+
+indicator-applet (0.1.6-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Applied the same fixes as Cody Russell's patch to indicator-messages
+ to the finalize functions here. Should fix LP: #359018 completely.
+ * Minor warnings fixes in search of solution to above.
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 14 Apr 2009 11:36:12 +0200
+
+indicator-applet (0.1.5-0ubuntu1) jaunty; urgency=low
+
+ * debian/control: Switching libindicate0 to libindicate1 to express
+ the fact that the binary compatibility is broken.
+ * debian/libindicate0.install changed to debian/libindicate1.install
+ * New upstream version:
+ * Adds new API for detecting interests of various listeners. Implemented
+ on both client and server side. (LP: #353112)
+ * Makes it so that all objects down to the menu now use the gtkstyle
+ naming from FUSA to ensure that they all pick up the theme hacks that
+ are set for FUSA. (LP: #334490)
+ * Explicitly sets the about window's window icon. (LP: #356437)
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 15:09:33 -0500
+
+indicator-applet (0.1.4-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Changing the text in the license box to make sense. (LP: #346215)
+ * Call GNOME Program Init to initialize all of the ATK and gettext
+ stuff that needs to be initialized for it all to work. Patch from
+ Eitan Isaacson. (LP: #349031)
+ * Give the indicator applet an ATK name so it can be found by the
+ accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031)
+ * Making it so the 'No Indicators' situation uses a label instead of a
+ desensitized menu item to allow right click through. (LP: #346359)
+ * Remove the making of 'Indicator Applet Factory' translatable.
+ (LP: #349540)
+ * Make sure translations get loaded and make the 'No Indicators' error
+ and the license translatable. Patch from Gabor Kelemen. (LP: #349998)
+ * debian/control: Adding libgnomeui-dev as a dependency as it was added
+ upstream.
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 30 Mar 2009 09:31:44 +0200
+
+indicator-applet (0.1.3-0ubuntu2) jaunty; urgency=low
+
+ * debian/control: Add dependency to indicator-messages; the applet is
+ currently fairly useless without it. (LP: #346359)
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 25 Mar 2009 11:25:29 +0100
+
+indicator-applet (0.1.3-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version 0.1.3, makes the GObject introspection
+ an optional build item.
+ * debian/control: Removing GObject introspection
+ * debian/*.install, remove all of GIR references
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 18 Mar 2009 00:12:30 -0500
+
+indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low
+
+ * Add debian/watch.
+ * Add bzr-builddeb configuration (merge mode). Fortunately this doesn't
+ insist on having *only* debian/ in bzr. This gives us the best of both
+ worlds, bzd-bd auto-downloading orig.tar.gz and merging in the
+ pre-generated autoconf stuff, and retaining the possibility of merging
+ directly from trunk, since we keep the full upstream source in this branch.
+ * debian/copyright: Fix download location.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Mar 2009 10:51:46 +0100
+
+indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low
+
+ * New upstream version
+ * Removes duplicate prototypes (LP: #338885)
+ * Fixes background color to match them on dark themes when
+ the panel color is not set (LP: #334490)
+ * Removing the handle and replacing it with the ability to
+ right click on the applet to get a panel menu (LP: #339818)
+ * Various build fixes
+
+ -- Ted Gould <ted@ubuntu.com> Sun, 15 Mar 2009 08:58:20 -0500
+
+indicator-applet (0.1.1-0ubuntu2) jaunty; urgency=low
+
+ * src/applet-main.c, applet_fill_cb(): Do not show anything if we
+ are running under a stracciatella GNOME session (i. e. without
+ Ubuntu components). See UbuntuSpec:stracciatella-session.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Feb 2009 17:24:04 +0100
+
+indicator-applet (0.1.1-0ubuntu1) jaunty; urgency=low
+
+ * New upstream release with some icon changes.
+ * debian/control: Fix Vcs-Bzr.
+ * debian/control: Update package descriptions; the messaging part is
+ provided by indicator-messages.
+ * debian/copyright: Fix leftover word "either" from the license
+ description.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Feb 2009 16:12:01 +0100
+
+indicator-applet (0.1-0ubuntu1) jaunty; urgency=low
+
+ * Initial release, based on DX team's PPA packaging branch.
+ (lp:~indicator-applet-developers/indicator-applet/applet-packaging)
+ * Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is
+ under that license.
+ * debian/control: Add Homepage:, Vcs-Bzr:, and proper package
+ descriptions.
+ * debian/copyright: Properly describe licenses.
+ * configure.ac: Add missing gio-2.0 pkgconfig check (from DX team
+ PPA packaging branch), and autoreconf to pick up the change.
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 10:28:14 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..86c1447
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,124 @@
+Source: indicator-applet
+Section: gnome
+Priority: optional
+Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+Build-Depends: debhelper (>= 5.0),
+ cdbs (>= 0.4.41),
+ libgtk2.0-dev (>= 2.12.0),
+ libpanel-applet2-dev (>= 2.0.0),
+ libdbus-glib-1-dev,
+ gnome-doc-utils,
+ libgnomeui-dev,
+ libtool,
+ intltool,
+ libxml2-dev,
+ gtk-doc-tools
+Standards-Version: 3.8.0
+Homepage: https://launchpad.net/indicator-applet
+Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu
+
+Package: indicator-applet
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gnome-panel,
+ indicator-messages
+Description: GNOME panel indicator applet
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ Currently this includes support for messaging applications in the
+ indicator-messages package.
+
+Package: indicator-applet-sus
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gnome-panel,
+ indicator-applet (= ${binary:Version})
+Description: A clone of the GNOME panel indicator applet.
+ Indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ This instance will only load the SUS indicator which provies
+ status changing, user choosing and session management.
+
+Package: libindicate2
+Section: libs
+Conflicts: libindicate
+Replaces: libindicate
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: GNOME panel indicator applet - shared library
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ This package contains shared libraries to be used by applications.
+
+Package: libindicate-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libindicate2 (= ${binary:Version}),
+ libdbus-glib-1-dev (>= 0.76)
+Description: GNOME panel indicator applet - shared library
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ This package contains files that are needed to build applications.
+
+Package: libindicate-gtk0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: GNOME panel indicator applet - shared library
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ This package contains shared libraries to be used by applications.
+
+Package: libindicate-gtk-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libindicate-gtk0 (= ${binary:Version}),
+ libindicate-dev (= ${binary:Version}),
+ libdbus-glib-1-dev (>= 0.76),
+ libgtk2.0-dev (>= 2.12.0)
+Description: GNOME panel indicator applet - shared library
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.
+ .
+ This package contains files that are needed to build applications.
+
+Package: libindicator-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libgtk2.0-dev (>= 2.12.0)
+Description: GNOME panel indicator applet - shared library
+ This library contains information to build indicators to go into
+ the indicator applet.
+ .
+ This package contains files that are needed to build applications.
+
+Package: libindicate-doc
+Section: doc
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libindicate2 (= ${binary:Version}),
+ libindicate-gtk0 (= ${binary:Version}),
+ libdbus-glib-1-dev (>= 0.76),
+ libgtk2.0-dev (>= 2.12.0)
+Description: GNOME panel indicator applet - shared library
+ indicator-applet is an applet to display information from
+ various applications consistently in the GNOME panel.ยท
+ .
+ This package contains files that are needed to build applications.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..074097c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+This package was debianized by Ted Gould <ted@canonical.com> on
+Wed, 11 Feb 2009 15:41:06 -0600.
+
+It was downloaded from <http://launchpad.net/indicator-applet/>
+
+Upstream Author:
+
+ Ted Gould <ted@canonical.com>
+
+Copyright:
+
+ Copyright (C) 2009 Canonical Ltd.
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 3 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+License for libindicate/* (libindicate0 and libindicate-dev packages):
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 or 3 of the License.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in `/usr/share/common-licenses/LGPL-2.1' and
+`/usr/share/common-licenses/LGPL-3'.
+
+The Debian packaging is (C) 2009, Canonical Ltd. and
+is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/indicator-applet-sus.install b/debian/indicator-applet-sus.install
new file mode 100644
index 0000000..3a016e0
--- /dev/null
+++ b/debian/indicator-applet-sus.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/bonobo/servers/GNOME_FastUserSwitchApplet.server
+debian/tmp/usr/lib/indicator-applet/indicator-applet-sus
diff --git a/debian/indicator-applet.install b/debian/indicator-applet.install
new file mode 100644
index 0000000..772d432
--- /dev/null
+++ b/debian/indicator-applet.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/bonobo/servers/GNOME_IndicatorApplet.server
+debian/tmp/usr/lib/indicator-applet/indicator-applet
+debian/tmp/usr/lib/indicator-applet/listen-and-print
+debian/tmp/usr/share/icons
diff --git a/debian/libindicate-dev.install b/debian/libindicate-dev.install
new file mode 100644
index 0000000..81e1396
--- /dev/null
+++ b/debian/libindicate-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/libindicate-0.1/libindicate/*
+debian/tmp/usr/lib/pkgconfig/indicate.pc
+debian/tmp/usr/lib/libindicate.a
+debian/tmp/usr/lib/libindicate.so
diff --git a/debian/libindicate-doc.install b/debian/libindicate-doc.install
new file mode 100644
index 0000000..55af9eb
--- /dev/null
+++ b/debian/libindicate-doc.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/gtk-doc/html/libindicate/*
+debian/tmp/usr/share/doc/indicator-applet/examples/*
diff --git a/debian/libindicate-gtk-dev.install b/debian/libindicate-gtk-dev.install
new file mode 100644
index 0000000..5f0e682
--- /dev/null
+++ b/debian/libindicate-gtk-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/libindicate-0.1/libindicate-gtk/*
+debian/tmp/usr/lib/pkgconfig/indicate-gtk.pc
+debian/tmp/usr/lib/libindicate-gtk.a
+debian/tmp/usr/lib/libindicate-gtk.so
diff --git a/debian/libindicate-gtk0.install b/debian/libindicate-gtk0.install
new file mode 100644
index 0000000..fc6b412
--- /dev/null
+++ b/debian/libindicate-gtk0.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libindicate-gtk.so.*
diff --git a/debian/libindicate2.install b/debian/libindicate2.install
new file mode 100644
index 0000000..0618a58
--- /dev/null
+++ b/debian/libindicate2.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libindicate.so.*
diff --git a/debian/libindicator-dev.install b/debian/libindicator-dev.install
new file mode 100644
index 0000000..7e7d9db
--- /dev/null
+++ b/debian/libindicator-dev.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/include/libindicator*
+debian/tmp/usr/lib/pkgconfig/indicator.pc
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..27ff7f1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection --enable-gtk-doc
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+DEB_DH_MAKESHLIBS_ARGS_libindicate0 += -V 'libindicate0 (>= 0.1.2)'
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e8ab1bd
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/indicator-applet/+download .*/indicator-applet-([0-9.]+)\.tar\.gz
diff --git a/docs/reference/tmpl/libindicate-unused.sgml b/docs/reference/tmpl/libindicate-unused.sgml
index 83a53a7..8f457e2 100644
--- a/docs/reference/tmpl/libindicate-unused.sgml
+++ b/docs/reference/tmpl/libindicate-unused.sgml
@@ -1,3 +1,383 @@
+<!-- ##### MACRO INDICATE_INDICATOR ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_INDICATOR_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_INDICATOR_GET_CLASS ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_INDICATOR_MESSAGE ##### -->
+<para>
+
+</para>
+
+@obj:
+
+<!-- ##### MACRO INDICATE_INDICATOR_MESSAGE_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_INDICATOR_MESSAGE_GET_CLASS ##### -->
+<para>
+
+</para>
+
+@obj:
+
+<!-- ##### MACRO INDICATE_INDICATOR_SIGNAL_DISPLAY ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_INDICATOR_SIGNAL_HIDE ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_INDICATOR_SIGNAL_MODIFIED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_INDICATOR_SIGNAL_SHOW ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_IS_INDICATOR ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_IS_INDICATOR_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_IS_INDICATOR_MESSAGE ##### -->
+<para>
+
+</para>
+
+@obj:
+
+<!-- ##### MACRO INDICATE_IS_INDICATOR_MESSAGE_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_IS_LISTENER ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_IS_LISTENER_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_IS_SERVER ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_IS_SERVER_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_LISTENER ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_LISTENER_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_LISTENER_GET_CLASS ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_LISTENER_INDICATOR_ID ##### -->
+<para>
+
+</para>
+
+@indicator:
+
+<!-- ##### MACRO INDICATE_LISTENER_SERVER_DBUS_NAME ##### -->
+<para>
+
+</para>
+
+@server:
+
+<!-- ##### MACRO INDICATE_LISTENER_SIGNAL_INDICATOR_ADDED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_LISTENER_SIGNAL_INDICATOR_MODIFIED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_LISTENER_SIGNAL_INDICATOR_REMOVED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_LISTENER_SIGNAL_SERVER_ADDED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_LISTENER_SIGNAL_SERVER_REMOVED ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_SERVER ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_SERVER_CLASS ##### -->
+<para>
+
+</para>
+
+@klass:
+
+<!-- ##### MACRO INDICATE_SERVER_GET_CLASS ##### -->
+<para>
+
+</para>
+
+@object:
+
+<!-- ##### MACRO INDICATE_TYPE_INDICATOR ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_TYPE_INDICATOR_MESSAGE ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_TYPE_LISTENER ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO INDICATE_TYPE_SERVER ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION dbus_g_proxy_begin_call ##### -->
+<para>
+
+</para>
+
+@Param1:
+@Returns:
+
+<!-- ##### MACRO g_marshal_value_peek_boolean ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_boxed ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_char ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_double ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_enum ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_flags ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_float ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_int ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_int64 ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_long ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_object ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_param ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_pointer ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_string ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_uchar ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_uint ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_uint64 ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### MACRO g_marshal_value_peek_ulong ##### -->
+<para>
+
+</para>
+
+@v:
+
+<!-- ##### FUNCTION indicate_indicator_get_type ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+<!-- ##### FUNCTION indicate_indicator_message_get_type ##### -->
+<para>
+
+</para>
+
+@Returns:
+
<!-- ##### FUNCTION indicate_indicator_set_property_icon ##### -->
<para>
@@ -7,6 +387,20 @@
@key:
@data:
+<!-- ##### FUNCTION indicate_listener_get_type ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+<!-- ##### FUNCTION indicate_server_get_type ##### -->
+<para>
+
+</para>
+
+@Returns:
+
<!-- ##### FUNCTION indicate_server_new ##### -->
<para>
@@ -21,3 +415,241 @@
@obj:
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_count ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicator_count:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_count_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@callback:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_count_by_type ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_type:
+@OUT_indicator_count:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_count_by_type_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_type:
+@callback:
+@Returns:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_count_by_type_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicator_count:
+@error:
+@userdata:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_count_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicator_count:
+@error:
+@userdata:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_list ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicators:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_list_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@callback:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_list_by_type ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_type:
+@OUT_indicators:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_list_by_type_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_type:
+@callback:
+@Returns:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_list_by_type_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicators:
+@error:
+@userdata:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_list_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_indicators:
+@error:
+@userdata:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_properties ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@OUT_properties:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_properties_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@callback:
+@Returns:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_properties_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_properties:
+@error:
+@userdata:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_property ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@IN_property:
+@OUT_value:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_property_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@IN_property:
+@callback:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_property_group ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@IN_properties:
+@OUT_values:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_get_indicator_property_group_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@IN_properties:
+@callback:
+@Returns:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_property_group_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_values:
+@error:
+@userdata:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_get_indicator_property_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@OUT_value:
+@error:
+@userdata:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_show_indicator_to_user ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@Returns:
+
+<!-- ##### FUNCTION org_freedesktop_indicator_show_indicator_to_user_async ##### -->
+<para>
+
+</para>
+
+@proxy:
+@IN_id:
+@callback:
+@Returns:
+
+<!-- ##### USER_FUNCTION org_freedesktop_indicator_show_indicator_to_user_reply ##### -->
+<para>
+
+</para>
+
+@proxy:
+@error:
+@userdata:
+
diff --git a/src/applet-main.c b/src/applet-main.c
index 3048e83..3827b01 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -214,6 +214,13 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data)
GtkWidget *menubar;
gint i;
gint indicators_loaded = 0;
+
+ /* check if we are running stracciatella session */
+ if (g_strcmp0(g_getenv("GDMSESSION"), "gnome-stracciatella") == 0) {
+ g_debug("Running stracciatella GNOME session, disabling myself");
+ return TRUE;
+ }
+
static gboolean first_time = FALSE;
if (!first_time)