Skip to content

Commit

Permalink
Make sure we always use the quartz IM
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 23, 2019
1 parent 6f8dfdc commit 5fc96db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LauncherGtk3/geany/geany/main.m
Expand Up @@ -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"],

Expand Down

0 comments on commit 5fc96db

Please sign in to comment.