We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The GObject introspection libraries are needed only for programmers developing Gnome software. They should not be needed for running Gnome programs.
The ‘editorconfig_plugin.gedit’ module attempts to use GObject introspection:
from gi.repository import GObject, Gedit
This fails when the GObject introspection libraries are not present. This means the plug-in cannot run.
The text was updated successfully, but these errors were encountered:
Every Python gedit plugin uses GObject introspection. You can see the minimal plugin template for yourself.
GI is required if you want to use Python plugins with gedit (or any other program that uses libpeas, e.g. Rhythmbox).
Sorry, something went wrong.
No branches or pull requests
The GObject introspection libraries are needed only for programmers developing Gnome software. They should not be needed for running Gnome programs.
The ‘editorconfig_plugin.gedit’ module attempts to use GObject introspection:
This fails when the GObject introspection libraries are not present. This means the plug-in cannot run.
The text was updated successfully, but these errors were encountered: