Created attachment 5413 Update deprecated polkit_unix_process_new function Hello, While building latest dev release of xfce4-session on Fedora 20 I have noticed the next warning xfsm-systemd.c:79:3: warning: 'polkit_unix_process_new' is deprecated (declared at /usr/include/polkit-1/polkit/polkitunixprocess.h:51): Use polkit_unix_process_new_for_owner instead [-Wdeprecated-declarations] systemd->subject = polkit_unix_process_new (getpid()); I am attaching a simple patch for it Also answer from Eric Koegel from xfce4-dev ml below polkit_unix_process_new_for_owner looks like it was introduced in 0.102 which was released in 2011-08-01 so we will probably need to change: -XDT_CHECK_OPTIONAL_PACKAGE([SYSTEMD], [polkit-gobject-1], [0.100], +XDT_CHECK_OPTIONAL_PACKAGE([SYSTEMD], [polkit-gobject-1], [0.102], in configure.ac.in as well.
Thanks, pushed your patch to master: http://git.xfce.org/xfce/xfce4-session/commit/?id=18f1fc427f10bdd8c65027bd7f839d3a1a630fb8