To get rid of the proliferation of sessions I run this on a script:

loginctl | awk '$3~/lightdm/ {print $1}' | xargs -I{} loginctl 
terminate-session {}
ps aux | awk '$0~/^[l]ightdm.*indicator-services-start/ {print $2}' | xargs 
-I{} kill -9 {}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1322275

Title:
  lightdm sessions started by dm-tool lock (or a session locker) never
  get closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1322275/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to