NRF Connect extensions running within a flatpak VS Code on Ubuntu 25.10.
First of all, fixed the certificate not found issue that some folks have reported in other questions when trying to download/install zap by running:
python -m pip install pip-system-certs
But in the NRF 3.2.4 SDK terminal, within VS Code, when I run `west zap-gui`, I see the below as the terminal output. The GUI for ZAP doesn't open, but also no error messages appear in the console. Has anyone seen this before? How can I troubleshoot this to figure out what the problem is?
sh-5.2$ west zap-gui
Using ZAP file: ~/Documents/dev/light_bulb/src/default_zap/light_bulb.zap
Using ZCL file: ~/ncs/v3.2.4/modules/lib/matter/src/app/zap-templates/zcl/zcl.json
Using app templates: ~/ncs/v3.2.4/modules/lib/matter/src/app/zap-templates/app-templates.json
ZAP installation directory: ~/ncs/v3.2.4/modules/lib/matter/.zap-install
Current ZAP version: 2025.10.23
Found ZAP 2025.10.23 (up to date)
output:
sh-5.2$