Hi Jörg,

Le mardi 20 décembre 2016 à 07:56 +0100, Jörg Frings-Fürst a écrit :
> please can you test the bugfix - release before I initate the upload?

Yes, but I didn't see any modification on the debian git sources.
So, waiting you commit the bugfix, I've tried to apply the upstream
patch to the package.

I was able to apply it on the master branch and after compilation, I
was able to run the compiled library without modifying my GDK_BACKEND
environment variable and without segfault.

For information, I've built on an amd64 architecture and I've applied
patch attached to this mail.

Thanks,
Adrien

> 
> I can build directly the architectures amd64 and i386. If you want I
> can send the packages via mail.
> 
> 
> Many thanks!
> 
> CU
> Jörg
> 
Disable wayland and mir backend
--- a/remmina/src/remmina.c
+++ b/remmina/src/remmina.c
@@ -211,6 +211,8 @@
 	GApplication* app;
 	int status;
 
+	gdk_set_allowed_backends("x11,broadway,quartz");
+
 	bindtextdomain(GETTEXT_PACKAGE, REMMINA_LOCALEDIR);
 	bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
 	textdomain(GETTEXT_PACKAGE);

Reply via email to