gitso

gitso Commit Details


Date:2009-10-04 17:39:25 (15 years 2 months ago)
Author:gerberad
Branch:master
Commit:52a28935432244868516eb35a09710eb08895180
Parents: 25a9e4a5608961c4a0df609f39b2ca6af16d49d4
Message:/trunk/Processes.py Removed the low-resolution parameter from the Linux x11vnc call.

Changes:

File differences

gitso/trunk/Processes.py
5757
5858
5959
60
60
61
62
63
64
6165
6266
6367
vncviewer = '%scotvnc.app/Contents/MacOS/cotvnc' % self.paths['resources']
self.returnPID = os.spawnlp(os.P_NOWAIT, vncviewer, vncviewer, '--listen')
elif sys.platform.find('linux') != -1:
self.returnPID = os.spawnlp(os.P_NOWAIT, 'vncviewer', 'vncviewer', '-bgr233', '-listen')
self.returnPID = os.spawnlp(os.P_NOWAIT, 'vncviewer', 'vncviewer', '-listen')
# These are the options for low-res connections.
# In the future, I'd like to support cross-platform low-res options.
# self.returnPID = os.spawnlp(os.P_NOWAIT, 'vncviewer', 'vncviewer', '-bgr233', '-listen')
elif sys.platform == 'win32':
import subprocess
if self.paths['mode'] == 'dev':

Archive Download the corresponding diff file

Branches

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