[X2Go-User] execute xmodmap on resume
Ulrich Sibiller
uli42 at gmx.de
Mon Jul 30 12:33:39 CEST 2018
On Mon, Jul 30, 2018 at 11:05 AM, richard lucassen
<mailinglists at lucassen.org> wrote:
> On Mon, 30 Jul 2018 01:21:48 +0200
> Ulrich Sibiller <uli42 at 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
More information about the x2go-user
mailing list