Re: Bug#723948: libatk-bridge-2.0-0-udeb: uninstallable; depends on missing libatspi2.0-0 (>= 2.9.4)
Simon McVittie, le Thu 03 Oct 2013 12:37:07 +0100, a écrit :
> On 03/10/13 12:09, Samuel Thibault wrote:
> > AT-SPI won't need those.
> >
> > It essentially needs dbus-launch, to start dbus-daemon.
>
> Is this the session bus, or a parallel bus, or both?
I don't really know what that means. What I can see in the source code
(at-spi2-core/bus/at-spi-bus-launcher.c) is this:
name_owner_id = g_bus_own_name (G_BUS_TYPE_SESSION,
"org.a11y.Bus",
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT,
on_bus_acquired,
on_name_acquired,
on_name_lost,
_global_app,
NULL);
It does not explicitly run dbus-launch itself.
Samuel
Reply to: