andrew-bibb / cmst

QT GUI for Connman
174 stars 37 forks source link

VPN configuration is not parsed correctly #192

Closed jamtur01 closed 2 years ago

jamtur01 commented 6 years ago

I have a VPN configured like so:

[global]
Name = PN

[provider_l2tp]
Type = L2TP
Name = EL2TP
Host = 1.2.3.4
Domain = vpn.com
Networks =
L2TP.User = xxxx
L2TP.Password = xxxx

The VPN details are not displayed in the Details and VPN pages.

screenshot_20180831_003428

screenshot_20180831_003437

P.S. The VPN Editor creates a configuration with & scattered in various places. I can log a separate issue for that.

This is on Ubuntu 18.04 / KDE PLasma 5.13 / cmst 2018.01.06-3 amd64 package.

andrew-bibb commented 4 years ago

The VPN information seems to displaying mostly correctly now. Exception is the VPN Provider area which will only fill in if you close CMST then restart. Connman is not sending that information with their PropertiesChanged signal (I've spent a good deal of time with a dbus inspector to verify that). I am still trying to determine if there is a different signal I have inadvertently failed to connect to, or if it is a bug in Connman.