This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:development:sessions-file [2012/03/10 11:21] sunweaver [Session Options en Detail] |
wiki:development:sessions-file [2025/04/09 19:00] (current) slatian |
||
---|---|---|---|
Line 3: | Line 3: | ||
Default path name | Default path name | ||
- | * Linux, Mac OS X): $HOME/ | + | * Linux, Mac OS X: '' |
- | * Windows (non-portable mode): session profiles are stored in the Windows registry (HKEY_LOCAL_MACHINE\SOFTWARE\x2goclient) | + | * Windows |
- | * Windows (portable mode): session profiles are stored in a file (location???) | + | * Windows |
+ | * Windows PyHoca-GUI: session profiles are stored in the file ('' | ||
Related command line options: | Related command line options: | ||
Line 44: | Line 46: | ||
^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ||
| name | String | | | Session profile name as shown in the application. PyHoca-GUI feature: using ,,/" as a separator in the session profile name creates menus and submenus in the PyHoca-GUI applet (e.g. CUSTOMER-1/ | | name | String | | | Session profile name as shown in the application. PyHoca-GUI feature: using ,,/" as a separator in the session profile name creates menus and submenus in the PyHoca-GUI applet (e.g. CUSTOMER-1/ | ||
- | | icon | Filename | : | + | | icon | Filename | :/img/icons/ |
==== Session Window Options ==== | ==== Session Window Options ==== | ||
Line 59: | Line 61: | ||
| host | String | | | FQDN Hostname or IP Adress | | | host | String | | | FQDN Hostname or IP Adress | | ||
| user | String | | | Username on X2Go Server | | | user | String | | | Username on X2Go Server | | ||
+ | | autologin | ||
+ | | forwardsshagent | ||
| key | Filename | | | Filename to SSH private key file | | | key | Filename | | | Filename to SSH private key file | | ||
| krblogin | | krblogin | ||
Line 64: | Line 68: | ||
| quality | | quality | ||
| speed | [0..4] | 2 | 2 | 0=Modem, 1=ISDN, 2=ADSL, 3=WAN, 4=LAN | | | speed | [0..4] | 2 | 2 | 0=Modem, 1=ISDN, 2=ADSL, 3=WAN, 4=LAN | | ||
+ | |||
==== SSH Proxy Options ==== | ==== SSH Proxy Options ==== | ||
- | //... only available with Python X2Go / PyHoca // | ||
^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ||
- | | usesshproxy | Boolean | //not supported// | + | | usesshproxy | Boolean | false | false | Connect via a SSH proxy | |
- | | sshproxyhost | + | | sshproxytype |
- | | sshproxyuser | String | //not supported// | + | | sshproxyhost | String | |
- | | sshproxykeyfile | Filename | //not supported// | + | | sshproxyuser | String | | | Username for connecting to SSH proxy server | |
- | | sshproxytunnel | String | //not supported// | | + | | sshproxykeyfile | Filename | | | Filename of local SSH private key | |
+ | | sshproxytunnel | String | ||
+ | | sshproxyautologin | ||
+ | | sshproxysameuser | ||
+ | | sshproxysamepass | ||
==== Display Options ==== | ==== Display Options ==== | ||
Line 83: | Line 91: | ||
| dpi | Integer | 96 | 96 | Use the dpi value to manipulate the font size in a session | | | dpi | Integer | 96 | 96 | Use the dpi value to manipulate the font size in a session | | ||
| fullscreen | | fullscreen | ||
+ | | maxdim | ||
| multidisp | Boolean | false | //not supported// | | | | multidisp | Boolean | false | //not supported// | | | ||
| xinerama | | xinerama | ||
Line 113: | Line 122: | ||
| fstunnel | | fstunnel | ||
| print | Boolean | true | true | | | | print | Boolean | true | true | | | ||
+ | |||
+ | Use ~ in the folder path to refer to the User Home Directory ($HOME or %HomePath%)((Supported in X2GO Client >= 4.0.1.2)). | ||
==== MIME Box Options ==== | ==== MIME Box Options ==== | ||
Line 126: | Line 137: | ||
^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ^ Option name ^ Data Type ^ Default value X2Go Client ^ Default value Python X2Go ^ Comment ^ | ||
- | | autostart | + | | autostart |
- | | autologin | + | |
| xdmcpserver | String | | xdmcpserver | String | ||
| rdpserver | | rdpserver | ||
Line 142: | Line 152: | ||
* KDE (startkde) | * KDE (startkde) | ||
* GNOME (gnome-session) | * GNOME (gnome-session) | ||
- | * LDXDE (lxde-session) | + | * LXDE (lxde-session) |
* XFCE4 (xfce4-session, | * XFCE4 (xfce4-session, | ||
* TRINITY (starttrinity, | * TRINITY (starttrinity, | ||
Line 154: | Line 164: | ||
* Remote Desktop ('' | * Remote Desktop ('' | ||
- | * Setting the command to RDP will turn X2Go into an RDP proxy (RDP via NX). RDP will receive a peformance | + | * Setting the command to RDP will turn X2Go into an RDP proxy (RDP via NX). RDP will receive a performance |
* Make sure to use the options rdpserver and rdpoptions properly. | * Make sure to use the options rdpserver and rdpoptions properly. | ||
- | * XDCMP ('' | + | * XDMCP ('' |
- | * Do an XDCP query for the XDMCP server specified by the xdcmpserver | + | * Do an XDMCP query for the XDMCP server specified by the xdmcpserver |
* Other applications ('' | * Other applications ('' | ||
- | * Specify any application (by its name) that is avaiable | + | * Specify any application (by its name) that is available |
* Published applications mode ('' | * Published applications mode ('' | ||
* Leave the command option empty and enable the option published | * Leave the command option empty and enable the option published | ||
- | |||
- |