You are not logged in.
Hiya folks. I usually (as of two days ago) have a running htop window open, just so I learn about about what's 'normal' and what's more unusual. Anyway I've seen the lightdm user, popping up about every 30-60 seconds. The command being triggered is /usr/lib/at-spi2-core/at-spi2-registryd and or /usr/lib/at-spi2-core/at-spi-bus-launcher
Is this normal to occur after you've logged in (which is past the lightdm process of logging in) It's usually absolutely minimal resources, I'm just curious as to the purpose of these at-spi registries and bus-launcher.
Last edited by Horizon_Brave (2015-11-29 23:53:18)
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
I'll leave it to experts for the specifics of your question, but remember you are running a lightdm openbox session, so there is much more going on than just a login.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
@Horizon_Brave,
I found this, hopefully it will be of some relevance to your question:
“Yesterday is history, tomorrow is a mystery and today a gift...
That's why they call it the present"
― Master Oogway
Offline
at-spi2-core is the base package for GNOME Accessibility which provides assistive technologies for people with disabilities (screen readers and magnifiers, on-screen keyboards, speech recognition, etc...)
https://packages.debian.org/jessie/at-spi2-core
https://wiki.gnome.org/Accessibility/IntroATs
We included it in our ISOs because, what, were going to make someone visually impaired go hunting for accessibility base-packages? I don't run it on my system as it's another daemon I don't need, but it's a very tiny load on resources and its absence will cause the GTK3 apps in BL (network-manager, evince, transmission, catfish, etc...) to create a slew of errors in ~/.xsession-errors. To remove...
sudo apt-get purge at-spi2* && sudo apt-get --purge autoremove
I don't care what you do at home. Would you care to explain?
Offline
@Horizon_Brave,
I found this, hopefully it will be of some relevance to your question:
Thanks Panda, you're link, led me to this as well which pin points a lot of start up processes and their definitions:
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
at-spi2-core is the base package for GNOME Accessibility which provides assistive technologies for people with disabilities (screen readers and magnifiers, on-screen keyboards, speech recognition, etc...)
https://packages.debian.org/jessie/at-spi2-core
https://wiki.gnome.org/Accessibility/IntroATsWe included it in our ISOs because, what, were going to make someone visually impaired go hunting for accessibility base-packages? I don't run it on my system as it's another daemon I don't need, but it's a very tiny load on resources and its absence will cause the GTK3 apps in BL (network-manager, evince, transmission, catfish, etc...) to create a slew of errors in ~/.xsession-errors. To remove...
sudo apt-get purge at-spi2* && sudo apt-get --purge autoremove
Thanks hhh! I just missed your reply, but that answers my question exactly! Much appreciated
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
To quote my local bartender, word!
I don't care what you do at home. Would you care to explain?
Offline