www/chromium runs but drop down menu vanishes on Pi4

Tatsuki Makino tatsuki_makino at hotmail.com
Thu May 6 20:50:33 UTC 2021


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.



More information about the freebsd-ports mailing list