Desktop Image: Use the 'Prt Scr' key. This will take a snapshot of the desktop by launching the utility gnome-panel-screenshot or ksnapshot and request where to save the resulting PNG image. if that fails (and it sometimes does) then try the command /usr/bin/gnome-panel-screenshot or ksnapshot.
Delayed Desktop Image:
Use the gnome-panel-screenshot
$ sleep 3; gnome-panel-screenshotUse ksnapshot
$ ksnapshotUse ImageMagick
$ sleep 3; import -window root ~/Screenshot.pngThis command sleeps for 3 seconds before taking the snapshot image of the desktop.
GNOME desktop basics # Print Screen
Print Screen on Redhat 4 KDE24 Feb 2014