Dominique Leuenberger
f166335523
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880936 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=450
14 lines
450 B
Diff
14 lines
450 B
Diff
Index: glib-2.67.3/gio/gdbusaddress.c
|
|
===================================================================
|
|
--- glib-2.67.3.orig/gio/gdbusaddress.c
|
|
+++ glib-2.67.3/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;
|
|
|