Comment 5 for bug 1322275

Revision history for this message
Christian Uceda (christianuceda) wrote :

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 {}