Comment 8 for bug 1574322

Revision history for this message
Olivier Tilloy (osomon) wrote :

Does a simple QML scene with a WebView launch in that VM?
You can save the following code snippet as test.qml and run it with `qmlscene test.qml`:

 import QtQuick 2.4
 import com.canonical.Oxide 1.12
 WebView {
  url: "http://example.org"
 }