Package Details: stremio-enhanced-bin 1.1.5-1

Git Clone URL: https://aur.archlinux.org/stremio-enhanced-bin.git (read-only, click to copy)
Package Base: stremio-enhanced-bin
Description: An Electron-based Stremio client with plugins and themes support. It runs the Stremio Service automatically and loads the web version of Stremio.(Prebuilt version.Use system-wide electron)
Upstream URL: https://discord.gg/jDsgcehrp7
Keywords: electron stremio stremio-addon stremio-client stremio-theme stremio-themes stremio-web
Licenses: MIT
Conflicts: stremio-enhanced
Provides: stremio-enhanced
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 5
Popularity: 0.39
First Submitted: 2025-03-20 10:47 (UTC)
Last Updated: 2026-05-07 03:58 (UTC)

Latest Comments

1 2 Next › Last »

notiant commented on 2026-04-17 10:19 (UTC)

@zxp19821005 No, the changed version still doesn't work for me (and I have already tried adding that flag).

zxp19821005 commented on 2026-04-16 01:26 (UTC)

@notiant The issue is that Electron applications running under Wayland require the --app-id argument to properly set the application identifier, but the current script only sets --app-name. I have modified the stremio-enhanced.sh script by adding the --app-id parameter when launching Electron, ensuring it uses the same value as --app-name (i.e., stremio-enhanced). This allows the application to correctly expose its app-id under Wayland, matching the StartupWMClass in the desktop file. After the change, when users run Stremio Enhanced under Wayland, the application will register its app-id correctly. Can you try again ?

notiant commented on 2026-04-15 04:45 (UTC)

@zxp19821005 No, this doesn't work. I've also tried rebuilding the package with a --class and --app-id flag, but no success. I'm aware that this might be a problem with the desktop shell I'm using and might not be an issue on more mainstream environments like Gnome (see this related issue: https://forum.obsidian.md/t/obsidian-reports-wayland-app-id-as-electron-instead-of-obsidian/113080). I'm using the original AppImage now where this is not a problem.

zxp19821005 commented on 2026-04-13 07:21 (UTC)

@notiant I'd added --app-name="@appname@" in the shell script, can you try again?

notiant commented on 2026-04-11 17:32 (UTC) (edited on 2026-04-11 17:32 (UTC) by notiant)

@zxp19821005 No, not the PID. app_id is a Wayland property (equivalent to WM_CLASS in X11) and can be accessed e.g. on niri with "niri msg windows"

zxp19821005 commented on 2026-04-08 03:33 (UTC)

@notiant What do you mean by app-id? Is it the process ID (PID)?

notiant commented on 2026-04-03 14:04 (UTC)

@zxp19821005 I've tested the update but the app-id is still "electron".

zxp19821005 commented on 2026-04-01 22:16 (UTC)

@notiant I'd modified the StartupWMClass to stremio-enhanced. Can you try again?

notiant commented on 2026-04-01 18:09 (UTC)

@zxp19821005 I've tried setting the app-id manually with a --name and a --app-id flag in the desktop file, but that doesn't work. The original AppImage from GitHub has the app-id "stremio-enhanced", so the issue must lie somewhere in your build process.

zxp19821005 commented on 2026-04-01 15:29 (UTC)

@notiant I'm sorry, I'd no idea about that. Maybe you can use stremio as the app-id?