A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/11 22:10 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.142.165.226 Hostname : 226-165-142-46.pool.kielnet.net Old Revision: http://wiki.x2go.org/doku.php/usage:pyhoca-cli?rev=1363039787 New Revision: http://wiki.x2go.org/doku.php/usage:pyhoca-cli Edit Summary: [Desktop Sharing with PyHoca-CLI] User : sunweaver @@ -35,9 +35,9 @@ </code> ===== Desktop Sharing with PyHoca-CLI ===== - To share an already running local or remote X2go desktop session of user //foo// on X2go server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following commands: + To share an already running local or remote X2Go desktop session of user //foo// on X2Go Server ''myserver.local'' with PyHoca-CLI open a terminal window and execute the following commands: <code> $ pyhoca-cli --server myserver.local --list-desktops --user foo --add-to-known-hosts </code> @@ -45,15 +45,15 @@ Now a list of available/sharable desktop sessions will be shown (your///foo//'s own desktops are always sharable), e.g. ''foo@:0'' (local desktop on the server): <code> someone@client:~$ pyhoca-cli --server myserver.local --list-desktops - pyhoca-cli[20238] NOTICE: preparing requested X2go session - pyhoca-cli[20238] (PyHocaCLI) NOTICE: preparing requested X2go session - pyhoca-cli[20238] (x2gosessregistry-pylib) NOTICE: registering X2go session Pyhoca-Client_Session... - pyhoca-cli[20238] (x2goclient-pylib) NOTICE: initializing X2go session... + pyhoca-cli[20238] NOTICE: preparing requested X2Go session + pyhoca-cli[20238] (PyHocaCLI) NOTICE: preparing requested X2Go session + pyhoca-cli[20238] (x2gosessregistry-pylib) NOTICE: registering X2Go session Pyhoca-Client_Session... + pyhoca-cli[20238] (x2goclient-pylib) NOTICE: initializing X2Go session... pyhoca-cli[20238] (x2gocontrolsession-pylib) NOTICE: connecting to myserver.local - X2go desktops available for sharing + X2Go desktops available for sharing =================================== Host: myserver.local - [<ip-address>]:<port> Username: foo @@ -73,15 +73,15 @@ <code> someone@client:~$ pyhoca-cli --server myserver.local --share-desktop foo@:0 --share-mode 1 --user foo --add-to-known-hosts </code> - If //foo// is logged in via X2go on desktop ''foo@:51'', you could connect to that desktop as well... + If //foo// is logged in via X2Go on desktop ''foo@:51'', you could connect to that desktop as well... <code> someone@client:~$ pyhoca-cli --server myserver.local --share-desktop foo@:51 --share-mode 1 --user foo --add-to-known-hosts </code> - And if another user //bar// on your X2go server has enabled desktop sharing (more info [[:wiki:components:desktop-sharing|here]]), then you could use this command to let user //foo// view user //bar//'s desktop session... + And if another user //bar// on your X2Go Server has enabled desktop sharing (more info [[:wiki:components:desktop-sharing|here]]), then you could use this command to let user //foo// view user //bar//'s desktop session... <code> someone@client:~$ pyhoca-cli --server myserver.local --share-desktop bar@:52 --user foo --add-to-known-hosts </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/