-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues running on linux? SEE HERE #7
Comments
@corbt Hopefully this helps out any Ubuntu/Linux users. |
I had an issue too and doing this fixed it in my ubuntu 22.04, thanks |
@blevlabs I feel so silly, I saw that error and thought it was an unrelated warning. Updating the version work, thanks |
I did exactly the same! |
Adding a version definitely removed the initial errors, but I'm not sure what the I found I had to add Even then, something isn't working right, it keeps repeatedly asking for screenshare permissions even when I click "remember my decision", and the mouse clicking doesn't seem to work properly. It also ended up in some strange loop and crashed. This is on Ubuntu 22.04, maybe Wayland doesn't play well with whatever libraries this uses! |
see https://linuxconfig.org/understanding-linux-permissions-the-differences-between-chmod-and-chown
having same issue |
I worked through this, so here are a few things that made it work on Ubuntu 24.04
Add a version field with a valid SemVer version to avoid the
"App version is not a valid semver version: '0.0'"
error. Add this line to thepackage.json
:Run these commands:
The text was updated successfully, but these errors were encountered: