Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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 = [] 5 6 def _launch_daemon(self, delay): 7- self.launcher.launch_delayed(["mousetweaks"], delay) 8+ self.launcher.launch_delayed(["@mousetweaks@/bin/mousetweaks"], delay) 9 10 def _set_connection(self, active): 11 ''' Update interface object, state and notify listeners '''