mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Merge pull request #192 from 486/set_size
Have set_size use color depth of 24
This commit is contained in:
@@ -65,7 +65,7 @@ class State(object):
|
|||||||
'sed -i \'s#'
|
'sed -i \'s#'
|
||||||
'^exec /usr/bin/Xvfb.*$'
|
'^exec /usr/bin/Xvfb.*$'
|
||||||
'#'
|
'#'
|
||||||
'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x16'
|
'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x24'
|
||||||
'#\' /usr/local/bin/xvfb.sh'
|
'#\' /usr/local/bin/xvfb.sh'
|
||||||
).format(w, h), shell=True)
|
).format(w, h), shell=True)
|
||||||
self.size_changed_count += 1
|
self.size_changed_count += 1
|
||||||
|
|||||||
Reference in New Issue
Block a user