| Index: remoting/host/linux/linux_me2me_host.py
|
| diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py
|
| index 9c80e789fea03b45f8023609b0e08d11677e9f38..48dac44cb917a8e9feed41d3b939be025748e61d 100755
|
| --- a/remoting/host/linux/linux_me2me_host.py
|
| +++ b/remoting/host/linux/linux_me2me_host.py
|
| @@ -55,7 +55,7 @@ DEFAULT_SIZE_NO_RANDR = "1600x1200"
|
| SCRIPT_PATH = os.path.abspath(sys.argv[0])
|
| SCRIPT_DIR = os.path.dirname(SCRIPT_PATH)
|
|
|
| -IS_INSTALLED = (os.path.basename(sys.argv[0]) != 'linux_me2me_host.py')
|
| +IS_INSTALLED = ("me2me_host" not in os.path.basename(sys.argv[0]))
|
|
|
| if IS_INSTALLED:
|
| HOST_BINARY_NAME = "chrome-remote-desktop-host"
|
|
|