On Thu, Apr 13, 2023 at 12:21:39PM +0900, Tatsuki Makino wrote: > bob prohaska wrote on 2023/04/13 11:18: > > Running www/chromium (from ports via poudriere) on a Pi4 > > reports a stream of > > [30033:1100602368:0412/190147.848068:ERROR:bus.cc(399)] Failed to connect > > to the bus: Could not parse server address: Unknown address type (examples > > of valid types are "tcp" and on UNIX "unix") > > messages. > > > > That is because there is a setenv("DBUS_SESSION_BUS_ADDRESS","disabled:" > somewhere :) > And it is also written in the nearby comments about why it is written. > > The workaround is DBUS_SESSION_BUS_ADDRESS below. > DBUS_SESSION_BUS_ADDRESS="autolaunch:" ; export DBUS_SESSION_BUS_ADDRESS
Thank you, that turned off the recurrent errors. bob prohaska