Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kurtis318/722857f68d6abb60c17df8d5212bdc88 to your computer and use it in GitHub Desktop.
Save kurtis318/722857f68d6abb60c17df8d5212bdc88 to your computer and use it in GitHub Desktop.
Fix for remmina vnc sessions starting then ending immediately (Linux).
REF: https://github.com/FreeRDP/Remmina/issues/699
POST: antenore commented on Dec 17, 2015
I configure a VNC session for a Linux host/guest. When I open it from remmina, the window shows up and then closes immediately.
The solution is to use a color depth of "True Color (24bpp)". I was using 256 colors (8 bit), High Color (15 & 16 bpp) and these
resulted in immediate window closure. The True Color depth worked the first time. Might be a product of latest Linux distros.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment