Solved user shutdown

Hi!

I start GNOME 3.14.2 with GDM. It works very good but I don't know why user has just option "Log Out" and not also "shutdown". My user is member of wheel and operator group. I can restart or shutdown computer from terminal but as I wrote before I don't have option in the menu.
It was the same as I start GNOME with startx.
In /usr/local/etc/PoliyKit/PolicyKit.conf I have:
Code:
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
  <match user="root">
  <return result="yes"/>
  </match>
  <define_admin_auth group="wheel"/>
</config>
Thank you.
 
Hi,

I don't use GNOME 3 anymore but I recall having to push the <right-alt> (or left maybe) key of the keyboard to make the shutdown option to appear. It is may be a different problem in your case though.
 
Thank you very much. I think the problem was because I played with different extensions and I screw something :).
 
Back
Top