about summary refs log tree commit diff
path: root/pkgs/applications/misc/onboard/fix-paths.patch
blob: 64acc9b138c438f2ad473f553dbfaed5790cf189 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 '''