Skip to content

Instantly share code, notes, and snippets.

@pschwede
Created June 29, 2013 20:02
Show Gist options
  • Save pschwede/5892461 to your computer and use it in GitHub Desktop.
Save pschwede/5892461 to your computer and use it in GitHub Desktop.
a universal shutdownf or all freedesktops
#!/bin/bash
zenity --question --text='Shutdown?' && dbus-send --system --print-reply --dest='org.freedesktop.ConsoleKit' /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
@pschwede
Copy link
Author

Zenity shows GTK dialog boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment