Bug Fixes
- PermissionError on system-wide installs (#51): When installed via
pacmanor system-widepip, the data directory fallback resolved to the read-only package path (/usr/lib/python3.x/site-packages/trcc/data/). Cloud theme loading crashed withPermissionErrorwhen trying to create directories. Now falls back to~/.trcc/data/(user-writable) instead.
Upgrade
pip install --upgrade trcc-linux