Questions tagged [screenshot]

This tag is for asking questions about taking screenshots in X.

Further reading:

110 questions
47
votes
2 answers

How to stop recording with Kazam

Using Kazam 1.4.5 on Debian stretch, How to stop recording with Kazam? The problem is: the icon on the task-bar does not allows any interaction, so I am looking for some shortcut with the keyboard, however, I could not find any. The result is,…
Adrian Maire
  • 1,896
  • 4
  • 19
  • 30
40
votes
11 answers

How can I easily make screenshots of screen regions on Arch Linux with i3 WM?

About a month ago I switched from Ubuntu 14.04 LTS to Arch and I'm quite happy with this decision. However, I miss some features with my new distro, especially Shift+printscr which in Unity allows selection of a screen region to be captured. I use…
ddnomad
  • 1,928
  • 2
  • 15
  • 31
32
votes
7 answers

Why doesn't pressing the "PrtScrn" button open Gnome's screenshot window?

There's a pretty detailed set of instructions for how to take screenshots under debian online. The first paragraph suggests that debian supports an inbuilt screenshot facility: "Print Screen" key to take a screenshot of the whole screen. Alt+"Print…
quant
  • 4,061
  • 10
  • 34
  • 50
23
votes
1 answer

How do I take a screen shot of my Xvfb buffer?

I'm using Amazon Linux. I want to run a headless chromium browser to use on my node.js Selnium tests. So I fire up my Xvfb server like so ... if ! pidof /usr/bin/Xvfb; then Xvfb :0 -screen 5 1024x768x8 & fi However, when I try and take a…
Dave
  • 2,348
  • 21
  • 54
  • 84
15
votes
1 answer

Screenshot of X from tty

Using Xvfb I can launch an application and take a screenshot. What I'm wondering about is how to capture from an existing (dormant) X session. Say from tty or over ssh. From what I understand windows are unmapped and does not exist to preserve…
Runium
  • 28,133
  • 5
  • 50
  • 71
13
votes
8 answers

Record screen in X

How can I record all activity on the screen for a certain amount of time? I know about tools like xwd that capture a still image; can they be extended to record video? I'd prefer not using any fancy debian tools or ImageMagick utilities
evil.coder
11
votes
5 answers

How to do a print screen or capture an area of the screen

Is there an equivalent of the Window's Print Screen + Paste (or better yet the Mac OS Cmd+Shift+4, Space) in Gnome?
Abdullah Jibaly
  • 615
  • 2
  • 6
  • 9
11
votes
4 answers

Capturing area of the screen without a Desktop Environment?

I'm running OpenSuse with dwm as a window manager. Since I made the switch from KDE, I haven't found a way to take a screenshot or even capture part of my screen. Is there a way I can do this in a command-line environment?
n0pe
  • 9,411
  • 13
  • 60
  • 108
10
votes
6 answers

Screenshot of non active window

How to take a screen shot of non active window? If I have 2 windows, I want to capture the screenshot of the one which is running in the background.
spendyala
  • 169
  • 2
  • 7
9
votes
3 answers

Copying image from scrot into clipboard after capture

I've grown affection to scrot as a simple screenshot utility, but it lacks one thing i would greatly appreciate--a way to copy your capture and have it in your clipboard automatically. I've added a line to .bash_aliases that automatically puts it in…
lcdhead
  • 91
  • 1
  • 2
8
votes
1 answer

How can I take a screenshot in LXDE using scrot and the Print Screen button on my keyboard?

How can I take a screenshot in LXDE using scrot and the Print Screen button on my keyboard? The Windows Manager appears to be Openbox.
Andrew Fogg
  • 321
  • 1
  • 3
  • 8
8
votes
4 answers

Taking a screenshot (within X)

How can I take a screenshot in X.org? I am unsure if the Print Screen button will "just work" and I don't know how I would go about testing it.
Andrew Fogg
  • 321
  • 1
  • 3
  • 8
8
votes
2 answers

How do I change the location where screenshots are saved in Linux Mint 17 Cinnamon?

Pressing PrnScr "Print Screen" on the keyboard results in a screenshot being silently saved under /home/%user%/Pictures/ How can I change this location?
7
votes
4 answers

Which data should be excluded from log files , error messages etc. if posted online?

What data should one erase from log files, error messages etc., if posting them as a screenshot so as not to expose sensitive information? To narrow down my question: What should a Linux User be extra aware of hiding if posting screenshots of…
erch
  • 4,890
  • 17
  • 49
  • 81
7
votes
1 answer

Firefox won't work in headless mode

When I try to use FF headless to take a screenshot of a website by: firefox -screenshot google.com FF refuses to run with the following error message: *** You are running in headless mode. Firefox is already running, but is not responding. To open…
1
2 3 4 5 6 7 8