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 634326 - fails at startup on X terminals (LTSP) with an X Window error (BadRequest)
fails at startup on X terminals (LTSP) with an X Window error (BadRequest)
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: General
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-08 15:35 UTC by Laurent Bigonville
Modified: 2010-11-15 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Bigonville 2010-11-08 15:35:21 UTC
Hi,

This bug has been reported into the debian BTS:

"On X terminals, Empathy fails at startup with this error message :

The program 'empathy' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 31 error_code 1 request_code 137 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

This renders Empathy unusable with LTSP."

Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599253
Comment 1 Guillaume Desmottes 2010-11-08 15:43:16 UTC
I'm pretty sure that's because of Clutter. Can you run other Clutter app on this configuration?
Comment 2 nicolas-f 2010-11-15 10:39:25 UTC
That's right, we have exactly the same result with Emerillon (tested on the same computer): 

The program 'emerillon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 130 error_code 1 request_code 136 minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)