flathub / com.stremio.Stremio

https://flathub.org/apps/details/com.stremio.Stremio
6 stars 4 forks source link

QtQucik.Dialogs missing #21

Closed liz-desartiges closed 7 months ago

liz-desartiges commented 7 months ago

I'm having the following issue with stremio 4.4.164 installed through flathub, some QtQucik libs seams to be missing and I can only get a tray icon not the app to display. I'm running fedora 39

$ flatpak run com.stremio.Stremio
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.qgnomeplatform: Could not find color scheme  ""
QQmlApplicationEngine failed to load component
qrc:/main.qml:6:1: module "QtQuick.Dialogs" plugin "dialogplugin" not found
QObject::connect: Cannot connect MainApp::receivedMessage(QVariant, QVariant) to (nullptr)::onAppMessageReceived(QVariant, QVariant)

flatpak infos:


Stremio - Watch videos, movies, TV series and TV channels instantly

          ID: com.stremio.Stremio
         Ref: app/com.stremio.Stremio/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 4.4.164
     License: GPL-3.0+
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 261.6 MB
     Runtime: org.kde.Platform/x86_64/5.15-22.08
         Sdk: org.kde.Sdk/x86_64/5.15-22.08

      Commit: d50d4a6655edd0b2b0a590db769dd5415b1dab8610ee660ce42c06ad4cef5a88
      Parent: 87d8319cb831f9edd18d7f4a5ac82311f2bb4581071730d7953bc45164b11e32
     Subject: Fix warnings (af1ad727)
        Date: 2023-10-09 14:31:12 +0000

I'm not sure if it's related to #18 but some Qt module seams to be missing

liz-desartiges commented 7 months ago

I reinstalled the whole kde runtime seams it should provide all the qt dependecies and it fixed my issue so it wasn't related to stremio. sorry for the inconviance