diff lib/localdisplay.py @ 924:4620a5d2f337

comment Ignore-this: a0c7a9a99558eb8cc97a256a49e8d85a darcs-hash:20130922073241-312f9-f3cf457b94227246aac822f55a656f99536846f2
author drewp <drewp@bigasterisk.com>
date Sun, 22 Sep 2013 00:32:41 -0700
parents 2d055bce2e60
children 2f8ba398f958
line wrap: on
line diff
--- a/lib/localdisplay.py	Sun Sep 22 00:31:39 2013 -0700
+++ b/lib/localdisplay.py	Sun Sep 22 00:32:41 2013 -0700
@@ -3,6 +3,9 @@
 def setDisplayToLocalX():
     """
     set DISPLAY env var in this process to the id of the X process on localhost
+
+    I might need something like xauth merge /run/gdm/auth-for-gdm-xxxxxx/database too
+    and this isn't automated yet
     """
     for pid in psutil.get_pid_list():
         try: