OpenSecurity/bin/cygwin.py
changeset 95 cdebb7e0ba10
parent 90 bfd41c38d156
child 96 630b62946c9e
     1.1 --- a/OpenSecurity/bin/cygwin.py	Fri Mar 07 14:32:12 2014 +0100
     1.2 +++ b/OpenSecurity/bin/cygwin.py	Tue Mar 18 16:28:15 2014 +0100
     1.3 @@ -204,6 +204,7 @@
     1.4              return           
     1.5          # launch X11 (forget output and return immediately)
     1.6          return Cygwin.execute(Cygwin.cygwin_x11, ':0 -multiwindow', wait_return = False, window = False)
     1.7 +        #return 0, None, None
     1.8      
     1.9      @staticmethod    
    1.10      def cygPath(path):
    1.11 @@ -220,3 +221,6 @@
    1.12      
    1.13      c.cygPath('C:')
    1.14      c.start_X11()
    1.15 +    logger.info('X11 started')
    1.16 +    logger.info("X11 running: " + str(c.is_X11_running()))
    1.17 +