We can't hardcode the paths to "/opt/thinlinc". This bug causes for example that the control panel isn't displayed from vncviewer on thinstation.
r29566.
Works fine - tlclient tries to find local-scan and tlcontrol relative to where it's launched from. > derfian@aperture:/home/[...]/tl-4.3.0post-4732-client-linux-dynamic-x86_64 $ strace -e trace=file -f bin/tlclient -c 2>&1 | grep -i tlcontrol > [pid 20633] access("/home/[...]/tl-4.3.0post-4732-client-linux-dynamic-x86_64/lib/tlclient/tlcontrol", X_OK) = 0 > derfian@aperture:/home/[...]/tl-4.3.0post-4732-client-linux-dynamic-x86_64 $ strace -e trace=file -f bin/tlclient -c 2>&1 | grep -i local-scan > [pid 22404] access("/home/[...]/tl-4.3.0post-4732-client-linux-dynamic-x86_64/lib/tlclient/local-scan", X_OK) = -1 ENOENT (No such file or directory)
*** Bug 3831 has been marked as a duplicate of this bug. ***