Re: Flood of non-fatal www/chromium errors
- In reply to: Gleb Popov : "Re: Flood of non-fatal www/chromium errors"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 09:05:01 UTC
Gleb Popov wrote on 2023/04/13 15:08: >> That is because there is a setenv("DBUS_SESSION_BUS_ADDRESS","disabled:" somewhere :) > > Most likely, this is > https://bugs.chromium.org/p/chromium/issues/detail?id=918234 > >> The workaround is DBUS_SESSION_BUS_ADDRESS below. > DBUS_SESSION_BUS_ADDRESS="auto > > Yep, this is the same as what I did in > https://github.com/freebsd/freebsd-ports/blob/main/textproc/obsidian/files/obsidian.in > launch:" ; export DBUS_SESSION_BUS_ADDRESS > Hmm, setenv("DBUS_SESSION_BUS_ADDRESS", "disabled:", kNoOverrideIfAlreadySet); is written in ${WRKSRC}/content/app/content_main.cc. According to the comments there, it seems to have been added by the following issue https://bugs.chromium.org/p/chromium/issues/detail?id=715658