Script to run LBX from Xstart
DISCUSSION
Running LBX from Xstart
RESOLUTION
This LBX script resides on your UNIX box.
#!/bin/ksh
export XSERVER=${1}
shift
export APPLICATION=${*}
export NODENAME='uname -n'
export DISPLAY='/usr/X11R6.3/bin/xfindproxy -manager ${NODENAME}:6500 -server
${XSERVER} -name lbx'
${APPLICATION} &
When you have this script in-place you can run it from the Xstart command line.
ACTION
For further information please contact Hummingbird Technical
Support
|
|