linux sgd plugin fails to install

Having consistent problems getting the linux plugin to install from the sgd server. The .tarantella directory is created, but the ttatcc binary is not installed. I can install the ttawebtop, but this does not provide the desired functionality with the Firefox and Mozilla browsers. My linux users are on FC 5, SuSE 10 and SuSE 10.1. Jave 1.5 is installed on all Linux clients. There are no issues with the windoze plugins.

-damon

[442 byte] By [loki1234] at [2007-11-26 9:06:21]
# 1

I've found this same behavior. I've managed to track the helper install problem down to a difference in the syntax of "tail" between FC4 and FC5.

The helper downloads itself as a shell script and then tries to execute itself. The script tries to use "tail +13" to skip the beginning text, but tail no longer supports this syntax on FC5. The correct syntax is now "tail -n +13". I'm not sure if this change was intentional or not.

I've managed to tweak around and force the helper app to install, but even then it doesn't work properly. The window that comes up to enter username/password won't accept any keyboard input, so we appear to have two problems at work here.

Einzelhaft at 2007-7-6 23:19:32 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

Hi,

What did you change to get the tail to use the "-n" option? I have the same issue with the tcc and would like to get it working. I have found that if you add the environment variable "export XKEYSYMDB=/usr/share/X11/XKeysymDB" to your .profile it will fix the problem with the input to the tcc app.

Thanks in advance.

sniggas at 2007-7-6 23:19:32 > top of Java-index,Desktop,Sun Secure Global Desktop Software...