Bug 1053007
| Summary: | Touchpad -- disable while typing | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin <mholec> |
| Component: | gnome-settings-daemon | Assignee: | Rui Matos <rmatos> |
| Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | tpelka |
| Target Milestone: | rc | Keywords: | EasyFix |
| Target Release: | 7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-06 15:29:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin
2014-01-14 15:02:52 UTC
What's the output of: ps aux | grep syndaemon ? $ ps aux | grep syndaemon mholec 3679 0.0 0.0 112636 992 pts/1 S+ 17:37 0:00 grep --color=auto syndaemon Looks like syndaemon isn't started. Might be gnome-settings-daemon getting confused. FYI gnome-settings-daemon should spawn syndaemon with -t option which mean only disable tapping, not mouse movements... There is something wrong if syndaemon isn't spawned, but I am unable to reproduce it with RHEL-7.0-20131016.1. Be sure disable-while-typing is true: gsettings get org.gnome.settings-daemon.peripherals.touchpad disable-while-typing Run settings-daemon manually with debug information: killall gnome-settings-daemon; /usr/libexec/gnome-settings-daemon --debug Do you see something like (gnome-settings-daemon:20119): mouse-plugin-DEBUG: Launched syndaemon or (gnome-settings-daemon:20119): mouse-plugin-DEBUG: Failed to launch syndaemon ? "syndaemon -i 1.0 -t -K -R" is now running. Maybe it was fixed by some update or it crashes only after extensive Control Center testing. From "Disable while typing" option in "Touchpad" section I was expecting to disable whole touchpad during typing, including mouse movements. I see now this option disables only tapping and scrolling. I think "Disable while typing" description is little confusing. I propose change it to "Disable tapping and scrolling while typing" or at least "Disable tap while typing". (In reply to Martin Holec from comment #5) > "syndaemon -i 1.0 -t -K -R" is now running. Maybe it was fixed by some > update or it crashes only after extensive Control Center testing. > > From "Disable while typing" option in "Touchpad" section I was expecting to > disable whole touchpad during typing, including mouse movements. We can remove -t option, however the time have to be decreased... -t option have been added by https://bugzilla.gnome.org/show_bug.cgi?id=673055 So, it works correctly, however the label is quite misleading. We can't change simply translated strings at this point. I've filed it upstream: https://bugzilla.gnome.org/show_bug.cgi?id=723770 |