-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lack of access to USB #126
Comments
Access to USB devices like webcams on Linux is usually controlled with user groups. Lots of user groups for Debian are documented here: https://wiki.debian.org/SystemGroups#Groups_without_an_associated_user I believe most distros (if not all) use the user group Granting this access is as easy as adding |
However, something related I would like to look into for |
Thanks, I forgot about groups 🙈, now camera works, but U2F on firefox still doesn't connect. It's a small to not a issue because I can login into second account via gdm, authorize second factor and use browser with ego. You can close this issue if you want, workaround for u2f keys work for me |
I don't know how U2F works, can't help you there. It's possible that enabling U2F support is just as easy as adding another user group. Or maybe you need some custom udev rules. https://wiki.archlinux.org/title/udev#About_udev_rules I've opened a new issue for PipeWire support, which I mentioned above. I'm closing this issue. |
Summary
Application run by ego doesn't have access to USB devices
Expected behavior
Application should be able to access USB devices with some run parameter
Steps to reproduce
ego --user=user2 firefox
)If I login normally through gdm3 I can access USB devices without an issue
The text was updated successfully, but these errors were encountered: