After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 651799 - [PATCH] don't attempt shell in zaphod mode
[PATCH] don't attempt shell in zaphod mode
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
3.0.x
Other Mac OS
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-03 17:45 UTC by Adam Jackson
Modified: 2011-06-07 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
You must enter a description for the attachment. (686 bytes, patch)
2011-06-03 17:47 UTC, Adam Jackson
committed Details | Review

Description Adam Jackson 2011-06-03 17:45:14 UTC
It doesn't work, so let's not even try.
Comment 1 Adam Jackson 2011-06-03 17:47:10 UTC
Created attachment 189174 [details] [review]
You must enter a description for the attachment.
Comment 2 Vincent Untz 2011-06-06 09:02:28 UTC
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)
Comment 3 Adam Jackson 2011-06-07 18:40:13 UTC
Applied, thanks.