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
wiki:components:x2goplugin [2012/07/05 11:18]
ncryer [create a properties file]
wiki:components:x2goplugin [2013/03/14 22:35]
sunweaver removed
Line 57: Line 57:
  pluginspage="http://plugin.x2go.org/index.html"   pluginspage="http://plugin.x2go.org/index.html" 
  pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi"   pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi" 
- data="x2go.server"  
- hidden="false"  
  name="x2goplugin"   name="x2goplugin" 
  palette="background"   palette="background" 
Line 64: Line 62:
  hspace="0"   hspace="0" 
  vspace="0"   vspace="0" 
- width="100%">+ width="100%
 +        x2goconfig=" 
 +session=mysessionname 
 +server=myserver.org 
 +user=myusername 
 +sshport=22 
 +command=KDE 
 +rootless=false 
 +sound=true 
 +exportfs=true 
 +speed=adsl 
 +compression=16m-jpeg 
 +quality=9 
 +dpi=120 
 +kbdlayout=de 
 +kbdtype=pc105/de 
 +showtoolbar=true 
 +showstatusbar=true 
 +">
         <--x2goplugin //-->         <--x2goplugin //-->
     </object>         </object>    
 </code> </code>
 +
 +
 +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 "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 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".  
 +  * If you specify "KDE" or "GNOME" then x2go will present you __with__ an 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 set to false for use with a 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 intend to utilize the automatic update service (recommended), do not change the urls used in the values "pluginspage" and "pluginurl" If you intend to utilize the automatic update service (recommended), do not change the urls used in the values "pluginspage" and "pluginurl"
  
-The value "data" is the name of the previously created properties file (in our example:  x2go.server). 
-  
-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.  
  
 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. 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.