Index: glib-2.56.1/gio/gdbusaddress.c =================================================================== --- glib-2.56.1.orig/gio/gdbusaddress.c 2018-02-06 16:44:20.000000000 +0100 +++ glib-2.56.1/gio/gdbusaddress.c 2018-04-07 16:53:59.200857044 +0200 @@ -1624,7 +1624,7 @@ g_dbus_address_get_for_bus_sync (GBusTyp ret = g_strdup (g_getenv ("DBUS_SYSTEM_BUS_ADDRESS")); if (ret == NULL) { - ret = g_strdup ("unix:path=/var/run/dbus/system_bus_socket"); + ret = g_strdup ("unix:path=/run/dbus/system_bus_socket"); } break;