The starting of the application automatically shouldn't be too hard, ~/.xinitrc or something like that should be able to accomplish it. Doing it this way may require you to run X from the console (ie: startx) instead of using a graphical login.
No need for this, Win4Lin has a mode that runs it's own X server. Type fwin, at a console.
As for logging in as a user, you might be able to do something using /etc/inittab
Yep, just create a /etc/init.d/ems script, (copy another in /etc/init.d), start starts win4lin (fwin), which in turn starts your prog, (via the windows startup menu, or Run section of the registry).
Don't forget to put the following section in your init.d script:
depend() {
need Win4Lin
}And add your script to the default runlevel:
rc-update add ems default
MAL
-- [EMAIL PROTECTED] mailing list
