GNOME Bugzilla – Bug 651799
[PATCH] don't attempt shell in zaphod mode
Last modified: 2011-06-07 18:58:52 UTC
It doesn't work, so let's not even try.
Created attachment 189174 [details] [review] You must enter a description for the attachment.
Review of attachment 189174 [details] [review]: Thanks, please commit. ::: gnome-session-3.0.1/tools/gnome-session-check-accelerated-helper.c.jx @@ +279,3 @@ } + if (ScreenCount(display) > 1) { Coding style nitpick: "ScreenCount (display)" (missing space)
Applied, thanks.