bob prohaska wrote on 2021/05/07 03:48: > [1881:100622:0506/112524.929414:ERROR:bus.cc(393)] Failed to connect to the > bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such > file or directory > [1881:100622:0506/112524.929991:ERROR:bus.cc(393)] Failed to connect to the > bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such > file or directory > [1881:100622:0506/112524.930610:ERROR:bus.cc(393)] Failed to connect to the > bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such > file or directory
Maybe the dbus needs the session bus to be started? With a script like the one described in dbus-launch manpage. I have written the following in ~/.xinitrc. eval `dbus-launch --sh-syntax --exit-with-x11` Also, in the ssh -X shell, the following seems to be necessary. # The ENV SHELL has already been defined for this environment. eval `dbus-launch --auto-syntax --exit-with-session` Regards. _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"