fix(deb): auto-install all deps — correct PySide6 names + bundle tools — 0.36.0 #33

Merged
jessey merged 1 commits from fix/deb-pyside6-deps into main 2026-05-22 13:39:02 +00:00
Owner

The old Recommends named python3-pyside6 (no such package on Debian/Ubuntu —
PySide6 is split per module), so apt skipped it and the GUI couldn't start.
Now Recommends the real modules (python3-pyside6.qt{widgets,gui,websockets,svg}

  • python3-pyte) AND the optional diagnostic/gaming tools (smartmontools,
    lm-sensors, dmidecode, pciutils, libnotify-bin, libsecret-tools, gamemode,
    mangohud), so 'apt install rigdoctor' sets up the whole toolset automatically —
    no manual installs. cpupower -> Suggests. Verified all candidates resolve in apt.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

The old Recommends named python3-pyside6 (no such package on Debian/Ubuntu — PySide6 is split per module), so apt skipped it and the GUI couldn't start. Now Recommends the real modules (python3-pyside6.qt{widgets,gui,websockets,svg} + python3-pyte) AND the optional diagnostic/gaming tools (smartmontools, lm-sensors, dmidecode, pciutils, libnotify-bin, libsecret-tools, gamemode, mangohud), so 'apt install rigdoctor' sets up the whole toolset automatically — no manual installs. cpupower -> Suggests. Verified all candidates resolve in apt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey added 1 commit 2026-05-22 13:38:43 +00:00
fix(deb): auto-install all deps — correct PySide6 names + bundle tools — 0.36.0
tests / core (pull_request) Successful in 12s
tests / gui-smoke (pull_request) Successful in 29s
3a8ad5bd5d
The old Recommends named python3-pyside6 (no such package on Debian/Ubuntu —
PySide6 is split per module), so apt skipped it and the GUI couldn't start.
Now Recommends the real modules (python3-pyside6.qt{widgets,gui,websockets,svg}
+ python3-pyte) AND the optional diagnostic/gaming tools (smartmontools,
lm-sensors, dmidecode, pciutils, libnotify-bin, libsecret-tools, gamemode,
mangohud), so 'apt install rigdoctor' sets up the whole toolset automatically —
no manual installs. cpupower -> Suggests. Verified all candidates resolve in apt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jessey scheduled this pull request to auto merge when all checks succeed 2026-05-22 13:38:46 +00:00
jessey merged commit ee73049248 into main 2026-05-22 13:39:02 +00:00
jessey deleted branch fix/deb-pyside6-deps 2026-05-22 13:39:02 +00:00
Sign in to join this conversation.