Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonathantito/d5c95af5cf42bd2f6cab5a8b4cdb2bdb to your computer and use it in GitHub Desktop.
Save jonathantito/d5c95af5cf42bd2f6cab5a8b4cdb2bdb to your computer and use it in GitHub Desktop.
PROBLEM TO USE FLAMESHOT IN UBUNTU 22.04 SCREENSHOT TOOL OVERLAPS FLAMESHOT
Ubuntu 22.04
Solution I'm using (disable wayland and use xorg instead):
sudo nano /etc/gdm3/custom.conf
uncomment WaylandEnable=false
sudo systemctl restart gdm3 ####THIS WILL CLOSE ALL YOUR OPEN WINDOWS, BE CAREFUL
SOURCE: https://github.com/flameshot-org/flameshot/issues/2594#issuecomment-1408247795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment