<font color='black' size='2' face='arial'><font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif">To Whom It May Concern:<br>
<br>
We are trying to evaluate the x2go plugin (hope to evaluate the thin client option soon too), and are having some trouble.  Can anyone help?<br>
<br>
Questions<br>
- is the plugin development/support still active?<br>
<br>
- we assume you need to set up the server as a web server with the code described on the x2go site, and install the plugin on the client side:  is that true? <br>
<br>
- we assume the primary code from the </font></font><a href="http://www.x2go.org/wiki:components:x2goplugin-example" class="wikilink1" title="wiki:components:x2goplugin-example">http://www.x2go.org/wiki:components:x2goplugin#a_complete_website_example<u><font color="black"><font size="2"><font face="Arial, Helvetica, sans-serif"></font></font></font></u></a><font color="black"><font size="2"><font face="Arial, Helvetica, sans-serif"><u><br>
</u></font></font></font><font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif">goes in the home page/index.html file:  is that right?</font></font><font size="2"><font face="Arial, Helvetica, sans-serif"><br>
</font></font><font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif"><br>
- when we surf to the site, we get...<br>

  </font></font>
    <font size="2"><font face="Arial, Helvetica, sans-serif"><br>

  </font></font><i>x2goplugin</i>

<div id="description">
    
<div><i>This website will offer you a plugin named "x2goplugin". With the installed
    plugin you'll be able to start or recover a session running on a x2goserver. 
    The server needs to be preconfigured.
    To get more information about what x2go is, please visit <a href="http://www.x2go.org/">http://www.x2go.org</a>.
    </i></div>

    </div>

<font size="2"><font face="Arial, Helvetica, sans-serif"><br>
...this is part of the example code we used shown below, but that's as far as we go and link just takes us back to the main site.  We don't see a way to have the site install the plugin.<br>

  </font></font><br>
<font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif">- when we try to download the plugin in the client (again, we assume the plugin is necessary on the client browser) from </font></font><a href="http://plugin.x2go.org/" class="urlextern" title="http://plugin.x2go.org" rel="nofollow">http://plugin.x2go.org</a><font size="2"><font face="Arial, Helvetica, sans-serif"> we get a missing page...same with the link on </font></font><a href="http://www.x2go.org/wiki:components:x2goplugin-example" class="wikilink1" title="wiki:components:x2goplugin-example">plugin example page</a><font size="2"><font face="Arial, Helvetica, sans-serif"> link .... would guess this is just about the state of the web site change...<br>
<br>
...but is there somewhere where we can download the plugin?  Could someone email it if the site will be under construction for a while?</font></font><br>
<font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif"><br>
- lastly, when the documentation says you can leave the user name blank, does that mean "</font></font><font size="2"><font face="Arial, Helvetica, sans-serif">user=" like we have it shown below?  Are there problems with our "index.html" file or our "x2go.server" files shown below<br>
</font></font><font size="2" color="black" face="arial"><font face="Arial, Helvetica, sans-serif"><br>
Background<br>
- we set up an x2go server and can connect to it using the Windows client with SSL keys - works fine (much faster than RDP)<br>
- we used the same server and set up a web server using the instructions from http://www.x2go.org/wiki:components:x2goplugin<br>
</font></font><font size="2"><font face="Arial, Helvetica, sans-serif">The code from our index.html file is:<br>
<br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br>
<html><br>
  <head><br>
    <title>x2go Plugin</title><br>
    <script src="http://plugin.x2go.org/media/x2goplugin.js" type="text/javascript"></script><br>
  </head><br>
<body onload="checkPlugin()"><br>
    <div id="x2goplugin" style="width: auto; hight: auto;"><br>
<object src="location" <br>
    type="application/x2go" <br>
    pluginspage="http://plugin.x2go.org/index.html" <br>
    pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi" <br>
    data="x2go.server" <br>
    hidden="false" <br>
    name="x2goplugin" <br>
    palette="background" <br>
    height="100%" <br>
    hspace="0" <br>
    vspace="0" <br>
    width="100%"><br>
        <--x2goplugin //--><br>
    </object>    <br>
    </div><br>
 <div id="description"><br>
    <h4>x2goplugin</h4><br>
    <p>This website will offer you a plugin named "x2goplugin". With the installed<br>
    plugin you'll be able to start or recover a session running on a x2goserver. <br>
    The server needs to be preconfigured.<br>
    To get more information about what x2go is, please visit <a href="http://www.x2go.org">http://www.x2go.org</a>.<br>
    </p><br>
    </div><br>
  </body><br>
</html><br>
<br>
<br>
And our x2go.server file is (with IP blacked out)<br>
session=mysessionname<br>
server=http://xxx.xxx.xxx.xxx<br>
user=<br>
sshport=22<br>
command=/usr/bin/firefox -new-window -fullscreen www.google.com<br>
rootless=true<br>
sound=true<br>
exportfs=false<br>
speed=adsl<br>
compression=16m-jpeg<br>
quality=9<br>
dpi=120<br>
kbdlayout=de<br>
kbdtype=pc105/de<br>
showtoolbar=true<br>
showstatusbar=true<br>
<br>
Any help appreciated!  Thanks and best,<br>
<br>
Ted Barnes<br>
</font></font></font>