Comment 2 for bug 971240

Revision history for this message
Yvon TANGUY (vono22) wrote :

I have just compile and test the 3.2.1 version, and it works. When I do the same with 3.2.0b1, it doesn't work also.

After making a diff between the two versions, I saw that there is only one c file different, some translations update, and other autotool stuff.

If I just patch the file "src/gwaei/gwaei.c" with the modifications of the 3.2.1 version, it works:
~/tmp$ diff -r gwaei-3.2.0b1/src/gwaei/gwaei.c gwaei-3.2.1/src/gwaei/gwaei.c
54d53
< gdk_threads_init ();
58d56
< gdk_threads_enter ();
60d57
< gdk_threads_leave ();

Two solutions: upgrade this packga to v3.2.1 or add a patch to 3.2.0b1 version to fix gwaei.c.
Is it possible to do it ?

There is one problem still, no menu ! With Ubuntu 11.10 and gwaei 3.0.2, there is the menu in the unity bar, but not with the 3.2.1 version.