Installed “ghex” from repo/oss on a fresh Leap 16 installation:
Repository : https://download.opensuse.org/distribution/leap/16.0/repo/oss/x86_64
Name : ghex
Version : 46.0-bp160.1.12
It immediately crashes with
(process:14943): Gdk-ERROR **: 16:38:27.469: gdk_display_manager_get() was called before gtk_init()
Trace/breakpoint trap (core dumped)
Last year, upstream applied a fix for the “gdk_display_manager_get before gtk_init” issue, necessary for gtk >= 4.17:
This is part of ghex 48.1. Leap 16 currently installs 46.0. So the fix still somehow needs to make it into the version provided with Leap 16. Update ghex or backport the patch…?