-
Notifications
You must be signed in to change notification settings - Fork 243
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
Enable touchpad tap to click #928
Comments
There was, but it was removed, as we had push-back from teachers with children who couldn't quite get the hang of keeping their fingers off the touchpad at the wrong time, and other teachers who didn't like it when children had laptops that behaved differently. |
The clicking of the track pad button(s) seems unnecessary. An entire classroom would be loud. The optional configuration setting that defaulted to off was removed? As a developer, there being no way to configure this is a non-starter. |
(Re-purposed MacBooks do not have trackpad buttons; though you can make the trackpad click by pressing unnecessarily hard when just tapping is sufficient) |
Was this a per-user configuration setting? |
Thanks. The optional configuration setting that defaulted to on was removed. It happened when OLPC began using a second source touchpad that supported tap to click, and the customers gave strong feedback when the touchpad reached them. OLPC provided a way for new customers to enable it in their operating system builds. It was a per-system configuration setting; there being no users apart from the default user There was also a configuration setting and GUI for the OLPC XO-1 touchpad, which had both an absolute positioning mode (on the outer two sections), and a relative position mode (on the inner section). Iconography for this is still in the sources. Sugar inherited this situation, and as far as I know nothing has been done about it since. As a developer, it doesn't concern me at all, as what Sugar does is already so restrictive in several ways. I'm not the target user. It would be good to have such configuration settings back again, and I'm in favour, but;
There's also other things we need from the Gnome desktop, like bluetooth device management, and secondary displays. |
Actually, given your other comments in #927, sugarlabs/sugar-runner#7 and #929, perhaps you should look at Sugarizer, which is a reimplementation of Sugar using JavaScript and HTML5 which can run inside a web browser. Many of the concerns you have may be solved if you used it instead of Sugar. |
While I haven't done anything close to widespread user testing, I suspect that you may be underestimating the capacities of elementary school children to operate standard desktop and workstation machines in various configurations in order to work with browser-based apps like Scratch, ABC Mouse, PBS Kids online, Hour of Code exercises (scratch,) etc. It's frustrating for a user that manages to handle a boolean configuration setting in other less-restrictive window managers. I'll take a look at Sugarizer and Sugar-Runner; but TBH SoaS/Fedora+Sugar is frustratingly limiting and the kid can handle gnome just fine. (We didn't need dumbed-down GUIs in my day) If you need to configure/reset Gnome userspace settings on multiple systems, a configuration management tool like Puppet/Salt/Ansible can help to wrangle those. This enables touchpad tap-to-click in Gnome: $ gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
$ # gsettings list-recursively |
Is this metacity? Is there a command to do this in metacity, as well? |
... That could be run in a call to |
Our research and experience was in 2006 to 2009, for children on other countries who had no experience with devices, and educational systems where the teacher was the arbiter of device success.
Sorry about that, but you were not our target. Sugar isn't really a window manager, it's a learning environment.
Sugar should not be your first choice then. I suggest Android or iOS.
Yes, I know. Do experiment, i.e. in Terminal. You may also need to run the gnome settings daemon to implement the change to the settings. When I changed |
Is there a way to enable touchpad tap to click; like you can with gnome-control-center > Mouse and Touchpad?
The text was updated successfully, but these errors were encountered: