Codebase list 3270font / fresh-snapshots/upstream test_font_rendering.sh
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

test_font_rendering.sh @fresh-snapshots/upstreamraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

./test_font_rendering.py
sleep 1  # Needed by Konsole to clear the window size
# Take a screenshot of the currently active window
gnome-screenshot -w -f "./build/$1.png"
sleep 3  # So we don't end up with a second window starting up before
	 # we can sccreenshot the previous one