"no mnemonic for property ..." messages
Environment/Versions
- GIMP version: 2.99.12
- Package: https://download.gimp.org/mirror/pub/gimp/v2.99/windows/gimp-2.99.12-setup.exe.torrent
- Operating System: Windows 10 Pro 21H2
Description of the bug
Whenever I export an image to these formats (PNG, TIFF, WEBP), the debug console of GIMP always shows as below:
Case 1: Export to PNG
- Line 1: Procedure 'file-png-save': no mnemonic for property compression
- Line 2: Procedure 'file-png-save': no mnemonic for property optimize-palette
Case 2: Export to TIFF
-
Line 1: Procedure 'file-tiff-save': duplicate mnemonic c for label of property cmyk and dialog button cancel
-
Line 2: Procedure 'file-tiff-save': no mnemonic for property bigtiff
-
Line 3: (file-tiff:5920): GLib-GObject-CRITICAL **: 10:12:58.099: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Case 3: Export to BigTIFF
-
Line 1: Procedure 'file-tiff-save': duplicate mnemonic c for label of property cmyk and dialog button cancel
-
Line 2: Procedure 'file-tiff-save': no mnemonic for property bigtiff
-
Line 3: (file-tiff:9908): GLib-GObject-CRITICAL **: 10:18:16.404: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Case 4: Export to WEBP
- Line 1: Procedure 'file-webp-save': no mnemonic for property quality
- Line 2: Procedure 'file-webp-save': no mnemonic for property alpha-quality
Reproduction
Is the bug reproducible? Always
Reproduction steps:
- Import an image or create a new image in GIMP.
- Export the image to one of the above-mentioned formats in lossless mode.
- The debug console of GIMP will display these lines as mentioned above for each format. …
Expected result: The above-mentioned debugging lines do not appear.
Actual result: The above-mentioned debugging lines appear after exporting to PNG, TIFF or WEBP.
Additional information
If you have a backtrace for a crash or a warning, paste it here.