Commit Graph

7 Commits

Author SHA1 Message Date
johno da21505667 fix(kodi): patch stremio CEF to support HiDPI scaling via env var
CI / check (push) Failing after 12m18s
CI / build-and-cache (push) Has been skipped
CI / Check OpenClaw Changes (push) Has been skipped
CI / Build & Push OpenClaw Image (push) Has been skipped
The beta.13 clap parser ignores unknown --force-device-scale-factor flags
and CEF Args::new() starts empty, so CLI flags never reach the CEF subprocess.
Patch src/webview/mod.rs to read STREMIO_FORCE_DEVICE_SCALE_FACTOR and pass
it to CEF via append_switch_with_value. Remove failed GTK4/master branch
build attempt (requires GTK 4.22 not yet in nixpkgs).
2026-05-12 08:48:50 -07:00
johno f6d2edc037 Finalize stremio-linux-shell package for master branch 2026-05-11 21:17:19 -07:00
johno 9781815af6 Use finalAttrs for buildInputs in env 2026-05-11 21:04:08 -07:00
johno 33ba0a8efb Add LD_LIBRARY_PATH to build env 2026-05-11 21:03:50 -07:00
johno f026cb5e65 Fix nixpkgs-unstable import in overlay 2026-05-11 21:00:32 -07:00
johno c12ef9e01e Update stremio-linux-shell to use unstable for Rust 1.92+ 2026-05-11 20:57:29 -07:00
johno d74a8a4a39 Add stremio-linux-shell from master branch 2026-05-11 20:54:59 -07:00