xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

No specific GUI / `-display` forced #16

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

As XQEMU Manager does not force a specific GUI / -display, a default one is picked, which is typically Gtk on platforms which support it.

To avoid such variety, we should add ['-display', 'sdl'] into the cmd array which forces the simple SDL UI.

Issue instead of PR due to lack of time - this is also a beginner task