Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 05:50:21 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: www/chromium runs but drop down menu vanishes on Pi4
Message-ID:  <PSAPR03MB56396D8C0B00FCC52DC232B1FA589@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <20210506184856.GA67954@www.zefox.net>
References:  <bug-246982-35337@https.bugs.freebsd.org/bugzilla/> <bug-246982-35337-4KpUDO6pP6@https.bugs.freebsd.org/bugzilla/> <20210506184856.GA67954@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB56396D8C0B00FCC52DC232B1FA589>