[geany/geany-osx] 5fc96d: Make sure we always use the quartz IM

Jiří Techet git-noreply at xxxxx
Wed Oct 23 16:53:11 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 23 Oct 2019 16:53:11 UTC
Commit:      5fc96dbf25711a5876991278bf01468688ba2f83
             https://github.com/geany/geany-osx/commit/5fc96dbf25711a5876991278bf01468688ba2f83

Log Message:
-----------
Make sure we always use the quartz IM


Modified Paths:
--------------
    LauncherGtk3/geany/geany/main.m

Modified: LauncherGtk3/geany/geany/main.m
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -85,6 +85,7 @@ static int run_geany() {
         @"GTK_PATH": bundle_resources,
         @"GTK_EXE_PREFIX": bundle_resources,
         @"GTK_DATA_PREFIX": bundle_resources,
+        @"GTK_IM_MODULE": @"quartz",
         @"GTK_IM_MODULE_FILE": [bundle_lib stringByAppendingPathComponent: @"gtk-3.0/3.0.0/immodules.cache"],
         @"GDK_PIXBUF_MODULE_FILE": [bundle_lib stringByAppendingPathComponent: @"gdk-pixbuf-2.0/2.10.0/loaders.cache"],
         



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list