1

I want to ScreenShot a certain windows and a certain part of my desktop from my Ubuntu and I don't know how.

PrtScr doesn't work.

PrtScr it works only when I screenshot all my displays and not only the one from my virtual machine where I need.

I want something that can crop exactly the part I need. Something more alike to snipping tool from Windows.

Eveleen
  • 224
Sabrin
  • 28

2 Answers2

1

Try (in terminal a Ctrl+Alt+T):

sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update
sudo apt-get install shutter 

Open Shutter by simply typing Shutter in the terminal.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
Eveleen
  • 224
0

I have Mint 18.2 running on Ubuntu 16.04 and use xfce4-screenshooter, which should be preinstalled.
Simply execute from Terminal, then choose options in gui.
Available options are:
- whole screen
- active window
- choose area
- record cursor
If not preinstalled, in Terminal do:
sudo apt-get install xfce4-screenshooter

T-1200
  • 1