In qingy-0.5.3 (I haven't tested other versions yet), the configuration file
(/etc/qingy/settings) says the following (at line 52:
# these options are valid only if qingy is started from tty3
#tty = 1
Where it should say
# these options are valid only if qingy is started from tty3
#tty = 3
Reproducible: Always
Steps to Reproduce:
1. Emerge qingy-0.5.3
2. Look at the end (line 52) of /etc/qingy/settings
Actual Results:
# these options are valid only if qingy is started from tty3
#tty = 1
Expected Results:
# these options are valid only if qingy is started from tty3
#tty = 3