New issue by motorto on void-packages repository https://github.com/void-linux/void-packages/issues/32804 Description: ### System * xuname: Void 5.13.13_1 x86_64 GenuineIntel uptodate rrrrmmnFFFF * package: stremio-shell ### Expected behavior Stremio App should launch normally ### Actual behavior Stremio app doesn't launch ### Steps to reproduce the behavior Install stremio-shell from repos and launch the app from the terminal When launching from the terminal stremio-shell I get the following output: ``` $ stremio QQmlApplicationEngine failed to load component qrc:/main.qml:3:1: module "QtWebChannel" is not installed qrc:/main.qml:2:1: module "QtWebEngine" is not installed qrc:/main.qml:3:1: module "QtWebChannel" is not installed qrc:/main.qml:2:1: module "QtWebEngine" is not installed QObject::connect: Cannot connect MainApp::receivedMessage(QVariant, QVariant) to (nullptr)::onAppMessageReceived(QVariant, QVariant) ``` On IRC I was told that it might be an issue with missing dependency on qt5webengine.