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 00:47]
bmullan minor edit to correct grammer
wiki:components:x2goplugin [2011/11/14 18:58]
h1
Line 1: Line 1:
-====== x2goplugin ======+====== X2Go Browser Plugin ======
  
-x2goplugin is a Firefox plugin. It can be used to access x2go session via a Webbrowser instead of using x2goclient+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.  
 + 
 +//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 =====
  
-Please visit the webssite http://plugin.x2go.org. This website will offer you a x2goplugin suitable for your operating system and system architecture. The x2goplugin at the moment is available for Linux 32 and 64 bit and Windows 32 bit systems.+Please visit the webssite http://plugin.x2go.org. This website will offer you a x2goplugin suitable for your operating system and system architecture.  
 + 
 +Currently the x2goplugin is available for the following systems: 
 +  * Linux 32 bit 
 +  * Linux 64 bit 
 +  * Windows 32 bit 
  
 ===== Inserting x2goplugin into a webpage ===== ===== Inserting x2goplugin into a webpage =====
Line 16: 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 30: Line 56:
 The value "user" can be left blank, otherwise this "username" will be used as login for the x2go session and the user will not be able to change that login ID.  The value "user" can be left blank, otherwise this "username" will be used as login for the x2go session and the user will not be able to change that login ID. 
  
-The value "sshport" should be set to 22 - you should only change this if you've previously changed /etc/ssh/sshd config of the x2goserver. +The value "sshport" should be set to 22 - you should only change this if you've previously changed the SSH port number in the /etc/ssh/sshd_config file on the x2goserver. 
  
 You can choose the used Desktop Environment or application by changing the value "command".   You can choose the used Desktop Environment or application by changing the value "command".  
Line 36: 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 62: 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 85: 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 113: 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 137: Line 162:
  vspace="0"   vspace="0" 
  width="100%">  width="100%">
-        <--x2goplugin //-->+        <!--x2goplugin //-->
     </object>         </object>    
     </div>     </div>