Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th February 2009, 01:16 PM
Ecstasy Offline
Registered User
 
Join Date: Feb 2009
Posts: 20
Lightbulb How to take screenshot in KDE?

Hey guys,

I know we need to press Prnt Screen for taking screenshots but guess what it ain't working. Is there any way to fix this or any other way that i can take SS?

Thanks in advance.
Reply With Quote
  #2  
Old 19th February 2009, 02:24 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,132
hummm when I need a screen shoot I like ksnapshot
works great

I guess you could use scrot it works great too but it's not as gooiye

Best of Luck,
Pat Jr
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #3  
Old 19th February 2009, 02:31 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
ksnapshot is so good I have continued to use it in gnome then xfce.


Last edited by JN4OldSchool; 19th February 2009 at 02:35 PM.
Reply With Quote
  #4  
Old 19th February 2009, 02:40 PM
mhtrinh's Avatar
mhtrinh Offline
Registered User
 
Join Date: Feb 2009
Location: Avignon, FRANCE
Posts: 5
Quote:
Originally Posted by Ecstasy View Post
Hey guys,

I know we need to press Prnt Screen for taking screenshots but guess what it ain't working.
In my KDE 3.5, on Fedora 8, the Print Screen key have a shortcut to ksnapshot command. To configure this, you have to go to kcontrol center, Regional Accessibility then Input actions
Reply With Quote
  #5  
Old 19th February 2009, 06:36 PM
Ecstasy Offline
Registered User
 
Join Date: Feb 2009
Posts: 20
I downloaded Ksnapshot but i can't seem to use it. Can anyone post how to use it via yum?
Reply With Quote
  #6  
Old 19th February 2009, 06:42 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Quote:
Originally Posted by Ecstasy View Post
I downloaded Ksnapshot but i can't seem to use it. Can anyone post how to use it via yum?


Did you see my screenshot? It is self explanatory. What are you talking about; yum? Yum is the package manager, what does that have to do with ksnapshot? Do you have ksnapshot installed? try running it from a terminal, the command is "ksnapshot" without the quotes. Can you elaborate on your problem?
Reply With Quote
  #7  
Old 19th February 2009, 06:57 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,132
hummm?

as root
(prompt is already there)
# yum -y install ksnapshot
--- blah blah blah
#exit

then as a user with X running (duah)
find it in the assessors or pop open a terminal or run command line

(terminal)
$ksnapshot

that's about it

Maybe scrot would be easier?
from a terminal or run command
$scrot

it drops a file in the current directory with the date and some other stuff. It defaults to png and I've nevr read up how to change it but I am sure you can. If not look up imagemagic and truly, it is magic!

Best of Luck,
pat Jr.
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #8  
Old 20th February 2009, 12:42 PM
Ecstasy Offline
Registered User
 
Join Date: Feb 2009
Posts: 20
Quote:
Originally Posted by PatMcLJr View Post
hummm?

as root
(prompt is already there)
# yum -y install ksnapshot
--- blah blah blah
#exit

then as a user with X running (duah)
find it in the assessors or pop open a terminal or run command line

(terminal)
$ksnapshot

that's about it

Maybe scrot would be easier?
from a terminal or run command
$scrot

it drops a file in the current directory with the date and some other stuff. It defaults to png and I've nevr read up how to change it but I am sure you can. If not look up imagemagic and truly, it is magic!

Best of Luck,
pat Jr.
I installed ksnapshot with the terminal command you gave but i still don't see it anywhere in my program list..

Any suggestions?
Reply With Quote
  #9  
Old 20th February 2009, 01:33 PM
PatMcLJr's Avatar
PatMcLJr Offline
Registered User
 
Join Date: Apr 2005
Location: earth
Posts: 1,132
OK then just start it with the terminal

as a user, probably you
$ ksnapshot

and it should pop right up

Best of Luck,
Pat Jr.
__________________
x--x--x
http://www.gnu.org/philosophy/free-sw.html
Freedom is never Free.
Pat Jr.
Reply With Quote
  #10  
Old 20th February 2009, 04:52 PM
Ecstasy Offline
Registered User
 
Join Date: Feb 2009
Posts: 20
It didn't.
Reply With Quote
  #11  
Old 20th February 2009, 04:56 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Quote:
Originally Posted by Ecstasy View Post
It didn't.
Did you try without the space before the command? (Pat made a typo in his last post).

edit: Also, YOU do not type in the dollar sign, this is the terminal symbol for a regular user!!! Just type ksnapshot in the terminal!

It should be:

$ksnapshot

If this does not open it then it is not installed. I suggest you install yumex which is a graphical frontend for yum. This will make it very easy to install stuff from now on.

su -
(your root password)
yum install yumex

If this does not work then you have bigger problems. It should show up in your system menu. Once installed just start yumex and do a search for ksnapshot.

Last edited by JN4OldSchool; 20th February 2009 at 04:58 PM.
Reply With Quote
  #12  
Old 20th February 2009, 06:27 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,722
I like using ImageMagick:
Code:
import -window root screenshot.png
Reply With Quote
  #13  
Old 20th February 2009, 06:35 PM
Ecstasy Offline
Registered User
 
Join Date: Feb 2009
Posts: 20
Quote:
Originally Posted by JN4OldSchool View Post
Did you try without the space before the command? (Pat made a typo in his last post).

edit: Also, YOU do not type in the dollar sign, this is the terminal symbol for a regular user!!! Just type ksnapshot in the terminal!

It should be:

$ksnapshot

If this does not open it then it is not installed. I suggest you install yumex which is a graphical frontend for yum. This will make it very easy to install stuff from now on.

su -
(your root password)
yum install yumex

If this does not work then you have bigger problems. It should show up in your system menu. Once installed just start yumex and do a search for ksnapshot.
Great, it worked finally !!

Thanks a lot buddy and everyone else also.
Reply With Quote
Reply

Tags
kde, screenshot

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I take a screenshot? macgregor Using Fedora 3 14th September 2005 06:36 PM
Anyone know how to take a screenshot from the CLI Shadow Skill Using Fedora 4 28th July 2005 07:59 PM


Current GMT-time: 09:24 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat