If I create a .desktop-file in the autostart-directory that points to a script, it doesn't execute the script correctly. If in the script is a xfce4-registered application (like Terminal), unexpectedly it starts, but if the script points to another command, it doesn't. In the last case, not even the registered application runs. Curious... If I run the .desktop-file manually from thunar, it runs correctly... BTW: It isn't possibly to use any variables (e.g. $HOME) inside a .desktop-file. But I don't know, where to report this bug
Created attachment 3297 My .desktop-file
Created attachment 3298 My script
Try setting StartupNotify=false perhaps. Make sure the script is executable. Ideally, use an absolute path to the script in the desktop entry? Does that work?
Yes - with this it works. Thanks!
I'm marking this one as invalid rather than wontfix. Glad it works now.