Skip to content

Commit

Permalink
After update to QT 6.8 release in stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 17, 2024
1 parent 15509d9 commit e22165b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigbashview/usr/lib/bbv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ def formatter(prog):
if args.gpu:
flags += (' --enable-gpu-rasterization')
else:
flags += (' --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')

# 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 e22165b

Please sign in to comment.