Click to See Complete Forum and Search --> : screenshot in linux?


edwardtanguay
11-15-2000, 08:06 PM
How can I make a screenshot in Linux? In windows you can type ALT-Print which puts the current window in the scrap which you can insert into a graphic program and save as a .jpg. How can you do this with Linux? And what is the best graphic program, Gimp?

------------------
FREE Newsletter for Web Developers:
http://www.net-language.com/webdeveloper

ph34r
11-15-2000, 08:18 PM
Try this bash script


#!/bin/bash
/usr/X11R6/bin/import -window root ~/screenshot.jpg


It saves the image in your home directory with the filename screenshot.jpg

Paul Weaver
11-15-2000, 08:52 PM
ksnapshot is good for GUI lovers out there