My need is to operate a headless ubuntu server. On the man page for x2gostartagent is thefollowing information for the "command".
*The command given by the <command> argument is only used to create the session ID*
Unsure what to provide, given this information, I am providing "pwd", as an arbitrary and harmless Linux command. What would you advise, please?
Hi Brian,
On Mo 03 Mär 2014 08:33:43 CET, Brian Lim wrote:
My need is to operate a headless ubuntu server. On the man page for x2gostartagent is thefollowing information for the "command".
All the X2Go script in package(s) x2goserver* are executed by X2Go
Client via SSH.
None of the script is for direct server-side usage.
*The command given by the <command> argument is only used to create the session ID*
The session name contains the command that gets invoked at the start
of an X2Go Session (e.g. GNOME, KDE, etc.). The x2gostartagent script
retrieves this command as a cmdline option from X2Go Client, but
doesn't do anything proper with it. Apart from generating the session
name (as shown in x2golistsessions).
Unsure what to provide, given this information, I am providing "pwd", as an arbitrary and harmless Linux command. What would you advise, please?
Don't call x2gostartagent directly. Use X2Go Client (or PyHoca-GUI /
PyHoca-CLI) for launching server-side sessions.
Mike
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Package: x2goserver
On Mon, Mar 3, 2014 at 7:09 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
Don't call x2gostartagent directly. Use X2Go Client (or PyHoca-GUI / PyHoca-CLI) for launching server-side sessions.
In this case, those utilities should really be out of the default search for commands $PATH. I'm BCC'ing submit@bugs.x2go.org with this email.
-- regards, Reinhard
One click down the tree from "Using x2go" ( http://wiki.x2go.org/doku.php/doc:usage:start ) in the server section is the following wording.
When starting a new session the script called x2gostartagent gets executed
on the server.
If usage doesn't require invoking x2gostartagent, perhaps this information should not be under the usage section. If there is API usage (for client customization) or x2go client development usage (by x2go contributors) may be that information should be sections relevant to those kinds of needs.
---------- Forwarded message ---------- From: Reinhard Tartler <siretart@gmail.com> Date: Mon, Mar 3, 2014 at 7:52 AM Subject: Re: [X2Go-User] Fwd: x2gostartagent command argument To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Cc: Brian Lim <brian.lim.ca@gmail.com>, "x2go-user@lists.berlios.de" < x2go-user@lists.berlios.de>
Package: x2goserver
On Mon, Mar 3, 2014 at 7:09 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
Don't call x2gostartagent directly. Use X2Go Client (or PyHoca-GUI / PyHoca-CLI) for launching server-side sessions.
In this case, those utilities should really be out of the default search for commands $PATH. I'm BCC'ing submit@bugs.x2go.org with this email.
-- regards, Reinhard