[George] > Hmm, > > The only way I seem to be able to make lxde to do something when > logging in is to put an application starter in /etc/xdg/autostart
> I tried to put a script call zz-my-computer in /etc/X11/Xsession.d > > containing just one line; > /bin/mkdir $HOME/Desktop/test Did you see anything useful in ~/.xsession-errors? I believe all X environments in Debian uses /etc/X11/Xsession (which in turn uses /etc/X11/Xsession.d/), but I have not verified this with LXDE. I know it work with KDE and Gnome. > I also tried chmoding the script +x, but that should not be > necessary either, if Xsession is doing the actual "run". Xsession uses run-parts, so see the manual page there for the requirements. Perhaps your script need to have the form 99my-computer like the other scripts there? -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

