logout/shutdown applet

Thierry de Coulon tcoulon at decoulon.ch
Thu Dec 16 17:47:25 UTC 2010


On Thursday 16 December 2010 06:36:13 pm Thierry de Coulon wrote:
> On Thursday 16 December 2010 04:50:02 pm Colin Law wrote:
> > > I use the following Nautilus script:
> > >
> > > #!/bin/bash
> > > # open Shutdown-Restart Menu
> > > exec gnome-session-save --shutdown-dialog
> >
> > That only provides the shutdown/restart options, not logout that the
> > OP is looking for

For logout replace with:

#!/bin/bash
# open Logout-Switch user Menu
exec gnome-session-save --logout-dialog

I have no solution for a single logout-shutdown-restart command, but of course 
one could program a dedicated application.

> Thierry






More information about the ubuntu-users mailing list