onboard: Depend on mousetweaks

This commit is contained in:
Daniel Schaefer
2019-04-28 14:23:20 -04:00
committed by worldofpeace
parent 08588e7c3f
commit 9da62cb0b3
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/Onboard/ClickSimulator.py
+++ b/Onboard/ClickSimulator.py
@@ -479,7 +479,7 @@ class CSMousetweaks(ConfigObject, ClickSimulator):
self._daemon_running_notify_callbacks = []
def _launch_daemon(self, delay):
- self.launcher.launch_delayed(["mousetweaks"], delay)
+ self.launcher.launch_delayed(["@mousetweaks@/bin/mousetweaks"], delay)
def _set_connection(self, active):
''' Update interface object, state and notify listeners '''