From: Jakub Adam Date: Thu, 15 Mar 2018 16:41:43 +0000 (+0100) Subject: appshare: Fix black screen with Remmina v1.2.0-rcgit.27 X-Git-Tag: 1.24.0~49 X-Git-Url: https://repo.or.cz/siplcs.git/commitdiff_plain/236e3e153c48542319efdf84e9e58eb62c3109b9 appshare: Fix black screen with Remmina v1.2.0-rcgit.27 "colordepth" config option has changed its default value, but it turns out any setting other than "0" doesn't work with Sipe. Fixes "[WARN][com.freerdp.gdi] - Invalid SurfaceCommand 0x00000005". --- diff --git a/src/core/sipe-appshare-remmina.c b/src/core/sipe-appshare-remmina.c index eeef1212..b7c891c5 100644 --- a/src/core/sipe-appshare-remmina.c +++ b/src/core/sipe-appshare-remmina.c @@ -81,6 +81,7 @@ remmina_launch(struct sipe_rdp_client *client, GSocketAddress *listen_address, "scale=1\n" "aspectscale=1\n" "viewmode=1\n" + "colordepth=0\n" "disableautoreconnect=1\n", alias ? alias : stream->call->with, address_string,