In my Raspberry Pi project, I need to have X11 run a python script that replaces the "normal" window manager. I went ahead and stripped LXDE entirely from my system, and now when I boot my pi I get a blank X11, but also an Xterm session that being ran automatically from.... somewhere. I thought it was X11 running in failsafe mode, but I disabled that /etc/X11/Xsession.options (Commented it out), but the Xterm persists. Then I tried to give it an application to run by creating a script in Xsession.d. (I had it run xpdf as default) . It ran xpdf, and then that silly XTerm window popped on top...
Where is the Xterm session coming from so I can comment it out?
Better yet, is a better way to launch an application on X11 start other then monkeying with Xsession? I don't think so, but can imagine this being a popular thing to do.