Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,766
    • Issues 3,766
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GIMPGIMP
  • Issues
  • #8524
Closed
Open
Issue created Aug 24, 2022 by Headquarter XS@vuquang279

"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:

  1. Import an image or create a new image in GIMP.
  2. Export the image to one of the above-mentioned formats in lossless mode.
  3. 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.

Edited Aug 24, 2022 by Michael Schumacher
Assignee
Assign to
Time tracking