[Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

Enrico Tröger notifications at xxxxx
Sat Dec 5 21:11:28 UTC 2020


> > Also, my snowman is always in the uncolored variant
> 
> To copy into Geany, I had to "Edit" this issue description and copy/paste from there (and then cancel the edit). I think you also need a fallback font that provides it to be installed like [Noto Color Emoji](https://www.google.com/get/noto/help/emoji/).

Ha, thanks. After installing the Noto fonts it's also colored for me. It's even more fun now since you can set the crsor in the middle of the snowman (I'm still new to this fancy Unicode Emoji stuff :D).

![geany_snowman_colored](https://user-images.githubusercontent.com/617017/101265269-fbfa9180-373c-11eb-9a49-d0be97a2cd65.png)

```
$ fc-match -s monospace | grep -i emoji
NotoColorEmoji.ttf: "Noto Color Emoji" "Regular"
```

But Geany still doesn't crash.

So, the colored variant seems not relevant for the crash.
The remaining least common denominator seems to be Fedora (also used in #1022 and #1036). Even if, as @b4n said, one user solved it by self-compiling.
- either the tests of this user were incomplete or there other other changes involved which led to the different results
- the Geany binary compiled for the Fedora package behaves differently than a self-compiled Geany binary on the same system (thnking of different set of compiler options or something like this)

At least the second theory could be easily verified / disproved.
@hroncok could you build Geany manually (ala `./configure && make && make install`)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1041#issuecomment-739416644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201205/dbebd0f5/attachment.htm>


More information about the Github-comments mailing list