hi,
ive found different examples on how to use fullscreen, one does leave a small black line at the top, the second one does leave a 5mm black line at the top.
so i was thinking about running it without gnome.
but that doesnt really work with this command:
xinit /home/myuser/code/python/wxpython-full.py $* -- :1
xorg shows a black screen, after exiting it looks like xinit was trying to run the python code with bash....
syntax error "(" ...
the code (second snippet)
http://www.blog.pythonlibrary.org/2013/07/12/wxpython-making-your-frame-maximize-or-full-screen/
i added #!/usr/bin/python in the first line.