Skip to content

flux v1.20.17

Choose a tag to compare

@itz-me-zappex itz-me-zappex released this 05 Feb 11:05

Release notes:

  • Fixed segfault in flux-event-reader in case XResQueryClientIds() returns blank pointer, never happened for me, fixed just in case.
  • Improved stability of daemon by skipping event in flux-event-reader if focused window PID is zero and avoiding print opened window info because of the same reason (due to fail of XResGetClientPid()).
  • Minor optimization in flux-event-reader, now it does not obtain PID of focused window twice to print its info as _NET_ACTIVE_WINDOW and in _NET_CLIENT_LIST_STACKING.