Skip to content

not working in st3 #18

@Tantalus13A98B5F

Description

@Tantalus13A98B5F

According to the official documentation, a .no-sublime-package file is needed.

Also the code in linux_text_input_gui.py should be updated. The following should be used instead of pygtk,

#!/usr/bin/env python3
from gi import pygtkcompat
pygtkcompat.enable()
pygtkcompat.enable_gtk(version='3.0')

import gtk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions