| Index: remoting/tools/me2me_virtual_host.py
|
| diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
|
| index 2b537b6e076b244ce97b40e5dd10e90798a34a08..34092427764d4333720328767670ea7bb15dad41 100755
|
| --- a/remoting/tools/me2me_virtual_host.py
|
| +++ b/remoting/tools/me2me_virtual_host.py
|
| @@ -30,6 +30,7 @@ import urllib2
|
| import uuid
|
|
|
| # Local modules
|
| +sys.path.insert(0, "/usr/share/chrome-remote-desktop")
|
| import gaia_auth
|
| import keygen
|
|
|
| @@ -58,7 +59,8 @@ else:
|
| EXE_PATHS_TO_TRY = [
|
| ".",
|
| "../../out/Debug",
|
| - "../../out/Release"
|
| + "../../out/Release",
|
| + "/usr/lib/chrome-remote-desktop",
|
| ]
|
|
|
| CONFIG_DIR = os.path.expanduser("~/.config/chrome-remote-desktop")
|
|
|