Christof Petig schrieb:
> I found a different segfault (patch attached). Even watercycle and
> melody now work.
of course you might as well prefer to fix it differently:
> - soundfile = g_strdup_printf("%s/%s/%s", PACKAGE_DATA_DIR "/sounds",
> + soundfile = g_strdup_printf("%s/%s", PACKAGE_DATA_DIR "/sounds",
Christof