Announcement

Collapse
No announcement yet.

[solved] syndaemon not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [solved] syndaemon not working

    In Kubuntu Hardy, I used a startup script that invoked syndaemon:

    Code:
    syndaemon -d -t &
    This script started syndaemon, which properly disabled touchpad input while typing.

    However, the same script no longer works in Karmic. I've tried enabling SHMconfig, and adding the -S switch:

    Code:
    syndaemon -d -t -S &
    And it likewise appears not to work.

    Any idea how to use syndaemon (or some other means) properly in Karmic, to disable touchpad input while typing?

    Thanks in advance!

    #2
    Re: syndaemon not working

    Possibly How to disable taps as mouse clicks on touchpad?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: syndaemon not working

      I think I found the solution: the -S switch no longer exists/works in syndaemon, so I had to change my autostart script to:

      Code:
      syndaemon -d -t &
      (I was mistaken previously; the -S was an artifact of syndaemon in Hardy, not the other way around.)

      Comment

      Working...
      X