[Bug 249909] www/firefox is launching dbus-launcher even if compiled with DBUS=off

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Nov 2023 20:26:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249909

--- Comment #14 from santosd99 <santosd99@protonmail.com> ---
I almost forgot. It was necessary to build accessibility/at-spi2-core like
this:
        ATKONLY        : on
        X11            : off

And x11-toolkits/gtk30 like this:
        ATK_BRIDGE     : off
        BROADWAY       : on
        COLORD         : off
        CUPS           : off
        DEBUG          : off
        WAYLAND        : off
        X11            : on

Building those like that makes dbus not required for the gtk programs that I
use.

I only have dbus installed because of virtualbox (qt5-gui needs it), but it
also
doesn't spawn dbus processes. Here are the build options for vbox, if you're
interested:
        AIO            : on
        ALSA           : off
        DBUS           : off
        DEBUG          : off
        DOCS           : on
        GUESTADDITIONS : off
        NLS            : off
        OPUS           : off
        PYTHON         : off
        QT5            : on
        R0LOGGING      : off
        UDPTUNNEL      : on
        VDE            : off
        VNC            : on
        VPX            : off
        WEBSERVICE     : on
        X11            : on

-- 
You are receiving this mail because:
You are the assignee for the bug.