OSMC home screen not show up after auto upgrade

After auto upgraded, OSMC(on raspberry pi 2) doesn’t show home screen, but just show up the background(earth) image. I can move the mouse, but click on the mouse doesn’t do anything.
Finally I browse to OSMC, and click on the ‘Home’ button in the “Remote” tag on the web interface to make the home page show up again. But reboot OSMC, the home screen still does not show up. So what’s wrong with the boot process?

Thanks,
Allen

Which skin have you been using?
Also provide debug enabled logs.

It’s Confluence. and I don’t know how to enable debug. I can ssh to OSMC.
Any idea?

Fixed. In the Skin option there is a “Startup window” which says “TV”. I change it to “Home window” and reboot. Everything is back and perfect. Thanks a lot. I like it.

Allen

Saw you solved it. Just for the record to enable debug via ssh.

Add to guisettings.xml

    <debug>
        <extralogging default="true">false</extralogging>
        <screenshotpath default="true"></screenshotpath>
        <setextraloglevel>32</setextraloglevel>
        <showloginfo default="true">false</showloginfo>
    </debug>

Is it possible to add a user startup window in OSMC on Raspberry pi 2?
Right now we can choose ‘Home window’, ‘TV’, ‘Radio’,‘Program’…etc in the ‘Startup window’.
Let’s say add ‘Firefox’ to the ‘Startup window’. I’m using Confluence skin.

Allen