Created
March 23, 2023 15:23
-
-
Save jonathantito/d5c95af5cf42bd2f6cab5a8b4cdb2bdb to your computer and use it in GitHub Desktop.
PROBLEM TO USE FLAMESHOT IN UBUNTU 22.04 SCREENSHOT TOOL OVERLAPS FLAMESHOT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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