https://bugs.kde.org/show_bug.cgi?id=422322
Bug ID: 422322 Summary: Session logout does not terminate all running user processes. Product: ksmserver Version: 5.12.8 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: da...@growingman.com CC: plasma-b...@kde.org Target Milestone: --- SUMMARY Session logout does not terminate running processes / mounted filesystems and they delay further operations. STEPS TO REPRODUCE 1. login with any user 2. start Firefox or Thunderbird 3. logout OBSERVED RESULT The following processes are typically left behind: > pgrep -au <user> /usr/lib/systemd/systemd --user (sd-pam) /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes Login back with the same user causes issues with Dbus and if a shutdown was requested, the system waits 2 minutes for them to terminate before proceeding. EXPECTED RESULT All user-related processes that got started during the session should be terminated during logout. SOFTWARE/OS VERSIONS Linux: OpenSUSE 15.1 KDE Plasma Version: 5.12.8 KDE Frameworks Version: 5.55.0 Qt Version: 5.9.7 ADDITIONAL INFORMATION The workaround I put in place was to execute fusermount -u as part of the logout process. See: https://unix.stackexchange.com/questions/590095/shutdown-is-slow-always-waiting-2-minutes-for-gvfsd-fuse-to-terminate -- You are receiving this mail because: You are watching all bug changes.