On Mon, 30 Jul 2018 01:21:48 +0200
Ulrich Sibiller <ul...@gmx.de> wrote:

> Have a look at /usr/bin/x2goserver-run-extensions, this is the place
> where the extensions are called.
> 
> The call is
> 
> find "$X2GO_LIB_PATH/extensions/$X2GO_MODALITY.d/" -maxdepth 1
> -mindepth 1 | egrep "/[0-9]{3}_[[:alnum:]]+" | sort | while read
> x2go_extension; do
> 
> which indicates that the script name has to start with _three_ digits
> followed by _ and an alphanumeric name. Your script does not match, so
> I guess that's the reason it is not executed.

No, the syntax is ok, the script is executed as stated in the OP...

-- 
richard lucassen
http://contact.xaq.nl/
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to