# # Description: Change Bonobo activation server name to avoid conflict with indicator-session # Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/410498 # diff -ur gdm-2.27.4/gui/user-switch-applet/applet.c gdm-ted/gui/user-switch-applet/applet.c --- gdm-2.27.4/gui/user-switch-applet/applet.c 2009-07-20 02:09:09.000000000 +0100 +++ gdm-ted/gui/user-switch-applet/applet.c 2009-08-07 22:29:45.000000000 +0100 @@ -101,7 +101,7 @@ const char *iid, gpointer data); -PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_FastUserSwitchApplet_Factory", +PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_FastUserSwitchAppletGdm_Factory", PANEL_TYPE_APPLET, "gdm-user-switch-applet", "0", (PanelAppletFactoryCallback)applet_factory, @@ -1619,7 +1619,7 @@ { gboolean ret; ret = FALSE; - if (strcmp (iid, "OAFIID:GNOME_FastUserSwitchApplet") == 0) { + if (strcmp (iid, "OAFIID:GNOME_FastUserSwitchAppletGdm") == 0) { ret = fill_applet (applet); } return ret; diff -ur gdm-2.27.4/gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in gdm-ted/gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in --- gdm-2.27.4/gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in 2009-05-19 16:18:12.000000000 +0100 +++ gdm-ted/gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in 2009-08-07 22:28:29.000000000 +0100 @@ -1,5 +1,5 @@ - @@ -18,8 +18,8 @@ - +