Skip to content

Commit

Permalink
Remove im-quartz.so from the bundle as it causes crashes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
techee committed Nov 3, 2015
1 parent cdbeff3 commit bcb6279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geany.bundle
Expand Up @@ -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
Expand Down

0 comments on commit bcb6279

Please sign in to comment.