this is showing up in my log on a new server.
What the hell is it? I get nothing on a google search
org.a11y.Bus is the D-Bus name of AT-SPI2 (https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/). Tl;dr GNOME screen reader library.
org.a11y.Busorg is weird, though, if it's not a typo, or two log lines getting mangled together, or some developer forgetting to put a newline after log output.
Why would I want a screen reader unless I am the NSA? How do I get rid of it? I think it is called by Firefox as some part of a program for the handicapped (or cripples as George Carlin rightful called them)
It's
at-spi2-core bullshit. It's not even used anymore, so can be safely stubbed out by leaving only so files, removing executable blobs from the filesystem so that this doesn't run in the background and gtk then reports that this is all unavailable, of course it's important to have this
installed so it's in pacman's DB and any other dependency doesn't pull it by force and reinstalls it by mistake:
pacman.conf:
IgnorePkg = lib32-at-spi2-core at-spi2-core
NoExtract = /etc/xdg/autostart/at-spi-dbus*
NoExtract = /usr/share/dbus-1/services/org.a11y.*
NoExtract = /usr/share/dbus-1/accessibility-services/org.a11y.*
There are also other sussy packages like
geocode, zeitgeist, ibus and more. If you google you'll run into a rabbit hole...
Also, this is absolutely for powerusers only and if someone breaks their system doing this, it's not on me. Blame gnome for having retarded frameworks that don't work and are only a burden on distro maintainers.
I have
NoExtract = usr/share/dbus-1/accessibility-services/org.a11y.*
in
pacman.conf and
export NO_AT_BRIDGE=1
in
.profile, and this
seems enough to prevent the thing from starting up. But systems vary and at-spi is not exactly well documented...
Shoun2137's solution of ignoring the whole at-spi2-core package seems tempting in some sense, but I would worry about some gtk apps failing to even start. (Haven't tried, just a hunch.) Plus you couldn't compile anything that uses gtk.
You just need to remove executables that drive this bullshit + mo translation files... As long as you leave out the so libraries present on the system, nothing will be broken, as I said, gtk will report that this particular feature is not available. Also as for that env, yeah, I forgot about it.
I am now public scolding the Op's annoying postings that polute all the sub forums all the time with one liner half questions burped in the room.
Stop this, you neither in your living room nor on (a)social media.
RTFM.