I've done a quick script for Motala, which is a temporary solution: #!/bin/sh while true; do sleep 10; if pgrep vncviewer >/dev/null; then : else pkill tlclient.bin fi done
Time estimation is valid provided we create a --loginrepeat option (or something similar) and maybe also a --logintimeout option. If we want guichanges, then add an hour or two.