Environment
- Noctalia: v5.0.0
- OS: openSUSE Tumbleweed
- Compositor: Mango WM (Wayland)
- GPU: AMD Radeon Vega (integrated) + NVIDIA RTX 3050 Mobile
Steps to reproduce
- Open the network widget in Noctalia
- Select a WiFi network and attempt to connect
- If the connection fails or times out (wrong password, unreachable network, etc.)
Expected behavior
Connection attempt should fail gracefully with an error notification.
Actual behavior
Noctalia crashes with a Wayland disconnect:
Root cause
The NetworkManager D-Bus call (AddAndActivateConnection) blocks the Wayland event loop for ~25 seconds on timeout, causing the Wayland display connection to break. The compositor disconnects Noctalia because it cannot process events during this time.
Environment
Steps to reproduce
Expected behavior
Connection attempt should fail gracefully with an error notification.
Actual behavior
Noctalia crashes with a Wayland disconnect:
Root cause
The NetworkManager D-Bus call (AddAndActivateConnection) blocks the Wayland event loop for ~25 seconds on timeout, causing the Wayland display connection to break. The compositor disconnects Noctalia because it cannot process events during this time.