Environment:
Issues found:
-
setup-unix.sh fails because apps/desktop/scripts/env/select_venv.py does not exist.
Workaround: manually create venv with python3.13 -m venv .venv.nix
-
Toast notifications crash with TclError on macOS + Python 3.13:
TclError: expected boolean value but got "after#945"
in toast_notification.py line 146: self.toast_window.overrideredirect(True)
Steps to reproduce:
- Clone repo on macOS
- Run
./setup-unix.sh
- Setup fails at virtual environment step
- After manual venv creation, app launches but toast notifications crash
Note: Despite the toast error, the app works and device is recognized correctly.
Environment:
Issues found:
setup-unix.shfails becauseapps/desktop/scripts/env/select_venv.pydoes not exist.Workaround: manually create venv with
python3.13 -m venv .venv.nixToast notifications crash with TclError on macOS + Python 3.13:
TclError: expected boolean value but got "after#945"in
toast_notification.pyline 146:self.toast_window.overrideredirect(True)Steps to reproduce:
./setup-unix.shNote: Despite the toast error, the app works and device is recognized correctly.