Bennett Helm <[EMAIL PROTECTED]> writes: > This raises a question, though. Now, with no existing user's > directory, this script will create it before launching LyX (i.e., lyx- > app). However, once this is done, when lyx-app launches it does not > display the splash document. Is there a neat way to ensure this > doesn't happen?
To fix that and the other problems, I would suggest to change your script into one that is run by LyX itself just after creating the user directory. We can make running the script conditional on its existence in the distribution (so that windows and linux people can use it if they choose to). This should solve your build system problems, hiccups in icons and probably debugger annoyances. In this case, the script should probably be turned into python, but I am sure you can find someone to do that. JMarc