fix(deb): auto-install all deps — correct PySide6 names + bundle tools — 0.36.0 #33
Reference in New Issue
Block a user
Delete Branch "fix/deb-pyside6-deps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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}
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>