ConstStar
发布于 2024-01-25 / 62 阅读 / 0 评论 / 0 点赞

Qt 使用WebEngineView报错Running as root without --no-sandbox is not supported

方法1

添加运行参数--no-sandbox

方法2

添加环境变量QTWEBENGINE_DISABLE_SANDBOX=1


评论