matomo: 5.2.1 -> 5.2.2 (#376385)
[NixPkgs.git] / pkgs / by-name / on / onboard / fix-paths.patch
blob64acc9b138c438f2ad473f553dbfaed5790cf189
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 '''