Dominique Leuenberger
e57fc17ad1
OBS-URL: https://build.opensuse.org/request/show/927985 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=467
14 lines
450 B
Diff
14 lines
450 B
Diff
Index: glib-2.70.0/gio/gdbusaddress.c
|
|
===================================================================
|
|
--- glib-2.70.0.orig/gio/gdbusaddress.c
|
|
+++ glib-2.70.0/gio/gdbusaddress.c
|
|
@@ -1337,7 +1337,7 @@ g_dbus_address_get_for_bus_sync (GBusTyp
|
|
|
|
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;
|
|
|