Skip to content

Correctly get session path

Simon Ser requested to merge github/fork/acrisci/bug/session-path into master

Created by: acrisci

The old way of getting the session path was to simply append the session id to the path "/org/freedesktop/login1/session/". However this is not the correct path for newer systems like Fedora 26.

Instead, get the session path directly from the session manager from the id via a dbus call to GetSession().

fixes #35 (closed)

Merge request reports