Package Details: stremio 4.4.168-2

Git Clone URL: https://aur.archlinux.org/stremio.git (read-only, click to copy)
Package Base: stremio
Description: A one-stop hub for video content aggregation (Movies, TV shows, series, live television or web channels)
Upstream URL: https://www.stremio.com/
Licenses: GPL-3.0-only
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 63
Popularity: 2.57
First Submitted: 2019-06-01 18:13 (UTC)
Last Updated: 2024-08-03 21:03 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

bkfox commented on 2025-03-07 21:34 (UTC) (edited on 2025-03-07 22:44 (UTC) by bkfox)

@Calivi, I've got the same problem but couldn't find yet whats the reason. My supposition is that they aren't icons but wrong font. I've tried to download and manually installed the one provided on stremio-web repo, but didn't work. I've been also quick looking into code, but haven't found yet where is it exactly (I'm not used to react and may need more time to investigate...). If anyone have a hint, it would reaaaaally be cool.

Edit 1

Ok, so after more investigations:

  • Stremio desktop app uses Qt's QML and QtWebEngine as frontend (loading web page for rendering the UI);

  • The flags are indeed UTF16 icons, such as for example: "👤 146 💾 3.79 GB ⚙️ Comando 🇬🇧 / 🇵🇹" is purely text;

  • So it seems that for some reason, QtWebEngine does not handle theses, while it does in your browser (here's Firefox powered for example)

Solution

Okay! I found it, you need to install noto-fonts-emoji (by measure of security I've also installed noto-fonts-extra but it does not seems relevant).

@dbermond: You might want to add this as dependency

mihalycsaba commented on 2025-02-23 11:32 (UTC)

Does this app have a dependency on electron? I have deleted electron 29 and 30 because they were blocking system update and I think it broke right after that.

mihalycsaba commented on 2025-02-23 11:13 (UTC)

Why does this happen? Before this it was looking for /usr/bin/flatpak so I installed it. But now it's looking for the whole flatpak app. I have never installed flatpak before on this machine.

$ stremio
error: app/com.stremio.Stremio/x86_64/stable not installed

dbermond commented on 2025-01-31 18:34 (UTC)

@chim20air I have just checked, and all sources are downloading perfectly fine. This may be some problem with your connection.

chim20air commented on 2025-01-29 13:42 (UTC) (edited on 2025-01-29 13:46 (UTC) by chim20air)

Hi, for some reason, there is an issue with git while downloading stremio. I get the same output from 2 different computers with arch. And both using yay or by manually installing the package.

This is the output

remote: Enumerating objects: 3385, done.
remote: Counting objects: 100% (379/379), done.
remote: Compressing objects: 100% (113/113), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 28920 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
==> ERROR: Failure while downloading stremio-shell git repo
    Aborting...

Calivi commented on 2024-11-27 10:39 (UTC) (edited on 2024-11-27 10:39 (UTC) by Calivi)

Language icons are missing. When retrieving resources via some addon that shows the language icons of the resource, they instead display like a hamburger menu.

dbermond commented on 2024-08-03 21:04 (UTC)

@jul.cgn thanks for the confirmation. Package updated.

jul.cgn commented on 2024-08-01 19:02 (UTC)

@dbermond I'm not @perseo but your suggestion did fix it for me

dbermond commented on 2024-07-31 17:15 (UTC)

@perseo could you please try to leave the desktop file unchanged (with 'StartupWMClass=stremio'), but rename it to 'com.stremio.stremio.desktop' in the '/usr/share/applications' folder?

perseo commented on 2024-07-29 00:22 (UTC)

When I launch the application in KDE Wayland, it didn't used the correct icon, instead used the default wayland one. To fix it I changed StartupWMClass=stremio to StartupWMClass=com.stremio.stremio in the .desktop file. I'm not sure if this fix can be done directly in the PKGBUILD, with a sed command like this:

sed 's/WMClass=stremio/WMClass=com.stremio.stremio/' ../../../opt/stremio/smartcode-stremio.desktop