mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Merge pull request #192 from 486/set_size
Have set_size use color depth of 24
This commit is contained in:
commit
c571aa57bf
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class State(object):
|
|||
'sed -i \'s#'
|
||||
'^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'
|
||||
).format(w, h), shell=True)
|
||||
self.size_changed_count += 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue