Easy way to do this would be to create a shutdown script
mcedit ~/.shutdown.sh
[code]
In the file, add these simple lines
[code]
#!/bin/bash
sudo /sbin/shutdown -t3 -h now
exit 0
[code]
If you are running PCMANFM with icons on the desktop here is what you do
open a terminal, cd to the ~/Desktop directory
make a copy of one of the .desktop files in it and name it "shutdown.desktop"
[code]
cp home.desktop shutdown.desktop
[code]
edit the file and change these lines
[code]
mcedit shutdown.desktop
Exec=sh ~/.shutdown.sh # This is the script you created previously
Name=Shutdown
Icon=/usr/share/icons/menu-Exit.png
Leave the rest of the file alone
That should give you your desktop icon...
This could be annoying though... if they mistakenly click the wrong icon, then you'd have them asking you to "fix" it all the time..[/code][/code][/code][/code][/code][/code]