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

Sean DuBois sean at siobud.com
Tue Jan 16 05:29:46 UTC 2018


On Fri, 12 Jan 2018 20:05:14 +0000 MikeJJ <mrmikejj at gmail.com> wrote:
> 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



More information about the Pkg-utopia-maintainers mailing list