On Thu February 24 2022 18:20:17 William Morder via tde-users wrote:
/proc/2666/exe ->
/usr/libexec/geoclue-2.0/demos/agent
/proc/2660/exe -> /usr/bin/python3.9
This is what I got back. They seem to have been dragged in when I trying to
get tork-trinity working. I don't think they are actual dependencies, hard
or otherwise, for that program.
You can always try "dpkg --purge --dry-run geoclue-2.0" to see if it would
be OK to remove geoclue-2.0. A lot of Gnome uses it but if you're using
TDE you might not need Gnome.
For proc 2660 you'll need to find out what command line is being passed to
python with:
sed -e 's/\x00/ /g' /proc/2660/cmdline
Regarding the last item:
/proc/2656/exe -> /usr/libexec/at-spi-bus-launcher
I don't quite know what to make of it. Never seen before, so I wonder if
it's necessary.
Again you can try "dpkg --purge --dry-run at-spi2-core" to see if it is
removable. Again a fair number of Gnome packages depend on it.
--Mike