Which display manager for a non interactive Python app and mplayer?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-06-09T20:22:53Z Indexed on 2010/06/09 20:32 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

I am developing an application that will run on Linux to run fullscreen all the time (no menus or trays or anything will be visible).

The application is going to be developed in Python, not that that matters as far as the display manager, but what I am having a hard time with is choosing a display manager.

I need something with the smallest possible footprint, that will let me run a graphical Python app and have an mplayer window at the same time, at widescreen resolutions (widescreen, 16:10,16:9, etc). Other than that, it doesn't need a lot of features, but the end footprint size is the most important thing I'll be looking at.

What display manager would you recommend?

© Stack Overflow or respective owner

Related posts about python

Related posts about linux