Hello! xfmpc crash on start with error messages: % xfmpc Timeout or error() 1792 - Unknown error: 203185152 GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_unlock': Operation not permitted. Aborting. [1] 12309 abort (core dumped) xfmpc This patch fix it and all compiler warnings( deprecated glib calls, unused variables, incompatible types).
Auto-assigned to maintainer xfce@FreeBSD.org
Created attachment 150149 [details] xfmpc.patch
Created attachment 151291 [details] Unbreak build with vala 0.26 Your patch looks good, unfortunately, build still fails. Xfmpc uses GTK2 functions which are dropped in Vala since >= 0.21 release. New one unbreak build.
Fixed with revision r376716. Thanks.