[go: nahoru, domu]

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

Always show the logout menu in gnome #3953

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

kindrowboat
Copy link
Contributor

Gnome by default does not display the user section which contains the
logout option in the system menu when there is only one user. This is
a problem because there is normally only one user in a crouton chroot,
and there is no other way for the user to exit the chroot from the UI
(though it can be done using the CLI.) In this commit I install
dconf-tools and specifies a new system wide default to always show the
logout option.

I also incidentally separated the gnome packages in new lines and
alphabetized them for readability.

Fixes: #3243

Gnome by default does not display the user section which contains the
logout option in the system menu when there is only one user. This is
a problem because there is normally only one user in a crouton chroot,
and there is no other way for the user to exit the chroot from the UI
(though it can be done using the CLI.) In this commit I install
dconf-tools and specifies a new system wide default to always show the
logout option.

I also incidentally separated the gnome packages in new lines and
alphabetized them for readability.

Fixes: dnschneid#3243
@dnschneid
Copy link
Owner

Wow, this is obscure. Thanks!
What releases have you tested against?

@kindrowboat
Copy link
Contributor Author

I've tested this with Xenial, Trusty, stretch, and buster.

Xenial and stretch worked great. Trusty successfully installed, but the logout option still didn't display. I think this is because that the org/gnome/shell.always-show-log-outd dconf setting didn't exist in older Gnome versions, but I don't think adding it hurts anything. I couldn't get buster to install because of #3930.

@dnschneid dnschneid merged commit 84e5480 into dnschneid:master Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants