| Index: remoting/tools/me2me_virtual_host.py
|
| diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
|
| index 41115c56fca5428d3d0d71e2bee04b2e09bb4209..8bb3ab26c5963ba3317e3999d35d8e29661ddea9 100755
|
| --- a/remoting/tools/me2me_virtual_host.py
|
| +++ b/remoting/tools/me2me_virtual_host.py
|
| @@ -287,7 +287,9 @@ class Desktop:
|
|
|
| # Create clean environment for new session, so it is cleanly separated from
|
| # the user's console X session.
|
| - self.child_env = {"DISPLAY": ":%d" % display}
|
| + self.child_env = {
|
| + "DISPLAY": ":%d" % display,
|
| + "REMOTING_ME2ME_SESSION": "1" }
|
| for key in [
|
| "HOME",
|
| "LOGNAME",
|
|
|