On Mon, Jul 30, 2018 at 11:05 AM, richard lucassen
<mailingli...@lucassen.org> wrote:
> 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...

The egrep above clearly rules out any non-matching file. So maybe this
script is run by some other mechanism?

Uli
_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to