Skip to content

session: Initialize DBus error domain before resolving errors

Benjamin Berg requested to merge benzea/fix-conversation-error-reporting into master

We would not initialize the DBus error domain before we retrieved the first error, but only did so to compare the error after receiving them. This means that the first error we received will not be resolved correctly, while all subsequent ones are resolved.

Fix this by calling GDM_SESSION_WORKER_ERROR from gdm_session_class_init.

Merge request reports