Skip to content
New issue

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

Fails to run when GObject introspection data not installed #18

Open
bignose-debian opened this issue Feb 6, 2018 · 1 comment
Open

Comments

@bignose-debian
Copy link

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.

@jefferyto
Copy link
Contributor

jefferyto commented Nov 12, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants