issues connecting to dbus
Commit f596f888 tries to catch failures, but introduces issues.
% xfce4-screensaver
dbus[9302]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3544.
This is normally a bug in some application using the D-Bus library.
dbus[9302]: arguments to dbus_message_iter_init() were incorrect, assertion "message != NULL" failed in file dbus-message.c line 2114.
This is normally a bug in some application using the D-Bus library.
dbus[9302]: dbus message iterator has already been closed, or is uninitialized or corrupt
dbus[9302]: arguments to dbus_message_iter_get_arg_type() were incorrect, assertion "_dbus_message_iter_check (real)" failed in file dbus-message.c line 2186.
This is normally a bug in some application using the D-Bus library.
dbus[9302]: arguments to dbus_message_unref() were incorrect, assertion "message != NULL" failed in file dbus-message.c line 1716.
This is normally a bug in some application using the D-Bus library.
** (xfce4-screensaver:9302): WARNING **: 07:52:51.222: failed to register with the message bus
Reverting that commit makes everything work again.
Downstream issue: https://bugs.archlinux.org/task/68576