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 Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/253079
Title:
should include script for launching syndaemon
Status in “xserver-xorg-input-synaptics” package in Ubuntu:
Triaged
Bug description:
Even if syndaemon is not run by default, it would be nice if the
package included the necessary script to launch syndaemon as part of
the Xsession. For example, the attached files.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/253079/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp