7

I installed shutter 0.97 version

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

and

sudo apt install gnome-web-photo

but faced with error when try to screen selection

can't take screenshots without X11 server

how to fix it ?

shuba.ivan
  • 301
  • 3
  • 9
  • 2
    Does this answer your question? [Cannot use screen capture apps in Wayland](https://askubuntu.com/questions/1036570/cannot-use-screen-capture-apps-in-wayland) – N0rbert Jul 22 '21 at 09:52

2 Answers2

12

I found a solution. In this file sudo nano /etc/gdm3/custom.conf uncomment this line WaylandEnable=false save and exit. Then run this command in the terminal sudo systemctl restart gdm3 Happy Ubuntu :)

muru
  • 193,181
  • 53
  • 473
  • 722
shuba.ivan
  • 301
  • 3
  • 9
0

Here's my work-around: Ubuntu 22.04: How to rapidly take a screenshot, save it as a JPG, and edit it using the Shutter program to add highlighting: use the new Ubuntu 22.04 screenshot tool, but edit it in Shutter.

Gabriel Staples
  • 8,025
  • 7
  • 66
  • 105