Fedora 42 version not working with anaconda orca

Hello, I have Windows 11 Pro on my computer and I want to remove Windows and install Fedora 42. When I want to install with Orca, unfortunately Orca and Anaconda do not work and Anaconda does not read or voice the menus.

Is bitlocker turned on in Windoze? If so, turn it off from within Windoze and try again.

I troubleshooted this issue today and discovered that GTK3 is not correctly discovering the AT-SPI bus that allows Anaconda to connect to Orca. I’m not sure why it’s happening, but I’ve submitted a patch to work around the issue to Anaconda.

For now, you can work around this in variants like Fedora KDE Plasma Desktop by going into to the terminal and running the following commands:

export AT_SPI_BUS_ADDRESS=$( busctl call --user org.a11y.Bus /org/a11y/bus org.a11y.Bus GetAddress | sed 's/s "\(.*\)"/\1/' )
liveinst