Comment 6 for bug 878941

Revision history for this message
Geoff Goehle (goehle) wrote :

As a potential fix, could the check in mail-noficiation.c be changed from

 if (g_strcmp0(g_getenv("GDMSESSION"), "gnome-stracciatella") == 0) {

to

 if (g_strcmp0(g_getenv("GDMSESSION"), "gnome-shell") == 0) {