Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

HTML5 Canvas restarts the browser on an RPi3 #6

Open
fhunleth opened this issue Sep 3, 2018 · 0 comments
Open

HTML5 Canvas restarts the browser on an RPi3 #6

fhunleth opened this issue Sep 3, 2018 · 0 comments

Comments

@fhunleth
Copy link
Collaborator

fhunleth commented Sep 3, 2018

Creating the canvas is fine, but once you draw something to it, Chromium crashes and dumps a stack trace. This only appears to happen on Raspberry Pi 3's.

Here's a link to the upstream Qt bug:

https://bugreports.qt.io/browse/QTBUG-67323?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&showAll=true

The current workaround is to disable hardware acceleration. Before you start the webengine kiosk, run this:

System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant