broken paths in VPN plugins (Re: ANN: NetworkManager 0.9.8.2 released)



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?

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]