mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
12 lines
478 B
Diff
12 lines
478 B
Diff
--- 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 '''
|