-
Notifications
You must be signed in to change notification settings - Fork 13
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
USB hardware level #65
Comments
Add check for the presence of USB 2 (EHCI) and USB 3 (xHCI) controllers so that we don't accidentally introduce a dependency on the Extension Pack. Relates to jmunixusers#65
Do we want the EHCI/xHCI warning to be a libnotify notification or did you have something else in mind? |
In theory, I like that we can do libnotify and move on, but I feel this may be worthy of the subtlety that zenity offers. |
As far as the warning, I am not sure how to best go about it, so I'm hoping you have something in mind. The best I have though of is:
I feel like there is probably a much cleaner way of going about it. It feels dirty that checking the condition and notifying the handler are two separate tasks. |
That's about it, and I think the two steps are just an Ansible "feature". The unfortunate thing is that HREF in zenity will likely open as root. |
We'll have to test that. Hopefully if we become_user then it will work out. Though, I am also concerned about how that will play out if there's a user in real_users other than the currently logged-in user and if more than one window comes up. |
I misread become_user, you're probably right that this is ok. Multiple could get interesting though. |
For the docs folder, were you hoping for something within the VM (potentially on the desktop), something in jmunixusers/presentations, or something else? |
I was thinking the presentations repo, possibly with a desktop shortcut. |
Which of the following would you prefer?
For now I prefer 2, but if we keep adding more docs, 3 might be the better option; although there's nothing stopping us from doing 2 now and 3 later. |
Concur about 2, with options on 2&3 later. |
Is there anything left to do for the last two items in the original comment? |
Per @ChrisMayfield, we should be intentional about requiring the Extension Pack when packaging the VM, as most people won't need it. CS354 may require a better USB controller for moving Kinect data into the VM.
The text was updated successfully, but these errors were encountered: