You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time I open a new tab in Guake, the number of users reported by the users command increases. Closing tabs does not decrease the number. Example, for user named foo after opening two guake tabs:
users
foo foo foo
^ that's one session after logging in, and one session for each of the two guake tabs.
Workaround: sudo killall guake
This is unlike the behavior of the built-in terminal, where the output of users is unaffected by the number of tabs.
Was able to recreate the user creation trivially, and the users not being cleaned up occurs when closing tabs with CTRL+D but not with the close tab keybinding.
Each time I open a new tab in Guake, the number of users reported by the
users
command increases. Closing tabs does not decrease the number. Example, for user namedfoo
after opening two guake tabs:^ that's one session after logging in, and one session for each of the two guake tabs.
Workaround:
sudo killall guake
This is unlike the behavior of the built-in terminal, where the output of
users
is unaffected by the number of tabs.The text was updated successfully, but these errors were encountered: