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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: