Blank or Black screenshots on Ubuntu.
Sahil (TeamLogger)
Last Update één jaar geleden
To resolve the issues regarding blank screenshots on Ubuntu, please follow the below steps
1) Open Terminal
2) Type the following command and press enter
[ -x "$(command -v Xorg)" ] || { echo "X Window System is not installed."; sudo apt update && sudo apt install xorg; }
3) Type the following command and press enter
sudo sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/gdm3/custom.conf
3) Restart the computer