There's a bug in the 85syndaemon script which blocks the reading of the /etc/default/syndaemon file: syndameon should be syndaemon. Any chance of syndaemon configuration being included in Ubuntu?
--- /home/dbrattli/85syndaemon.orig 2013-06-02 10:13:23.252252854 +0200 +++ /etc/X11/Xsession.d/85syndaemon 2013-06-02 10:14:22.316250216 +0200 @@ -24,11 +24,10 @@ START_DAEMON=0 else # Read settings from /etc/default/syndaemon and ~/.syndaemon - test ! -r /etc/default/syndameon || . /etc/default/syndaemon || true + test ! -r /etc/default/syndaemon || . /etc/default/syndaemon || true test ! -r $HOME/.syndaemon || . $HOME/.syndaemon || true fi fi - # Interpret options expr "$SYN_ENABLE" \> 0 || START_DAEMON=0 SYNFLAGS= @@ -40,3 +39,4 @@ # Start daemon test "$START_DAEMON" -eq 0 || $SYNDAEMON -d $SYNFLAGS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/253079 Title: should include script for launching syndaemon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/253079/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs