Quote Originally Posted by fireflash View Post
I run the KFurge version. I may need to blow away my opt directory and start fresh. I'm having other little annoyances with it as well.
You have only to start Twonky in rc.local before changing the libpath and so.
My rc.local looks as
Code:
# These items only run once at power up
#############
if [ ! -f /tmp/rc.local.done ]; then

 #Start Twonkymedia, werkt met originele library_path
 /opt/share/TwonkyMedia/twonkymedia &

 export PATH=/opt/bin:/opt/sbin:/bin:/sbin:/usr/bin:/usr/sbin
 export LD_LIBRARY_PATH=/opt/lib:/apps/lib:/apps/usr/gift-nasoc/lib
 export KCSHELL=/opt/bin/bash

 # Indicate we've already done this
 touch /tmp/rc.local.done
So, something like this should work for you also.

Marc