# Start the at-spi-bus-launcher early, so it finds all desktop widgets.
# Required for MATE and possibly others.

SPI_BUS_LAUNCHER=/usr/libexec/at-spi-bus-launcher

if [ -x "$SPI_BUS_LAUNCHER" ]; then
	$SPI_BUS_LAUNCHER --launch-immediately &
fi
