On Tue, Jul 31, 2018 at 1:40 PM, richard lucassen <mailinglists@lucassen.org> wrote:
On Mon, 30 Jul 2018 12:33:39 +0200 Ulrich Sibiller <uli42@gmx.de> wrote:
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?
No, there is only one instance, in the right directory:
$ find /usr/lib/x2go/extensions/ -maxdepth 2 -mindepth 1
| egrep "/[0-9] {3}_[[:alnum:]]+" /usr/lib/x2go/extensions/post-resume.d/010_xmodmap
Alright, but I was refferring to your first mail where you wrote "010-xmodmap" which does NOT match. ;-)
Uli