[Spice-devel] [spice-xpi] Workaround firefox-gtk3 bug
Victor Toso
victortoso at redhat.com
Thu Jun 4 02:44:35 PDT 2015
> Something like that diff squashed into this patch?
Yep, looks okay.
This is an interesting hack by firefox btw, looks hard to catch.
> --- a/SpiceXPI/src/plugin/controller.cpp
> +++ b/SpiceXPI/src/plugin/controller.cpp
> @@ -174,6 +174,7 @@ gpointer SpiceController::ClientThread(gpointer data)
> // http://emilio.pozuelo.org/posts/75
> //
> // This LD_PRELOAD'ed library causes gtk3 applications to crash
> + // FIXME: remove this hack if this ever gets improved in firefox-gtk3
> env = g_environ_unsetenv(env, "LD_PRELOAD");
>
> // Try to spawn main client
More information about the Spice-devel
mailing list