openvpn3-indicator icon indicating copy to clipboard operation
openvpn3-indicator copied to clipboard

Indicators reports "connected" even though system service remains in "connecting"

Open thilomaurer opened this issue 5 months ago • 1 comments

While

user@host:~$ openvpn3 sessions-list
-----------------------------------------------------------------------------
        Path: /net/openvpn/v3/sessions/e522d97esc27cs4013sa33cs24587f40387f
     Created: 2025-09-15 17:26:28                       PID: 10197
       Owner: user                                Device: 
 Config name: XXXXXXXXX
      Status: Connection, Client connecting
-----------------------------------------------------------------------------

indicator shows "connected" desktop notification and colors the icon orange, even though connection has not been established.

This e.g. happens when the openvpn3 host does not respond.

thilomaurer avatar Sep 15 '25 15:09 thilomaurer

The relevant code was designed quite early and requires a complete review of all possible state changes and our reactions that can now include:

  • changing the identificator icon,
  • displaying notification,
  • displaying dialog.

grzegorz-gutowski avatar Sep 26 '25 11:09 grzegorz-gutowski