-
-
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
Prompt to connect Bluetooth input devices when no input devices exist #82
Comments
I've seen this dialog and know what you're talking about. 😁 @danrabbit what do you think about the Bluetooth indicator being in charge of that and throwing a special dialog if there's no mouse? I guess that would usually appear on the greeter instead of in a user session. |
@michaelkanis the reason I don't think this belongs in onboarding is because you have the greeter first, which requires a keyboard at least to create the first user. The Bluetooth indicator already knows about Bluetooth devices and seems like a natural place for this. I guess it could also be its own sort of daemon, but that seems overkill. Unless GNOME Settings Daemon already has this sort of functionality, but I'm not aware. |
I think I've submitted this ticket too fast without actually thinking it through enough, because it would probably actually be also needed in the live session when installing. And, as you noted, of course in the greeter. Thrown in the idea nevertheless. 😉 |
@michaelkanis luckily the Bluetooth indicator is running in all of those instances, so it could still make sense there. I've transferred this issue. |
Yeah bluetooth indicator probably makes sense since it's bluetooth aware and exists pretty much always |
@danrabbit I guess the one counter-argument is on a system with no input devices and no Bluetooth, we might still want to prompt to like… plug in a mouse and keyboard. |
Currently in all Linux distributions I know, there is no way of connecting a bluetooth mouse without another mouse. macOS shows a window where you can do this as it's very first thing when you set up a new Mac that has no mouse connected (like a mac mini or iMac).
I think this app would be perfect to do something similar. Would add a lot to the UX polish.
Unfortunately I can't find a screenshot for this and currently don't have access to a stationary Mac, but from what I remember the dialog was very simple. It definitely wasn't the full bluetooth prefpane. It just said something along the lines "There is no mouse connected. Connect a wired mouse or put your Bluetooth mouse into pairing mode". It would then auto pair and connect any mouse that it found and I believe it would even automatically close the dialog.
The text was updated successfully, but these errors were encountered: