User Tools

Site Tools


wiki:components:x2goplugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:components:x2goplugin [2010/03/24 01:25]
bmullan clarified path/name of sshd_config
wiki:components:x2goplugin [2011/11/14 18:58]
h1
Line 1: Line 1:
-====== x2goplugin ======+====== X2Go Browser Plugin ====== 
 + 
 +FIXME FIXME FIXME FIXME 
 + 
 +THE BELOW INFORMATION IS NOT UP-TO-DATE, IT HAS TO BE REWRITTEN!!!! 
 + 
 +FIXME FIXME FIXME FIXME 
 + 
 +[[wiki:components:x2goplugin-example|plugin example page]]
  
 x2goplugin is a Firefox plugin.  x2goplugin is a Firefox plugin. 
  
-//On supported systems//, this plugin acts as a web portal which can be used to access an x2go session via any java enabled Web browser (Firefox, IE, Opera) instead of using one of the x2goclients. +//On supported systems//, this plugin acts as a web portal which can be used to access an x2go session via Firefox web browser instead of using one of the x2goclients.  Note: the current plugin does not yet support Firefox 4.x.
  
 ===== Installation of x2goplugin ===== ===== Installation of x2goplugin =====
Line 24: Line 32:
  
 <code> <code>
-session=phoca +session=mysessionname 
-server=localhost +server=myserver.org 
-user=verstandk+user=myusername
 sshport=22 sshport=22
 command=KDE command=KDE
 rootless=false rootless=false
 +sound=false
 +exportfs=false
 +speed=adsl
 +compression=16m-jpeg
 +quality=9
 +dpi=120
 +kbdlayout=de
 +kbdtype=pc105/de
 +showtoolbar=false
 +showstatusbar=false
 </code> </code>
  
-You can choose the value "session" to whatever you like - it is just the name of the session. +You can change the the value "session" to whatever you like - it is just the name of the session. 
  
 The value "server" should be the hostname or the IP-address of the x2goserver which should be contacted by the plugin as your target "desktop server" The value "server" should be the hostname or the IP-address of the x2goserver which should be contacted by the plugin as your target "desktop server"
Line 44: Line 62:
   * If you specify any application (such as: firefox) which is executable by the user then only that application will appear __without__ the entire remote desktop.    * If you specify any application (such as: firefox) which is executable by the user then only that application will appear __without__ the entire remote desktop. 
  
-The value "rootless" should be false for the use with whole Desktop Environments and Window Manager.  +The value "rootless" should be set to false for use with whole Desktop Environments and Window Manager. 
 If you plan to use single applications you can use this feature to use the local running window manager. If you plan to use single applications you can use this feature to use the local running window manager.
  
Line 70: Line 87:
 ==== inserting the <object></object> code ==== ==== inserting the <object></object> code ====
  
-Please paste the following code inside you website inside the <div></div> command:+Please paste the following code inside your website between the <div></div> command:
  
 <code> <code>
Line 93: Line 110:
 The value "data" is the name of the previously created properties file (in our example:  x2go.server). The value "data" is the name of the previously created properties file (in our example:  x2go.server).
    
-Please make sure that this file is readable by the www-data (apache) user and that you've entered the exact path to the file.  +note: Please make sure that this file is readable by the www-data (apache) user and that you've entered the exact path to the file.  
-In this case, the file should be inside the same directory as the website. +      In this case, the file should be inside the same directory as the website. 
  
-The value "name" is mandatory and should not be changed. If you don't want to use the <div></div> container, you shoult take care of reasonable height and width settings.+The value "name" is mandatory and should not be changed. If you don't want to use the <div></div> container, you should take care of reasonable height and width settings.
  
 ==== checking if the plugin is already installed (and offering it if not) ==== ==== checking if the plugin is already installed (and offering it if not) ====
Line 121: Line 138:
 ==== a complete website example ==== ==== a complete website example ====
  
-Your whole Website should be look something like this now (This site makes use of an already existing css file on our server. You can also use the <div id="x2goplugin" style="width: auto; hight: auto;"> settings as described before):+Your whole Website should now look something like this (This site makes use of an already existing css file on our server. You can also use the <div id="x2goplugin" style="width: auto; hight: auto;"> settings as described before):
  
 <code> <code>
Line 145: Line 162:
  vspace="0"   vspace="0" 
  width="100%">  width="100%">
-        <--x2goplugin //-->+        <!--x2goplugin //-->
     </object>         </object>    
     </div>     </div>