Comment 3 for bug 444149

Revision history for this message
Martin Pitt (pitti) wrote :

This needs to be fixed in indicator-session itself, similar to what indicator-applet does:

        /* 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;
        }