Skip to content

The PPA is missing qtwebengine dependencies #554

@secret-bitcoin-login

Description

@secret-bitcoin-login

The Mist build from the PPA as recent as version 0.9.2 is missing qml-module-qtwebengine as a dependency. When added, mist does run for a brief time before crashing with a runtime error: "invalid memory address or nil pointer dereference".

for those who are still trying to figure out what to do, you can install the dependency with:
sudo apt-get install qml-module-qtwebengine

Installing the package resolves the following errors upon launching mist:

2015/03/23 17:54:55 [GUI] error: file:////usr/share/mist/qml/views/catalog.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/catalog.qml:6 module "QtWebEngine.experimental" is not installed
file:////usr/share/mist/qml/views/catalog.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/catalog.qml:6 module "QtWebEngine.experimental" is not installed

2015/03/23 17:54:55 [GUI] error: file:////usr/share/mist/qml/views/browser.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/browser.qml:6 module "QtWebEngine.experimental" is not installed
file:////usr/share/mist/qml/views/browser.qml:5 module "QtWebEngine" is not installed
file:////usr/share/mist/qml/views/browser.qml:6 module "QtWebEngine.experimental" is not installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions