This morning I upgraded from Kivy 1.8 to 1.9, since the upgrade all apps are opening full screen. I also have no cursor which makes finding my "exit" button extremely difficult. The only way I'm able to consistently get out of an app is to restart the pi. (raspberry pi 2, kivy 1.9)
I have tried all the normal keyboard options, I have tried editing the config file, etc. Code such as the below makes no difference:
from kivy.config import Config
Config.set('graphics', 'fullscreen', 0)
Config.write()
I ran:
import kivy
help(kivy)
and found the location of the config file. It is indeed set as fullscreen '0', tried changing it to 1, auto, and fake but no option made any difference.
My problem mirrors another person's and I've tried everything suggested here:
Can't close Kivy app or avoid fullscreen
Its worth noting that prior to the upgrade I didn't have this issue and I just completed a fresh install and update of Raspian, installed kivy, and have the same problem. Help is much appreciated!
touchring = show_cursor=true