Bug 5326 - constants TLCONTROL and SCANSCRIPT in tlclient doesn't use tlprefix
Summary: constants TLCONTROL and SCANSCRIPT in tlclient doesn't use tlprefix
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.4.0
Assignee: Peter Åstrand
URL:
Keywords: derfian_tester, prosaic
: 3831 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-27 09:50 CET by Samuel Mannehed
Modified: 2015-05-22 15:24 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2014-10-27 09:50:57 CET
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.
Comment 2 Peter Åstrand cendio 2014-11-04 14:53:25 CET
r29566.
Comment 3 Karl Mikaelsson cendio 2015-04-22 14:39:33 CEST
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)
Comment 4 Karl Mikaelsson cendio 2015-05-22 15:24:28 CEST
*** Bug 3831 has been marked as a duplicate of this bug. ***

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