I have fixed my issue locally by downloading the source, then opening
src/core/sipe-appshare-remmina.c

And then adding "colordepth=0\n" to the config_file printf, so now it looks 
like:
        config_file = g_strdup_printf("[remmina]\n"
                                      "name=%s (Sipe desktop)\n"
                                      "protocol=RDP\n"
                                      "server=%s:%u\n"
                                      "security=rdp\n"
                                      "scale=1\n"
                                      "aspectscale=1\n"
                                      "viewmode=1\n"
                                      "colordepth=0\n"
                                      "disableautoreconnect=1\n",
                                      alias ? alias : stream->call->with,
                                      address_string,
                                      port);
After compiling it works properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1782791

Title:
  pidgin-sipe libfreerdb color depth issue for screen sharing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-sipe/+bug/1782791/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to