AdaCore / gtkada

Ada bindings for the GTK+ graphical library.
Other
88 stars 19 forks source link

Can't open gedit once loaded the gtk environment #43

Open louis-etne opened 2 years ago

louis-etne commented 2 years ago

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?