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
16 weeks 6 days ago
44 weeks 1 day ago
1 year 6 weeks ago
1 year 6 weeks ago
1 year 6 weeks ago
1 year 23 weeks ago
1 year 26 weeks ago
1 year 26 weeks ago
1 year 26 weeks ago
2 years 37 weeks ago