1 --- a/Onboard/ClickSimulator.py
2 +++ b/Onboard/ClickSimulator.py
3 @@ -479,7 +479,7 @@ class CSMousetweaks(ConfigObject, ClickSimulator):
4 self._daemon_running_notify_callbacks = []
6 def _launch_daemon(self, delay):
7 - self.launcher.launch_delayed(["mousetweaks"], delay)
8 + self.launcher.launch_delayed(["@mousetweaks@/bin/mousetweaks"], delay)
10 def _set_connection(self, active):
11 ''' Update interface object, state and notify listeners '''