make xvfb automatically find a free server

This commit is contained in:
Franz Roters 2021-07-09 22:25:56 +02:00
parent 72be56860e
commit 79420463f2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ print('compiling Mentat menu binaries...')
executable = msc_root/f'mentat{msc_version}/bin/mentat'
menu_file = msc_root/f'mentat{msc_version}/menus/linux64/main.msb'
os.system(f'xvfb-run {executable} -compile {menu_file}')
os.system(f'xvfb-run -a {executable} -compile {menu_file}')
print('setting file access rights...\n')