udevbe / greenfield

HTML5 Wayland compositor :seedling:
GNU Affero General Public License v3.0
913 stars 28 forks source link

BUG. No default nrmlvo entry found. #83

Closed MoritzWeber0 closed 2 years ago

MoritzWeber0 commented 3 years ago

When I try to run the greenfield demo, I get the following error (in the browser console, Keyboard.ts:46 from compositor-module/src): Uncaught (in promise) Error: BUG. No default nrmlvo entry found.

langTokens are ["en", "US"] The nrmlvoEntries Variable is an empty list (buildNrmlvoEntries returns an empty list as well) and therefore nrmlvoEntry is undefined.

The file /usr/local/share/X11/xkb/rules/evdev.lst does not exist on my system.

Thanks for any help in advance!

Zubnix commented 3 years ago

I'm currently updating the README.md of the greenfield-cloud branch, as that one is a bit more up to date and has more development going on, which will hopefully solve your issue. I'll merge that branch into master in the next couple of hours/days.

MoritzWeber0 commented 3 years ago

Thank you! I got it running with this docker configuration: https://github.com/udevbe/webshell I tried the Docker demo of the branch test-framework as well, however, I had the same issue there.

Zubnix commented 3 years ago

I've updated the readme on the greenfield-cloud branch. This should give you the latest up to date version. Can you confirm this works for you?

MoritzWeber0 commented 3 years ago

Thanks, I will probably only get back to it in the next few days/weeks. I will then comment whether it worked.

Zubnix commented 2 years ago

closing because can't reproduce. please re-open if you encounter any issues.