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
18 weeks 1 day ago
32 weeks 4 days ago
32 weeks 4 days ago
32 weeks 5 days ago
49 weeks 1 day ago
1 year 6 days ago
1 year 6 days ago
1 year 6 days ago
2 years 11 weeks ago
2 years 15 weeks ago