Comment 36 for bug 971240

Revision history for this message
Zachary Dovel (zakkudo2) wrote :

> crashes? I didn't have it installed, so morphologic analysis didn't work, but I could use gwaei otherwise.

This seems to be an ubuntu issue (I was able to reproduce) which I am going to try to fix in the C code. It is unrelated to the deb configuration though you could make it not crash by forcing the dictionary as a requre. Norbert, you probably don't see the issue like I don't see the issue on my Arch Linux install.

> Changing the menubar causes a crash (which happens when you open the
> vocabulary window)
>
> What do you mean with "changing the menubar"?
> > The last 2 are caused by all these new menu systems everybody is using
> > and they are not very stable yet. (Things crash in the api that should
> > not.)

The vocabulary window uses a different menubar than the search window. When it switches, the experimental versions of gtk+-3.5 crash with gWaei. I got the gtk guys to do patch last night because they like me. :) This means that gwaei won't crash like heck on Ubuntu 12.10 (releasing next month.)

I got the dictionary shortcuts working last night with gtk_application_add_accelerator(). The function was only just recently documented on <http://developer.gnome.org/gtk3/3.5/GtkApplication.html> though it exists in 3.4 too.