After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771544 - [review] rework nm-fortisslvpn plugin (GTK-split, logging) [th/gtk-split-and-log-bgo771544]
[review] rework nm-fortisslvpn plugin (GTK-split, logging) [th/gtk-split-and-...
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: VPN: fortisslvpn
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-09-16 15:51 UTC by Thomas Haller
Modified: 2016-09-19 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Haller 2016-09-16 15:51:10 UTC
- use shared/ directory, including "nm-default.h" header and shared "nm-utils" 
  files. 
- cleanup includes and makefiles
- split GTK part out of base-plugin
- make logging configurable via NM_VPN_LOG_LEVEL environment variable

Basically, do all the stuff that is done to the other plugins too.