Description: Rename GNOME_FastUserSwitchApplet.server to GNOME_IndicatorAppletSession.server in order to resolve conflit with GDM.
Author: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
Bug-Debian: http://bugs.debian.org/586810

--- indicator-applet-0.4.2.orig/src/applet-main.c
+++ indicator-applet-0.4.2/src/applet-main.c
@@ -65,7 +65,7 @@ PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNO
                applet_fill_cb, NULL);
 #endif
 #ifdef INDICATOR_APPLET_SESSION
-PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_FastUserSwitchApplet_Factory",
+PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_IndicatorAppletSession_Factory",
                PANEL_TYPE_APPLET,
                "indicator-applet-session", "0",
                applet_fill_cb, NULL);
--- indicator-applet-0.4.2.orig/data/GNOME_FastUserSwitchApplet.server.in.in
+++ indicator-applet-0.4.2/data/GNOME_FastUserSwitchApplet.server.in.in
@@ -1,5 +1,5 @@
 <oaf_info>
-  <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet_Factory" type="exe"
+  <oaf_server iid="OAFIID:GNOME_IndicatorAppletSession_Factory" type="exe"
               location="@LIBEXECDIR@/indicator-applet-session">
 
     <oaf_attribute name="repo_ids" type="stringv">
@@ -13,8 +13,8 @@
     </oaf_attribute>
   </oaf_server>
 
-  <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet" type="factory"
-              location="OAFIID:GNOME_FastUserSwitchApplet_Factory">
+  <oaf_server iid="OAFIID:GNOME_IndicatorAppletSession" type="factory"
+              location="OAFIID:GNOME_IndicatorAppletSession_Factory">
 
     <oaf_attribute name="repo_ids" type="stringv">
       <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
