Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guake tabs start user sessions which don't end when closing tabs. #1826

Open
ekulno opened this issue Jan 8, 2021 · 1 comment
Open

Guake tabs start user sessions which don't end when closing tabs. #1826

ekulno opened this issue Jan 8, 2021 · 1 comment

Comments

@ekulno
Copy link

ekulno commented Jan 8, 2021

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.

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.1 LTS
Release:	20.04
Codename:	focal

$ gnome-shell --version
GNOME Shell 3.36.4

$ guake --version
Guake Terminal: 3.6.3
VTE: 0.60.3
VTE runtime: 0.60.3
Gtk: 3.24.20
@Davidy22
Copy link
Collaborator

Davidy22 commented Sep 6, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants