unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23193: Cannot enable logout button in GNOME
@ 2016-04-02 21:03 Chris Marusich
  2016-05-15  2:56 ` 宋文武
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Marusich @ 2016-04-02 21:03 UTC (permalink / raw)
  To: 23193

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

Hi,

I'm using GuixSD v0.10.0.  The default GNOME installation does not have
the "log out" button enabled by default.  I've heard that this is the
new default in GNOME, so it's probably not an issue we need to fix.
However, I cannot seem to enable it at all.

My understanding is that you should be able to enable the "log out"
button with a command like the following:

gsettings set org.gnome.shell always-show-log-out true

I've tried this.  Even though running

gsettings get org.gnome.shell always-show-log-out

shows that the setting was stored as 'true' (even after rebooting), the
"log out" button does not get displayed when I log into GNOME.  Maybe
I'm looking in the wrong spot: I expected to find it near the "tools"
and "power" buttons, which are located in the menu that appears when you
click on the upper right corner of the GUI.

How can I enable the logout button in GNOME?

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-04-02 21:03 bug#23193: Cannot enable logout button in GNOME Chris Marusich
@ 2016-05-15  2:56 ` 宋文武
  2016-05-15  5:50   ` Chris Marusich
  0 siblings, 1 reply; 9+ messages in thread
From: 宋文武 @ 2016-05-15  2:56 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 23193

Chris Marusich <cmmarusich@gmail.com> writes:

> Hi,
>
> I'm using GuixSD v0.10.0.  The default GNOME installation does not have
> the "log out" button enabled by default.  I've heard that this is the
> new default in GNOME, so it's probably not an issue we need to fix.
> However, I cannot seem to enable it at all.
>
> My understanding is that you should be able to enable the "log out"
> button with a command like the following:
>
> gsettings set org.gnome.shell always-show-log-out true
>
> I've tried this.  Even though running
>
> gsettings get org.gnome.shell always-show-log-out
>
> shows that the setting was stored as 'true' (even after rebooting), the
> "log out" button does not get displayed when I log into GNOME.  Maybe
> I'm looking in the wrong spot: I expected to find it near the "tools"
> and "power" buttons, which are located in the menu that appears when you
> click on the upper right corner of the GUI.
The gsettings trick does work for me, and the “Log Out” action will under
the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-15  2:56 ` 宋文武
@ 2016-05-15  5:50   ` Chris Marusich
  2016-05-15 17:45     ` Leo Famulari
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Marusich @ 2016-05-15  5:50 UTC (permalink / raw)
  To: 宋文武; +Cc: 23193

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

iyzsong@member.fsf.org (宋文武) writes:

> The gsettings trick does work for me, and the “Log Out” action will under
> the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).

I see!  So the "log out" button is just hiding.  I can confirm that this
works for me, too.  Thank you for explaining where the logout button was
hiding.

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-15  5:50   ` Chris Marusich
@ 2016-05-15 17:45     ` Leo Famulari
  2016-05-15 20:21       ` Chris Marusich
  0 siblings, 1 reply; 9+ messages in thread
From: Leo Famulari @ 2016-05-15 17:45 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 宋文武, 23193

On Sat, May 14, 2016 at 10:50:52PM -0700, Chris Marusich wrote:
> iyzsong@member.fsf.org (宋文武) writes:
> 
> > The gsettings trick does work for me, and the “Log Out” action will under
> > the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).

I can't find anything about the "gsettings trick" — can you explain it
to me? :)

> 
> I see!  So the "log out" button is just hiding.  I can confirm that this
> works for me, too.  Thank you for explaining where the logout button was
> hiding.
> 
> -- 
> Chris

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-15 17:45     ` Leo Famulari
@ 2016-05-15 20:21       ` Chris Marusich
  2016-05-16  2:54         ` Leo Famulari
  2016-05-16 12:19         ` Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Chris Marusich @ 2016-05-15 20:21 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 宋文武, 23193

[-- Attachment #1: Type: text/plain, Size: 700 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Sat, May 14, 2016 at 10:50:52PM -0700, Chris Marusich wrote:
>> iyzsong@member.fsf.org (宋文武) writes:
>> 
>> > The gsettings trick does work for me, and the “Log Out” action will under
>> > the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).
>
> I can't find anything about the "gsettings trick" — can you explain it
> to me? :)

Sure.  If you set the following gsettings property to true, then the
logout button will be enabled:

$ gsettings set org.gnome.shell always-show-log-out true

You can view the current value with:

$ gsettings get org.gnome.shell always-show-log-out

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-15 20:21       ` Chris Marusich
@ 2016-05-16  2:54         ` Leo Famulari
  2016-05-16 12:19         ` Ludovic Courtès
  1 sibling, 0 replies; 9+ messages in thread
From: Leo Famulari @ 2016-05-16  2:54 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 宋文武, 23193

On Sun, May 15, 2016 at 01:21:58PM -0700, Chris Marusich wrote:
> Leo Famulari <leo@famulari.name> writes:
> 
> > On Sat, May 14, 2016 at 10:50:52PM -0700, Chris Marusich wrote:
> >> iyzsong@member.fsf.org (宋文武) writes:
> >> 
> >> > The gsettings trick does work for me, and the “Log Out” action will under
> >> > the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).
> >
> > I can't find anything about the "gsettings trick" — can you explain it
> > to me? :)
> 
> Sure.  If you set the following gsettings property to true, then the
> logout button will be enabled:
> 
> $ gsettings set org.gnome.shell always-show-log-out true
> 
> You can view the current value with:
> 
> $ gsettings get org.gnome.shell always-show-log-out

Thanks!

For anyone following along, this probably won't work over SSH. You have
to using the graphical environment.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-15 20:21       ` Chris Marusich
  2016-05-16  2:54         ` Leo Famulari
@ 2016-05-16 12:19         ` Ludovic Courtès
  2016-05-16 14:45           ` Chris Marusich
  1 sibling, 1 reply; 9+ messages in thread
From: Ludovic Courtès @ 2016-05-16 12:19 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 宋文武, 23193

Chris Marusich <cmmarusich@gmail.com> skribis:

> Leo Famulari <leo@famulari.name> writes:
>
>> On Sat, May 14, 2016 at 10:50:52PM -0700, Chris Marusich wrote:
>>> iyzsong@member.fsf.org (宋文武) writes:
>>> 
>>> > The gsettings trick does work for me, and the “Log Out” action will under
>>> > the ‘User’ menu (it’s below the ‘Battery’ menu, only icon and no name).
>>
>> I can't find anything about the "gsettings trick" — can you explain it
>> to me? :)
>
> Sure.  If you set the following gsettings property to true, then the
> logout button will be enabled:
>
> $ gsettings set org.gnome.shell always-show-log-out true

Does that mean that upstream chose to hide the “log out” button by
default?  Or is it a bug on our side that leads to this setting?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-16 12:19         ` Ludovic Courtès
@ 2016-05-16 14:45           ` Chris Marusich
  2016-05-16 20:11             ` Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Marusich @ 2016-05-16 14:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 宋文武, 23193

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

ludo@gnu.org (Ludovic Courtès) writes:

> Does that mean that upstream chose to hide the “log out” button by
> default?  Or is it a bug on our side that leads to this setting?

I think GNOME now hides it by default, so this is the intended default
behavior:

http://www.ryanlerch.org/blog/no-logout-option-in-the-gnome-shell-user-menu/

I can't find an official GNOME bug report related to this, but it seems
plausible to me.  Since we have confirmed that it is possible to enable
the logout button via gsettings, I think we can close this bug report.

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#23193: Cannot enable logout button in GNOME
  2016-05-16 14:45           ` Chris Marusich
@ 2016-05-16 20:11             ` Ludovic Courtès
  0 siblings, 0 replies; 9+ messages in thread
From: Ludovic Courtès @ 2016-05-16 20:11 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 宋文武, 23193, request

tags 23193 notabug
close 23193
thanks

Chris Marusich <cmmarusich@gmail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Does that mean that upstream chose to hide the “log out” button by
>> default?  Or is it a bug on our side that leads to this setting?
>
> I think GNOME now hides it by default, so this is the intended default
> behavior:
>
> http://www.ryanlerch.org/blog/no-logout-option-in-the-gnome-shell-user-menu/
>
> I can't find an official GNOME bug report related to this, but it seems
> plausible to me.  Since we have confirmed that it is possible to enable
> the logout button via gsettings, I think we can close this bug report.

OK, done.  :-)  Thanks for investigating!

Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-16 20:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-02 21:03 bug#23193: Cannot enable logout button in GNOME Chris Marusich
2016-05-15  2:56 ` 宋文武
2016-05-15  5:50   ` Chris Marusich
2016-05-15 17:45     ` Leo Famulari
2016-05-15 20:21       ` Chris Marusich
2016-05-16  2:54         ` Leo Famulari
2016-05-16 12:19         ` Ludovic Courtès
2016-05-16 14:45           ` Chris Marusich
2016-05-16 20:11             ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).