File: test_font_rendering.sh

package info (click to toggle)
3270font 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,424 kB
  • sloc: python: 184; makefile: 140; sh: 81; xml: 21
file content (8 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
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