gitso

gitso Commit Details


Date:2008-08-20 22:11:34 (16 years 4 months ago)
Author:xburnerx
Branch:master
Commit:9d5330e08d776e154c56c82e9ff95045cea54e09
Parents: 256d4508840100526ce206f0d2a1ab47592aab90
Message:fixed the command to call x11vnc with all the arguments

Changes:

File differences

gitso/trunk/Gitso.py
176176
177177
178178
179
179
180180
181181
182182
if sys.platform == 'darwin':
self.returnPID = os.spawnl(os.P_NOWAIT, '%sOSXvnc/OSXvnc-server' % devPath, 'OSXvnc-server', '-nopw -connectHost', '%s' % host)
elif sys.platform.find('linux') != -1:
self.returnPID = os.spawnlp(os.P_NOWAIT, 'x11vnc', 'x11vnc', '-nopw -ncache 20 -solid black -connect' , '%s' % host)
self.returnPID = os.spawnlp(os.P_NOWAIT, 'x11vnc', 'x11vnc','-nopw','-ncache','20','-solid','black','-connect','%s' % host)
elif sys.platform == 'win32':
self.returnPID = os.spawnl(os.P_NOWAIT, '%s\\WinVNC.exe' % os.environ['WINDIR'], '%s\\WinVNC.exe' % os.environ['WINDIR'])
print "Launched WinVNC.exe, waiting to run -connect command..."

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07588s using 13 queries.