<html><head>
<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-3933289048.css" rel="stylesheet">
<title>SimplicITy Data Service</title></head><body onload="checkPlugin()">
Very close to how we set it up as well.<br><br>One question I have is whether it is possible to setup the *.x2go files outside of the docroot. Much more secure that way.<br><br>Gerry<br><br><br><br>Jun 28, 2010 02:42:35 PM, x2go-dev@lists.berlios.de wrote:<br><blockquote style="border-left: 3px solid rgb(102, 153, 204);">On Mon, 2010-06-28 at 20:31 +0200, Mike Gabriel wrote:<br>> Hi Paul,<br>> <br>> thank you for your reply.<br>> <br>> On Mo 28 Jun 2010 09:08:36 CEST Paul van der Vlis wrote:<br>> <br>> >> Main question is: how do i configure the sessions with the x2go plugin?<br>> >> I understood that there is a .css file and a javascript file managing<br>> >> the installation and upgrade of the xpi plugin code in firefox. However,<br>> >> I couldn't find any hints where the plugin retrieves its configuration<br>> >> from...<br>> >><br>> >> Hints are very much appreciated as I would like to play with the plugin...<br>> ><br>> > I think you can use the html sourcecode of http://plugin.x2go.org<br>> <br>> I can't see any hints on configuring the x2go server session from <br>> within the html framework... There must be another answer...<br>> <br>> Mike<br>> <br>Here is how we did it.<br><br>We created our local web server and, in the root, we placed a file named<br>x2gobase.html with the following contents:<br><br><br><br> <br> <br> <link rel="stylesheet" type="text/css"><br>href="http://plugin.x2go.org/media/x2goplugin.css"><br> <script src="http://plugin.x2go.org/media/x2goplugin.js"><br/>type="text/javascript"></script><br> <br> <br> <div id="x2goplugin"><br> <object src="location"><br> type="application/x2go"<br> pluginspage="http://plugin.x2go.org/index.html"<br><br>pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi"<br> data="config.x2go"<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>SimplicITy Plugin</h4><br> <p>This website will offer you a plugin named "x2goplugin" which<br>will enable you to start or reconnect to your SimplicITy desktop.<br><br>For more information about SimplicITy and other services to simplify<br>your office, please visit <a><br>href="http://www.pacifera.com">www.pacifera.com</a><br><br>For more information about X2Go, please visit <a><br>href="http://www.x2go.org">http://www.x2go.org</a>.<br> </p><br> </div><br> <br><br><br>As you can see, this is just slightly customized to our needs - very<br>simple to adapt.<br><br>We then created subdirectories for each user. In each subdirectory, we<br>created a link to the x2gobase.html named index.html. In the same user<br>subdirectory, we created a file named config.x2go with contents similar<br>to the following:<br><br>session=SimplicITy (our utility office product name)<br>server=x2gohost.mycompany.com<br>user=<we leave="" this="" blank="" as="" an="" extra="" security="" precaution=""><br>sshport=443(or whatever port the user is using)<br>command=KDE<br>rootless=false<br><br>It has worked well for us other than the few bugs we reported. Good<br>luck - John<br><br>_______________________________________________<br>X2go-dev mailing list<br>X2go-dev@lists.berlios.de<br>https://lists.berlios.de/mailman/listinfo/x2go-dev<br></we></blockquote></body></html>