LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-17-2003, 08:15 PM   #1
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Rep: Reputation: 15
Copy/Paste


Helo,
I havent figur it out yet how can i copy and paste any screen i want. It doesnt seem to work with print screen button then paste it, just like in windows.

Reply please...
 
Old 06-17-2003, 08:24 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Just highlight and paste. If you mean to do a screen capture there are literally HUNDREDS of utilities for that. I prefer The Gimp usually, that way I can quickly resize/compress it as well.

Cool
 
Old 06-17-2003, 09:10 PM   #3
aherm
Member
 
Registered: Jan 2003
Location: upNorth
Distribution: openSuSE/uBuntu
Posts: 410

Rep: Reputation: 30
I like ksnapshot :-)
 
Old 06-17-2003, 09:19 PM   #4
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Original Poster
Rep: Reputation: 15
Where will i find gimp? I want to capture a screen then print it
 
Old 06-17-2003, 09:20 PM   #5
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Original Poster
Rep: Reputation: 15
Im using Redhat 7.3....
 
Old 06-17-2003, 09:45 PM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well i know in rh8 you go to hat-->graphics-->the gimp
but if all else fails you can just open a terminal and type "gimp" at the prompt and it will open providing you have it installed..
 
Old 06-17-2003, 10:04 PM   #7
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Original Poster
Rep: Reputation: 15
i think gimp is not installed on my machine.i already typed in #gimp
no command wa found
how can i install it or check if its installed.
I just want to copy my screen and paste in an editor for printing
 
Old 06-17-2003, 10:11 PM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
ksnapshot will do that.

As for gimp, it's surely on your install CD's or on a mirror for your distro.

Cool
 
Old 06-17-2003, 10:22 PM   #9
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Original Poster
Rep: Reputation: 15
thank you replying....
i think ksnapshot is in the KDE?
how will i start the program for ksnapshot?
 
Old 06-17-2003, 11:10 PM   #10
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
If you have ImageMagick, you can do this:
Code:
import -window root screencapture.jpg
and it will capture the entire screen to screecapture.jpg in your current working directory. If you want, you can write a script that does the capture and prints the resulting file and then use your window manager to bind the PrintScreen/SysRq key to that script. . .
A simple script (with no error checking or any Good Things that are necessary in a well written script) could look something like:
Code:
#!/usr/bin/env bash
/usr/X11R6/bin/import -window root /tmp/screen.jpg
lpr /tmp/screen.jpg

Last edited by moses; 06-17-2003 at 11:37 PM.
 
Old 06-17-2003, 11:49 PM   #11
jcb_dreamvsat
Member
 
Registered: Jun 2003
Posts: 43

Original Poster
Rep: Reputation: 15
thank you for replying....
Im using RH 7.3, is there any easy way to capture my screen
 
Old 06-17-2003, 11:52 PM   #12
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Open a terminal, type in:
Code:
import -window root screencapture.jpg
Your computer will beep twice and import will create a file called screencapture.jpg that is a JPEG image of your entire screen. This file will be in your home directory and you can view/edit/print it with many different programs, including konqueror (KDE web browser), mozilla, galeon (Gnome web browser), GIMP, xv, display, etc. One of these is certain to be installed on your computer.

Last edited by moses; 06-17-2003 at 11:57 PM.
 
Old 06-18-2003, 02:23 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Above he has the script written for you, you could copy and paste that into a terminal, save it, and execute it

OR, fire up a terminal (in X) and type:
ksnapshot (Yes, it's a KDE app, but you don't have to be in KDE to use it, however it does have to be installed )
And when it opens, use it

Cool
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What is with copy and paste? General General 16 12-23-2005 06:37 PM
copy/paste help abk4523 Linux - Newbie 4 05-31-2005 06:29 AM
how to copy and paste acd copy cd paschim Linux - General 2 04-05-2004 09:25 AM
Copy and paste scottie Linux - General 4 10-29-2003 01:27 PM
Copy and Paste? cli_man Linux - General 11 05-16-2003 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration