Skip to content

Commit

Permalink
Return flags to send bigbashview to stable with QT 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 27, 2024
1 parent e22165b commit 9723a82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bigbashview/usr/lib/bbv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ def formatter(prog):
if args.gpu:
flags += (' --enable-gpu-rasterization')
else:
os.environ['QT_QUICK_BACKEND'] = 'software'
flags += ('--disable-gpu --disable-webgl --disable-accelerated-video-decode --disable-accelerated-video-encode --num-raster-threads=0')
# os.environ['QT_QUICK_BACKEND'] = 'software'
# flags += ('--disable-gpu --disable-webgl --disable-accelerated-video-decode --disable-accelerated-video-encode --num-raster-threads=0')
flags += (' --disable-webgl --disable-accelerated-video-decode --disable-accelerated-video-encode --num-raster-threads=0')

# Verifica se a variável de ambiente QTWEBENGINE_CHROMIUM_FLAGS está vazia ou não definida
if not os.environ.get('QTWEBENGINE_CHROMIUM_FLAGS', ''):
Expand Down

0 comments on commit 9723a82

Please sign in to comment.