summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremoting/tools/me2me_virtual_host.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
index 41115c5..8bb3ab2 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",