Merge pull request #171 from trinhpham/master

Activate only one view of Desktop
This commit is contained in:
Budi Utomo 2019-07-09 13:54:42 +02:00 committed by GitHub
commit 087c91922c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,13 @@ ENV DISPLAY=:0 \
VIDEO_PATH=/tmp/video \
LOG_PATH=/var/log/supervisor
#================================================
# openbox configuration
# Update the openbox configuration files to:
# + Use a single virtual desktop to prevent accidentally switching
#================================================
RUN sed -i "s/<number>4<\/number>/<number>1<\/number>/g" /etc/xdg/openbox/rc.xml
#===============
# Expose Ports
#---------------