AdaCore/gtkada

Can't open gedit once loaded the gtk environment

Opened this issue · 0 comments

I made an application using GtkAda. Everything works great except that I want my application to be able to open file with gedit. Before running my application, I run the script "gtkada-env.sh" to load up the environment. But after this, when my application tries to open gedit I get the following error:

(gedit:111080): GLib-GIO-ERROR **: Settings schema 'org.gnome.gedit.preferences.editor' is not installed
Maybe an environment variable is missing? I couldn't find it.

How can I fix it?