diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-27 22:58:57 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-27 22:58:57 +0000 |
commit | 29234ead927f64837fd49cab17cbcf261147ccfa (patch) | |
tree | b6fb70749c5a0d26bfd9f8dd612cf63d65c4f0f4 /src/weegtk.in | |
parent | 903e32b804eb257ffeb87d76bde373bcb9ac882c (diff) |
chat: Fix spell checking, fix theme of GtkSource widgetHEADspellchecking_sourceviewmain
Diffstat (limited to 'src/weegtk.in')
-rwxr-xr-x | src/weegtk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weegtk.in b/src/weegtk.in index 123a529..e0264c7 100755 --- a/src/weegtk.in +++ b/src/weegtk.in @@ -38,6 +38,7 @@ gettext.install('weegtk', localedir) if __name__ == '__main__': import gi + os.environ["WEEGTK_INSTALL_DIR"] = pkgdatadir from gi.repository import Gio resource = Gio.Resource.load(os.path.join(pkgdatadir, 'weegtk.gresource')) resource._register() |