Hallo,
Als ik bij bepaalde programma's (the gimp, X-chat,...) op de menubalk klik sluit het programma gewoon af.
Ik open het programma dan in console en dit is wat de console zegt bij het afsluiten:
Dit is wat xchat zegt:
Als ik bij bepaalde programma's (the gimp, X-chat,...) op de menubalk klik sluit het programma gewoon af.
Ik open het programma dan in console en dit is wat de console zegt bij het afsluiten:
code:
1
2
3
4
5
6
7
8
9
10
11
| Sven@linux:~> gimp (gimp:7114): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to have a specified colormap. All windows have a colormap, however, pixmaps only have colormap by default if they were created with a non-NULL window argument. Otherwise a colormap must be set on them with gdk_drawable_set_colormap (script-fu:7117): LibGimpBase-WARNING **: script-fu: wire_read(): error Segmentatie fout Sven@linux:~> |
Dit is wat xchat zegt:
code:
1
2
3
4
5
6
7
8
9
| Sven@linux:~> xchat (xchat:7178): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to have a specified colormap. All windows have a colormap, however, pixmaps only have colormap by default if they were created with a non-NULL window argument. Otherwise a colormap must be set on them with gdk_drawable_set_colormap Segmentatie fout Sven@linux:~> |