Bug 1693 - Support for autologin with retries, if the server is currently unavilable
Summary: Support for autologin with retries, if the server is currently unavilable
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: 1.4.1
Hardware: PC Linux
: P2 Enhancement
Target Milestone: MediumPrio
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 08:19 CET by Peter Åstrand
Modified: 2016-05-02 11:11 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Comment 1 Peter Åstrand cendio 2005-11-30 09:04:04 CET
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
Comment 2 Inge Wallin cendio 2006-08-25 09:21:05 CEST
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.

Note You need to log in before you can comment on or make changes to this bug.