! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Compilation error with --disable-polkit
Status:
RESOLVED: FIXED
Product:
Xfce4-session
Component:
General

Comments

Description Andrzej editbugs 2016-08-12 00:16:34 CEST
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
Comment 1 Git Bot editbugs 2017-07-18 17:19:18 CEST
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
Comment 2 Eric Koegel editbugs 2017-07-19 04:59:27 CEST
Thanks for reporting it, marking closed.

Bug #12760

Reported by:
Andrzej
Reported on: 2016-08-12
Last modified on: 2017-07-19

People

Assignee:
Eric Koegel
CC List:
4 users

Version

Version:
Unspecified

Attachments

Additional information