should include script for launching syndaemon

Bug #253079 reported by Jason Kraftcheck
2
Affects Status Importance Assigned to Milestone
xserver-xorg-input-synaptics (Ubuntu)
Triaged
Wishlist
Unassigned

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.

Revision history for this message
Jason Kraftcheck (kraftche) wrote :
Revision history for this message
Jason Kraftcheck (kraftche) wrote :

Fix bogus Xsession script for syndaemon: script is sourced, not exec'd, so don't do "exit 0".

Revision history for this message
Jason Kraftcheck (kraftche) wrote :

A few minor corrections to the script

William Grant (wgrant)
Changed in xserver-xorg-input-synaptics:
importance: Undecided → Wishlist
Bryce Harrington (bryce)
Changed in xserver-xorg-input-synaptics:
status: New → Triaged
Revision history for this message
Dag Brattli (dbrattli) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.