Results 11 to 20 of 22
Jay, did you get my PM about this? Here's a good page about taking screens from the CLI:
How to Take a Screenshot in Linux With the Terminal (ImageMagick)
Look ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-12-2008 #11
Jay, did you get my PM about this? Here's a good page about taking screens from the CLI:
How to Take a Screenshot in Linux With the Terminal (ImageMagick)
Look about halfway down the page. The command is essentially:
You can of course vary the sleep time. Use that command and rename the screenshot each time.Code:sleep 15; import -window root MyScreenshot3.png; gimp MyScreenshot3.png;
- 10-12-2008 #12
Nope... never got a notification about the PM, but I just looked and there it was
I'll give this a shot and see if I have any luck!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-12-2008 #13forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Here are some quick commands for you, using of course the import command that I posted above:
...produces crosshairs that can be used to select a window, or the root window, or a selected area. click the window you want to take a screenshot of, or click in root window, or select a part of the screen by dragging your mouse.Code:import screenshot.png
...produces screenshot of the entire screenCode:import -window root screenshot.png
...produces a screenshot of a frameCode:import -frame frameshot.png
...you can use the sleep option above to cause a pause before the screenshot is executedCode:(active area) sleep 3; import screenshot.png (entire screen) sleep 5; import -window root screenshot.png (active window) sleep 3; import -frame frameshot.png
oz
- 10-27-2008 #14
A late after-thought here...
First, I want to thank you guys for all the suggestions!

Oddly enough, I ran into problems with both the GIMP and with ImageMagick. I plan on troubleshooting them on my own, but if you have any suggestions, they would indeed be welcome!
I couldn't use GIMP cuz there was a dependency problem with something called gegl. Version 0.0.20-1 wasn't available.
And as far as ImageMagick (which really looks great!) it just said 'import: command not found'
Using the links provided, though, I did manage to get going with scrot. Which is fine with me for getting a basic screenie, but if I want to crop anything I'm still shafted!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-27-2008 #15
Hmmm. Can't understand why gimp won't install for you. Did you do:
? You might try installing gegl separately, then try installing gimp. Funny that it's asking for gegl since it isn't even installed on mine and gimp works perfectly.Code:prt-get depinst gimp
- 10-27-2008 #16
Yeah, I tried to install GIMP with depinst as an option. Got
So I tried 'prt-get depinst gegl' and it fed me an identical message.Code:packages where install failed gegl
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-27-2008 #17
Look mearlier in the compile. There should be some error. The first one you run into is usually the culprit. Also, make sure it isn't a footprint mismatch or a midsum mismatch that's the problem. You can get around those (if you feel it is okay to do) by doing either the -im or -if options. So if you wanted to ignore both, it would be:
Do:Code:prt-get depinst -im -if gegl
Fpr all the options. I'm going to try to install gegl and see if it gives me similar problems.Code:prt-get help
- 10-27-2008 #18
You were right on the money, Dan!
Footprint mismatch! Now, mind you, I'm not all that sure of what that means yet, so I'll do a bit of Googling in a bit. If nothing seems too flaky about it, I'll try the options you gave in the above post.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-05-2008 #19
Dapper Dan is the man!
After everything else I tried... I shoulda just went with it!That did it. I now have a working GIMP.prt-get depinst -im -if gegl
Bananas all around!

Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-05-2008 #20







