Run programs that require a window manager, on the CLI
- by Twitchy
Is there any way I can run a game server (MW3) under wine without requiring a window manager present?
Currently to run windows only game servers on my Ubuntu box, I have to start them using RDP access as this creates a X session which the program (which has its own GUI). This is a pain as it cannot be automated (or can it?) on start up.
What I would rather is some sort of X session emulator that pulls the console output of the program into the CLI so that I can automate server start ups.
Is there any program or method that can do this?