LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   konsole screenshot? (https://www.linuxquestions.org/questions/slackware-14/konsole-screenshot-4175601152/)

WiseDraco 03-06-2017 03:04 AM

konsole screenshot?
 
Hey!
Slackware in default installation have any tools, to get a konsole screenshot ( i mean, without x window system, pure terminal) ?

BratPit 03-06-2017 05:04 AM

http://bisqwit.iki.fi/source/snapscreenshot.html

Turbocapitalist 03-06-2017 05:22 AM

If you are using GNU Screen, search the manual for 'hardcopy'. That allows you to save a text-only snapshot to a file.

If you have tmux, there might be a plug-in or two.

nodir 03-06-2017 05:32 AM

It can be done with one/some of the framebuffer tools (but i don't know if installed per default).
Probably fbv, mentioned at "tips and tricks" here:
https://wiki.archlinux.org/index.php/Fbterm

WiseDraco 03-07-2017 03:08 AM

Thanks to all, i stopped at
http://bisqwit.iki.fi/source/snapscreenshot.html

snapscreenshot.

by default it save all 6 consoles in one file ( looks funny), to save only first console do:

snapscreenshot --firstwin 1 -c1 -x1 >screen.jpg

zrdc28 03-08-2017 11:46 PM

Ksnapshot is the easiest way for me and it is part of slackware.

WiseDraco 03-09-2017 01:21 AM

Quote:

Originally Posted by zrdc28 (Post 5680952)
Ksnapshot is the easiest way for me and it is part of slackware.


ksnapshot not work without X

atelszewski 03-09-2017 05:33 PM

Hi,

Quote:

Originally Posted by WiseDraco (Post 5680975)
ksnapshot not work without X

Yep, because it's KDE/Qt based application.

--
Best regards,
Andrzej Telszewski

vonbiber 03-10-2017 01:58 AM

In the past I have used these tools to make screenshots from the console:
fbgrab, fbshot, fbcat, fbdump
http://fbgrab.monells.se/
http://www.sfires.net/fbshot/
(it seems that it's gone, perhaps you could get it from somewhere else, the version I have is 0.3)
http://jwilk.net/software/fbcat
http://www.rcdrummond.net/fbdump/

rkfb 03-10-2017 01:26 PM

Have a look at


Code:

$ man import
for instance:

Code:

$ sleep 5; import -window root screenshot.png

rkfb 03-10-2017 02:29 PM

Which needs an X server of course, sorry.


All times are GMT -5. The time now is 08:43 PM.