Franck Bui changed bug 1101591
What Removed Added
Status NEW IN_PROGRESS
CC   fbui@suse.com, fvogt@suse.com
Flags   needinfo?(fvogt@suse.com)

Comment # 8 on bug 1101591 from
@Fabian, before digging into this could you tell me if the following behavior
is expected ?

# No user logged
linux-rt5d:~ # loginctl 
   SESSION        UID USER             SEAT             TTY             
         2          0 root                                              
         1        463 sddm             seat0                            

2 sessions listed.

# Logging in
linux-rt5d:~ # loginctl 
   SESSION        UID USER             SEAT             TTY             
         2          0 root                                              
         3       1000 fbui             seat0            tty2            

2 sessions listed.

# Logging out
linux-rt5d:~ # loginctl 
   SESSION        UID USER             SEAT             TTY             
         2          0 root                                              
         3       1000 fbui             seat0            tty2            
         4        463 sddm             seat0                            

3 sessions listed.

IOW it seems that the session for my user is still active even if I logged out.

BTW it took at least 10 sec before the GUI reacted when it was asked to log
out.


You are receiving this mail because: