OpenSecurity/bin/opensecurity_tray.pyw
changeset 60 eeb778585a4d
parent 45 fe6af6fe1228
child 90 bfd41c38d156
     1.1 --- a/OpenSecurity/bin/opensecurity_tray.pyw	Wed Dec 11 15:11:50 2013 +0100
     1.2 +++ b/OpenSecurity/bin/opensecurity_tray.pyw	Fri Feb 14 14:08:24 2014 +0100
     1.3 @@ -105,7 +105,8 @@
     1.4              # get a proper browsing VM
     1.5              browsing_vm = urllib2.urlopen('http://127.0.0.1:8080/browsing').readline()
     1.6              dlg_launch_image = os.path.join(sys.path[0], 'launch.pyw')
     1.7 -            process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/iceweasel']
     1.8 +            #process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/iceweasel']
     1.9 +            process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/midori']
    1.10              print(process_command)
    1.11              process = subprocess.Popen(process_command, shell = False)
    1.12