capyloon / nutria

Experimental Web Based OS Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Screen lock when the FTU is done

arky opened this issue · comments

commented

Describe the bug

Please disable lock screen when you launch nutria in 'desktop' mode

** Environment **

  • Desktop Linux

  • Desktop Mac

  • Device

To Reproduce
Steps to reproduce the behavior:

  1. Run ./jackady dev --type desktop
  2. Click next or skip the onboarding
  3. You will see the lock screen (see attached screenshot)

Expected behavior
You will see the main screen with apps

Screenshots
Lock Screen Screenshot from 2023-07-05 12-16-59

Main Screen Screenshot from 2023-07-05 12-20-49

Additional context
When you launch Capyloon on TV Media center interface you don't want users to first unlock the screen.

commented

@tylerchilds perhaps this good be one good feature to work on to improve the user experience in 10-foot UI

In general (not just in desktop mode) we should disable the lock screen when we're done with the FTU (First Time Use) app run.

The relevant logic is in apps/system/js/bootstrap.js

commented

Thanks @fabricedesre for fixing this quickly.