On 09/09/2008, Yan Seiner <yan at seiner.com> wrote: ... > Because most of my users will not have a terminal session open. Typically > they use a browser full-screen, so I need a popup to notify them. Spawn a sub-shell for each user, run "sudo -u $user zenity --warning 'about to reboot'" ... ? (it should work, tested here on F8).