Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Art & Imaging in Linux > [SOLVED] Screenshots & such?

Forgot Password?
 Art & Imaging in Linux   Stuff made with The GIMP and/or others

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 10-12-2008   #11 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
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:
Code:
sleep 15; import -window root MyScreenshot3.png; gimp MyScreenshot3.png;
You can of course vary the sleep time. Use that command and rename the screenshot each time.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  



Old 10-12-2008   #12 (permalink)
Linux Guru
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, Kentucky
Posts: 1,728
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

Forum Rules
Registered Linux User #463940
Not every story has an ending... but they all have more chapters.
jayd512 is offline  
Old 10-12-2008   #13 (permalink)
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 13,023
Here are some quick commands for you, using of course the import command that I posted above:

Code:
import screenshot.png
...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 -window root screenshot.png
...produces screenshot of the entire screen



Code:
import -frame frameshot.png
...produces a screenshot of a frame



Code:
(active area)     sleep 3; import screenshot.png
(entire screen)   sleep 5; import -window root screenshot.png
(active window)   sleep 3; import -frame frameshot.png
...you can use the sleep option above to cause a pause before the screenshot is executed
__________________
oz

New Members: * README *
ozar is offline  
Old 10-27-2008   #14 (permalink)
Linux Guru
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, Kentucky
Posts: 1,728
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

Forum Rules
Registered Linux User #463940
Not every story has an ending... but they all have more chapters.
jayd512 is offline  
Old 10-27-2008   #15 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
Hmmm. Can't understand why gimp won't install for you. Did you do:
Code:
prt-get depinst gimp
? 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.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  
Old 10-27-2008   #16 (permalink)
Linux Guru
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, Kentucky
Posts: 1,728
Yeah, I tried to install GIMP with depinst as an option. Got
Code:
packages where install failed
gegl
So I tried 'prt-get depinst gegl' and it fed me an identical message.
__________________
Jay

Forum Rules
Registered Linux User #463940
Not every story has an ending... but they all have more chapters.
jayd512 is offline  
Old 10-27-2008   #17 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan
Quote:
Originally Posted by jayd512 View Post
Yeah, I tried to install GIMP with depinst as an option. Got
Code:
packages where install failed
gegel
So I tried 'prt-get depinst gegl' and it fed me an identical message.
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:
Code:
prt-get depinst -im -if gegl
Do:
Code:
prt-get help
Fpr all the options. I'm going to try to install gegl and see if it gives me similar problems.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  
Old 10-27-2008   #18 (permalink)
Linux Guru
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, Kentucky
Posts: 1,728
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

Forum Rules
Registered Linux User #463940
Not every story has an ending... but they all have more chapters.
jayd512 is offline  
Old 11-05-2008   #19 (permalink)
Linux Guru
 
jayd512's Avatar
 
Join Date: Feb 2008
Location: Louisville, Kentucky
Posts: 1,728
Dapper Dan is the man!
After everything else I tried... I shoulda just went with it!
Quote:
prt-get depinst -im -if gegl
That did it. I now have a working GIMP.
Bananas all around!

__________________
Jay

Forum Rules
Registered Linux User #463940
Not every story has an ending... but they all have more chapters.
jayd512 is offline  
Old 11-05-2008   #20 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,155
Send a message via AIM to Dapper Dan



__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 04:50 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1