Commit graph

7 commits

Author SHA1 Message Date
6ce3bacaa1
flatpak: rename to dev.lonecloud.gerbil, polish metainfo, bump uv to 0.11.9 2026-05-05 10:38:30 -07:00
c8001f0ab1
flatpak: prepare Flathub submission
- Switch to zypak-wrapper, remove --no-sandbox and --allow=devel
- Fix GPU crash: strip host libs from LD_LIBRARY_PATH, keep only ROCm
- Use --filesystem=host instead of granular filesystem permissions
- Bundle uv 0.11.8 (process.env.PATH in Electron doesn't see wrapper PATH)
- Add complete releases block (1.0.0 through 1.24.0)
- Fix OARS content rating (empty = no objectionable content)
2026-05-05 00:06:00 -07:00
github-actions[bot]
37453159a9 chore: update flatpak manifest for v1.24.0 2026-05-04 20:14:00 +00:00
d0653c20bb
fix(rocm): augment PATH for rocminfo/hipcc, add Vulkan fallback detection
Electron main process doesn't inherit shell PATH, so bare rocminfo/hipcc
calls failed. Add ROCM_EXEC_OPTIONS that prepends /opt/rocm/bin to PATH.

Add Vulkan fallback in detectROCm: when rocminfo returns empty (e.g. inside
Flatpak sandbox where KFD ioctls fail) but hipcc --version succeeds, fall
back to AMD GPUs sourced from Vulkan detection.

Refactor driver version extraction into getDriverVersion() helper.
Remove redundant hipccCommand ternary (both branches were identical).

fix(flatpak): pull AppImage from GitHub releases instead of local path
2026-05-03 12:12:29 -07:00
6e76d542df
chore(flatpak): update AppImage path to 1.24.0 2026-05-02 23:59:39 -07:00
57e103d7e0
feat: launcher improvements, flatpak GPU fix, proxy host header, openwebui openssl, ui cleanup, electron bump 2026-05-02 23:53:43 -07:00
7a7519a216
preparing for flatpak builds, minor UI touch-ups, dep upgrades 2026-04-29 01:34:49 -07:00