Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ gimp --debug-handlers
- Missing fast-path babl conversion detected, Implementing missing babl fast paths
- accelerates GEGL, GIMP and other software using babl, warnings are printed on
- first occurance of formats used where a conversion has to be synthesized
- programmatically by babl based on format description
- *WARNING* missing babl fast path(s): "R'G'B' double" to "CIE Lab double"
- gimp_device_info_set_device: trying to set GdkDevice 'Logitech USB Receiver' on GimpDeviceInfo which already has a device
- gimp_color_transform_new: using babl for 'sRGB v1.31 (Canon)' -> 'GIMP built-in sRGB'
- void gimp_gegl_convert_color_profile(GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GimpColorRenderingIntent, gboolean, GimpProgress*): converting buffer took 0.1022 seconds
- *WARNING* missing babl fast path(s): "R'G'B'A u8" to "A u8"
- The program 'gimp' received an X Window System error.
- This probably reflects a bug in the program.
- The error was 'BadWindow (invalid Window parameter)'.
- (Details: serial 58499 error_code 3 request_code 18 minor_code 0)
- (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.)
- (script-fu:26850): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement