Error in: https://git.xfce.org/xfce/xfce4-session/tree/xfce4-session/xfsm-systemd.c#n105: #ifdef HAVE_POLKIT XfsmSystemd *systemd = XFSM_SYSTEMD (object); g_object_unref (G_OBJECT (systemd->authority)); g_object_unref (G_OBJECT (systemd->subject)); #endif g_object_unref (G_OBJECT (systemd->screensaver)); // <- should be before #endif
Eric Koegel referenced this bugreport in commit 560219ad500c73e0fc2c3d959f96bcb8e2a54556 fix: Compilation error with --disable-polkit (Bug #12760) https://git.xfce.org/xfce/xfce4-session/commit?id=560219ad500c73e0fc2c3d959f96bcb8e2a54556
Thanks for reporting it, marking closed.