--- gio/gdbusprivate.c.orig 2017-05-31 15:16:11.000000000 -0500 +++ gio/gdbusprivate.c 2017-06-24 05:53:15.000000000 -0500 @@ -2098,7 +2098,7 @@ /* TODO: use PACKAGE_LOCALSTATEDIR ? */ ret = NULL; first_error = NULL; - if (!g_file_get_contents ("/var/lib/dbus/machine-id", + if (!g_file_get_contents ("@@PREFIX@@/var/lib/dbus/machine-id", &ret, NULL, &first_error) && @@ -2108,7 +2108,7 @@ NULL)) { g_propagate_prefixed_error (error, first_error, - _("Unable to load /var/lib/dbus/machine-id or /etc/machine-id: ")); + _("Unable to load @@PREFIX@@/var/lib/dbus/machine-id or /etc/machine-id: ")); } else {