[Pkg-utopia-maintainers] Bug#885525: /usr/bin/nm-applet: nm-applet crashes when connecting to VPN

MikeJJ mrmikejj at gmail.com
Fri Jan 12 20:05:14 UTC 2018


Hi Sean,
The patch stops the crashing for me, but a VPN session doesn't get
established. Maybe problem my end. Or maybe related to a little part
missing, which is on the upstream patch ?

@@ -30,7 +30,7 @@ _get_keys_cb (const char *key, const char *val, gpointer
user_data)
 {
     GPtrArray *a = user_data;

-    g_ptr_array_add (a, (gpointer) key);
+    g_ptr_array_add (a, g_strdup (key));
 }


Tried adding that to the patch you made, but the build rejected it, so fail
by me.

thanks
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20180112/9bae5ab1/attachment.html>


More information about the Pkg-utopia-maintainers mailing list