Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=78 ------------------------------------------------------------------------------ Ticket | 78 Created By | sendspamhere@stefanbaur.de Summary | custom commands do not work when given with full path Queue | python-x2go Version | HEAD Type | Bug State | Unconfirmed Priority | 1. Low Operating System | Owners | ------------------------------------------------------------------------------ sendspamhere@stefanbaur.de (2011-07-19 16:41) wrote: If a custom command is to be executed on the remote X2go server (i.e. in rootless mode), then the command gets only executed successfully if the path to the binary is omitted. If the full path to the application is specified, the command startup fails.
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=78 ------------------------------------------------------------------------------ Ticket | 78 Updated By | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Summary | custom commands do not work when given with full path Queue | python-x2go Version | HEAD Type | Bug -State | Unconfirmed +State | Assigned Priority | 1. Low -Operating System | +Operating System | 8 -Owners | +Owners | Mike Gabriel ------------------------------------------------------------------------------ Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (2011-07-20 19:43) wrote: The way things work with X2go are these... ... You can only execute a binary that is in your $PATH environment. That is: you cannot execute any arbitrary file by giving the full path of it. To make full path handling in PyHoca-GUI a little smoother, the following fix has been committed to Git: http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=07dc7771aad4061... Will be in versions Python X2go >= 0.1.1.5 and PyHoca-GUI > 0.1.0.7rcX.