These days GDM on Debian is running using Wayland, so the classic way of taking a screenshot using the X protocol does not work:
# Sleeping before launching the command allows to switch to the login screen
# before the screen gets actually captured.
#
# Otherwise if the login screen is not visible, only a black image will be
# captured.
sleep 6
sudo -u Debian-gdm\
DISPLAY=:0 \
XAUTHORITY=/var/run/user/109/gdm/Xauthority \
import -display :0 -win root /tmp/GDM-screenshot.png"
Recent comments
4 weeks 6 days ago
32 weeks 1 day ago
46 weeks 5 days ago
46 weeks 5 days ago
46 weeks 5 days ago
1 year 11 weeks ago
1 year 14 weeks ago
1 year 14 weeks ago
1 year 14 weeks ago
2 years 25 weeks ago