Hi !
I just now installed Gedit in the hope of getting a good GUI Text Editor with line number and syntax highlighting. But Gedit isn't working when I open a shell script in it. I get the followng error when I open the attached file.
(gedit:8624): Gdk-WARNING **: 08:31:33.801: The program 'gedit' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 3930 error_code 2 request_code 139 (RENDER) minor_code 34)
(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 GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Any ideas what to do to solve ?
If this is a bug in the program, can anyone suggest me another GUI text editor that has syntax highlighting and line numbers ?