From 803e128b8e151c061f75051b5a4386d4c624ba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 3 Oct 2013 23:36:52 +0200 Subject: [PATCH] wni: Add qrexec-client path to WNI settings --- core/settings-wni-Windows_NT.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/settings-wni-Windows_NT.py b/core/settings-wni-Windows_NT.py index fab21b51..3a8b29a1 100644 --- a/core/settings-wni-Windows_NT.py +++ b/core/settings-wni-Windows_NT.py @@ -14,6 +14,8 @@ def apply(system_path, vm_files, defaults): 'c:/program files/Invisible Things Lab/Qubes/bin/qubesdb-daemon.exe' system_path['qrexec_daemon_path'] = \ 'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-daemon.exe' + system_path['qrexec_client_path'] = \ + 'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-client.exe' # Specific to WNI - normally VM have this file system_path['qrexec_agent_path'] = \ 'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-agent.exe'