On Wed, 29 Jul 2020 20:09:55 +0300 Eugene Berdnikov <b...@protva.ru> wrote: > Dear Maintainers, > > ------------------------------------------------------------------------ > % geeqie > > (geeqie:28868): Clutter-CRITICAL **: 19:45:09.437: Unable to > initialize Clutter: Unable to initialize the Clutter backend: no > available drivers found. Can't initialize clutter-gtk. > ------------------------------------------------------------------------ > > Problem was found after upgrade from 1.5.1-11: > > 2020-07-29 17:13:18 upgrade geeqie:amd64 1:1.5.1-11 > 1:1.5.1+git20200723-2 2020-07-29 17:13:19 upgrade geeqie-common:all > 1:1.5.1-11 1:1.5.1+git20200723-2 > > In ~/.config/geeqie/geeqierc.xml clutter is turned OFF: > image.use_clutter_renderer = "false" >
As you can see in the upstream bug report [1], this is due to geeqie tries to start GTK with clutter no matter what, and if that fails it causes a hard crash that it has a hard time recovering from. As you can see there will be an command line option in future releases to start without clutter, and by this work around the problem. /Andreas gus...@debian.org 1: https://github.com/BestImageViewer/geeqie/issues/559