I have created an own extension 'myEnxt.tcz' and put a file 'startup' in it at '/etc/skel/.X.d/' that call a script '/opt/myDir/myScript.sh'. It also put a file '/opt/myDir/myScript.sh' in it, added the extension to 'onboot.lst'.
It doesn't load the file 'startup' file into '~/tc/.X.d/' directory, but it load 'myScript.sh' in '/opt/myDir/.
If it put the file 'startup' file in 'Xlibs.tcz:/ect/skel/.X.d/', it is working fine.
Unable to figure-out, where I am making mistake?
Please help.