On Thu February 24 2022 17:40:18 William Morder via tde-users wrote: > Does anybody know what these processes represent? > > applet.py > agent > at-spi-bus-laun Two of those names are incredibly common but: # apt-file search at-spi-bus-laun at-spi2-core: /usr/lib/at-spi2-core/at-spi-bus-launcher at-spi2-core: /usr/libexec/at-spi-bus-launcher For the first two you can find the exe and the command line from the pid. Suppose the pid is 5166. Then: # ls -l /proc/5166/exe lrwxrwxrwx 1 root root 0 Feb 23 13:37 /proc/5166/exe -> /usr/lib/xorg/Xorg # sed -e 's/\x00/ /g' /proc/5166/cmdline /usr/lib/xorg/Xorg -br -deferglyphs 16 -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-TX --Mike ____________________________________________________ tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx