Skip to main content
Topic: htop (Read 188 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

htop

Hello,

I have a simple question, which i tried to google but no success.

Please what does this in htop mean>
Code: [Select]
lightdm   2459     1  0 19:10 ?        00:00:00 dbus-launch --autolaunch 79f6f2194c70e7ac4aab5a23659b04ff --binary-syntax --close-stderr


What does it autolaunch, the number?

Thanks

 

Re: htop

Reply #1
Code: [Select]
man dbus-launch
...
AUTOMATIC LAUNCHING
       If DBUS_SESSION_BUS_ADDRESS is not set for a process that tries to use D-Bus, by default the process will attempt
       to invoke dbus-launch with the --autolaunch option to start up a new session bus or find the existing bus address
       on the X display or in a file in ~/.dbus/session-bus/

       Whenever an autolaunch occurs, the application that had to start a new bus will be in its own little world; it can
       effectively end up starting a whole new session if it tries to use a lot of bus services. This can be suboptimal
       or even totally broken, depending on the app and what it tries to do.
...

There's more, you may wanna read it.