johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
6.35k stars 291 forks source link

foliate crashes right away with error #1089

Closed Oberonc closed 1 year ago

Oberonc commented 1 year ago

Here is error: $ foliate

(com.github.johnfactotum.Foliate:56437): Gjs-CRITICAL **: 00:53:14.856: JS ERROR: TypeError: (new Application()).runAsync is not a function @file:///usr/bin/foliate:56:30

(com.github.johnfactotum.Foliate:56437): Gjs-CRITICAL **: 00:53:14.856: Module file:///usr/bin/foliate threw an exception

Versions: foliate: pulled from git on 9 oct 2023 gtk-4.10.3 glib-2.74.4 gjs-1.74.1 webkitgtk-2.40.1

johnfactotum commented 1 year ago

It needs GJS >= 1.76 and GTK >= 4.12.

Oberonc commented 1 year ago

You should probably update the meson script to check for correct versions of dependencies