shutil.which("git") fails under systemd's stripped PATH. Added
_find_git() that checks common locations (/usr/bin/git, etc.)
as fallback. Also added null-safe check on apiFetch response
in the update checker frontend code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| plugins | ||
| __init__.py | ||
| files.py | ||
| network.py | ||
| packages.py | ||
| processes.py | ||
| services.py | ||
| session.py | ||
| settings.py | ||
| stats.py | ||
| terminal.py | ||
| updates.py | ||