[geany/geany-osx] bcb627: Remove im-quartz.so from the bundle as it causes crashes

Jiří Techet git-noreply at xxxxx
Tue Nov 3 22:58:24 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 03 Nov 2015 22:58:24 UTC
Commit:      bcb6279d5ac4a0e13bdc28092859a06b7578fabb
             https://github.com/geany/geany-osx/commit/bcb6279d5ac4a0e13bdc28092859a06b7578fabb

Log Message:
-----------
Remove im-quartz.so from the bundle as it causes crashes

The crash happens on scintilla focus out - maybe caused by some
changes in scintilla but it could also be caused by some gtk bug.

In any case, everything seems to work without the module too
so it probably isn't needed


Modified Paths:
--------------
    geany.bundle

Modified: geany.bundle
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -73,11 +73,11 @@
   <binary>
     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
   </binary>
-
+<!--
   <binary>
     ${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/im-quartz.so
   </binary>
-
+-->
 <!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
   <binary>
     ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/loaders/*.so



--------------
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