Skip to content

Fails to run when GObject introspection data not installed #18

@bignose-debian

Description

@bignose-debian

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions