python - Starting kivy GUI app from terminal -
i installed python, pygame , kivy on ubuntu 14.04lts, want create gui run on 10" capacitive touchscreen(haven't arrived yet). managed start kivy hello world app lightdm running, want start without ubuntu's gui running, standard terminal mode. says 'unable window, abort'. how make gui runs terminal mode?
according https://stackoverflow.com/a/3331769/2469283 possible, maybe kivy need modification it, i'm not sure. you'd need custom window provider , maybe other stuff, sdl2 etc. need x11.
also, don't need pygame more, kivy has switched sdl2.
Comments
Post a Comment