Reply To: Remove AT-SPI: Error message

Forum › Forums › General › Tips and Tricks › Remove AT-SPI: Error message › Reply To: Remove AT-SPI: Error message

#204346
m4r35n357
Member

    I have been attempting to disable that “service” again recently. The solution:

    export NO_AT_BRIDGE=1

    used to work, but not any more. Those lovely folks at freedesktop/ibm/redhat/gnome have restored the “functionality” of this “service” so it gets started by pretty much anything that uses gtk. I have come up with something that works:

    sudo chmod -x /usr/libexec/at-spi*

    but of course the warnings come back. IMO they are now a feature.

    I expect my changes to be reverted if gtk or whatever gets updated, so I will eventually have to consider making them immutable too, which might cause even more problems at update time.

    Bah!!!!