Skip to content

Conversation

@yuri1969
Copy link
Contributor

Build of 5.4.0 was failing at X11-based Gentoo with:

darktable-5.4.0/src/gui/gtk.c:998:43: error: ‘GDK_TYPE_X11_DISPLAY’ undeclared (first use in this function); did you mean ‘GDK_TYPE_DISPLAY’?                                                                       
  998 |   return G_TYPE_CHECK_INSTANCE_TYPE(disp, GDK_TYPE_X11_DISPLAY)
      |                                           ^~~~~~~~~~~~~~~~~~~~

This patch fixed the build.


  • Build failed at missing GDK_TYPE_X11_DISPLAY
  • Corrected a typo

* Build failed at missing `GDK_TYPE_X11_DISPLAY`
* Corrected a typo
@ralfbrown ralfbrown added bugfix pull request fixing a bug scope: UI user interface and interactions labels Dec 30, 2025
@TurboGit TurboGit added this to the 5.4.1 milestone Dec 30, 2025
@TurboGit TurboGit added the priority: high core features are broken and not usable at all, software crashes label Dec 30, 2025
Copy link
Member

@TurboGit TurboGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@TurboGit TurboGit merged commit 2f5ae73 into darktable-org:master Dec 30, 2025
4 of 5 checks passed
@yuri1969 yuri1969 deleted the fix-gtk-x11 branch December 30, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix pull request fixing a bug priority: high core features are broken and not usable at all, software crashes scope: UI user interface and interactions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants