Skip to content

Fix startup with gtk 4.17

Two fixes:

  1. Call gtk_init before opening a display: gtk 4.17 mandates that gtk_init be called before gdk_display_get_default (this is already being applied as a patch in debian/ubuntu/fedora)
  2. Avoid gtk portal recursion: gtk 4.17 enables portal by default, use new API to disable portals

Merge request reports

Loading