GNOME Bugzilla – Bug 529967
Log out or Shutdown => No option to shutdown
Last modified: 2008-05-01 12:43:59 UTC
The dialog I get from "Log out or Shutdown" has no option to shutdown. I don't know if this is a: A) A generic GNOME-2.22 thing B) Something Fedora specific I guess you could claim that you can shut down when you get back to GDM .. and that's probably even the intended way to do things .. But would it be better if the menu just said "Log out"? I think the current text was designed for a more complex logout dialog that had a shutdown option right there.
Two questions: 1. Is there an option to reboot? 2. Do you have the "Show Actions Menu" option enabled in gdmsetup? See also: https://bugs.launchpad.net/ubuntu/+bug/221368 Is this the same bug (feature?)?
gnome-panel has his own implementation of the logout/shutdown dialogs. Bigboard is using the default gnome-session dialogs instead, which is supposed to support shutdown actions too. I suspect that code which queries gdm about the supported actions might not be working with the latest gdm. I'll investigate.
Except the gdm code in panel and session is basically identical...
Looks like this is Fedora specific. We apply this patch to gnome-panel which goes through consolekit to check shutdown/reboot actions:http://cvs.fedoraproject.org/viewcvs/rpms/gnome-panel/devel/gnome-panel-2.22.0-ck-shutdown.patch?rev=1.3&view=auto
Here is the upstream bug for the policy kit support. http://bugzilla.gnome.org/show_bug.cgi?id=511881 Apparently the plan for 2.24 is to handle the logout/shutdown dialogs in gnome-session and have the panel use the gnome-session API.
Opened a Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=444870 Closing this since it's Fedora specific.