Hello,

Recently working on a new system using x2go on Ubuntu 20.04 linux.

Noticed something different that we never experienced previously on 18.04.

Reboots usually clear all sessions per user.

After reboot on 18.04, you would see the following output from the linux command:

%ps -elf | grep username

4 S username       xxxx     1  0  80   0 - xxxxx -      15:20 ?        00:00:00 /lib/systemd/systemd --user
5 S username       xxxx  xxxx  0  80   0 - xxxxx -      15:20 ?        00:00:00 (sd-pam)


However, after reboot on the Ubuntu 20.04 system, I see the following output:

4 S username XXXX 1 0 80 0 - XXXX - 20:44 ? 0:00:00 /lib/systemd/systemd --user
5 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 (sd-pam)
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/bin/pulseaudio
0 S username XXXX XXXX 0 99 - - XXXX - 20:44 ? 0:00:00 /usr/libexec/tracker-miner-fs
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfsd 
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfsd-fuse /run/user/1020/gvfs -f -o big_writes
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfs-afc-volume-monitor
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfs-mtp-volume-monitor
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/gvfs-goa-volume-monitor
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/goa-daemon
0 S username XXXX XXXX 0 80 0 - XXXX - 20:44 ? 0:00:00 /usr/libexec/goa-identity-service


This behavior occurs after login to x2goclient for just one time. The usernames appear in the "top" commmand output with goa-identity-se process despite not logging for a x2goclient session after a reboot.

Is there some setting one can change in x2go for Ubuntu 20.04, so these processes aren't running if a person hasn't logged in x2goclient session after reboot?

Thanks.

h.