Update build

pull/84/merge
Tomas-M 2019-07-25 20:01:40 +02:00 committed by GitHub
parent 5a06b74174
commit 8be589217e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ apt-get install --yes --no-install-recommends \
libgl1-mesa-dri \ libgl1-mesa-dri \
libglu1-mesa libglu1-mesa
# Set setuid bit on xorg binary, so it can be started by guest user
chmod u+s /usr/lib/xorg/Xorg
# use only white cursors. There were some troubles if the other cursors # use only white cursors. There were some troubles if the other cursors
# was left behind, installing gtk apps reverted the cursor from white to gray, # was left behind, installing gtk apps reverted the cursor from white to gray,
# so we're going to nuke it to leave only Snow cursors active. # so we're going to nuke it to leave only Snow cursors active.