You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that meson devenv resets the environment as the modified LD_LIBRARY_PATH isn't available inside meson devenv.
When I run the application as instructed I get (process:2288232): GLib-GIO-ERROR **: 15:38:53.730: Settings schema 'net.sapples.LiveCaptions' is not installed and then it crashes.
The text was updated successfully, but these errors were encountered:
I was able to run the application after exporting GSETTINGS_SCHEMA_DIR=$(pwd)/builddir/data, but I don't know if this is the right way since I'm not that familiar GTK.
meson devenv
resets the environment as the modifiedLD_LIBRARY_PATH
isn't available insidemeson devenv
.(process:2288232): GLib-GIO-ERROR **: 15:38:53.730: Settings schema 'net.sapples.LiveCaptions' is not installed
and then it crashes.The text was updated successfully, but these errors were encountered: