LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   PrintScreen problem (https://www.linuxquestions.org/questions/linux-newbie-8/printscreen-problem-278540/)

xennetwork 01-16-2005 02:39 PM

PrintScreen problem
 
i cant take a screen shot, is there any software for linux?

david_ross 01-16-2005 02:42 PM

From the CLI take a look at "import" or you can use the acquire option in the gimp.

Tinkster 01-16-2005 02:42 PM

Yes, several ... and many Desktop Emvironments come
with such software, too ... what are you using?


Cheers,
Tink

xennetwork 01-16-2005 02:53 PM

i use Suse

dns21 01-16-2005 02:56 PM

You may have it. KDE comes with KSnapshot. If you don't, just install it. I have no clue why the printscreen button doesn't work in linux though.

Tinkster 01-16-2005 03:27 PM

Because you didn't assign any functionality to it?

I just did a little test with KDE ...

create a script shot
Code:

#!/bin/bash
import -window root ~/screen.jpg

Make it executable.
Create a menu-entry in KDE Menu editor for it.
Assign PrtScr as the hotkey to it.

Voila. Every time you hit print screen you'll have the
latest screendump in your home directory. If you'd
like to keep versions, edit the script above accordingly.



Cheers,
Tink

pete123 01-16-2005 05:13 PM

Creating a script to do it looks fun but maybe a bit excessive.

This is my solution(while using KDE, the default in suse)

Go > control center > Regional & Accessability > KHotKeys > New Action

Give it a name like screenshot

then in the "triggers" section new > shortcut trigger

click on the button that says "none" and press the desired key i.e "Print screen"

Then goto the actions tab new > Command/URL and in there enter "ksnapshot"


save and exit control center and now hopefully you can take screenshots :)


All times are GMT -5. The time now is 07:54 PM.