Hi, Am 07.06.2013 23:43, schrieb Dan Williams: > http://ftp.gnome.org/pub/gnome/sources/network-manager-vpn/0.9/ > http://ftp.gnome.org/pub/gnome/sources/network-manager-openconnect/0.9/ > http://ftp.gnome.org/pub/gnome/sources/network-manager-openvpn/0.9/ > http://ftp.gnome.org/pub/gnome/sources/network-manager-pptp/0.9/ > http://ftp.gnome.org/pub/gnome/sources/network-manager-openswan/0.9/
Looks like the VPN plugins have broken properties paths: taking nm-openvpn-service.name.in as an example: properties=@LIBDIR@/libnm-openvpn-properties yet, the plugin is installed into plugindir = $(libdir)/NetworkManager The fix should be as simple as --- a/nm-openvpn-service.name.in +++ b/nm-openvpn-service.name.in @@ -5,6 +5,6 @@ program=@LIBEXECDIR@/nm-openvpn-service [GNOME] auth-dialog=@LIBEXECDIR@/nm-openvpn-auth-dialog -properties=@LIBDIR@/libnm-openvpn-properties +properties=@LIBDIR@/NetworkManager/libnm-openvpn-properties supports-external-ui-mode=true Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
