https://bugs.kde.org/show_bug.cgi?id=452132
--- Comment #6 from Luke Yelavich <them...@themuso.com> --- The below was run on the host Linux install, which is now Fedora 36. I set AT_SPI_DBUS_ADDRESS after getting it from a gdbus command and then ran dolphin: [themuso@barton ~]$ gdbus call -e -d org.a11y.Bus -o /org/a11y/bus -m org.a11y.Bus.GetAddress ('unix:path=/run/user/1000/at-spi/bus_0',) [themuso@barton ~]$ export AT_SPI_BUS_ADDRESS=unix:path=/run/user/1000/at-spi/bus_0 [themuso@barton ~]$ dolphin Qt: Session management error: networkIdsList argument is NULL libpng warning: iCCP: known incorrect sRGB profile Prior to setting AT_SPI_BUS_ADDRESS, I ran dolphin, and could navigate files/folders with spoken output from Orca. After setting AT_SPI_BUS_ADDRESS as above, Orca did not speak anything when navigating files/folders in Dolphin. Unsetting AT_SPI_BUS_ADDRESS returned the previous behavior, with Orca providing spoken output. So to me here, it appears to be something in Qt. Setting AT_SPI_BUS_ADDRESS seems to not quite be enough for Qt's at-spi backend to function. -- You are receiving this mail because: You are watching all bug changes.