Skip to content

Instantly share code, notes, and snippets.

@chreekat
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chreekat/fe7df8a3ee22ba897e43 to your computer and use it in GitHub Desktop.
Save chreekat/fe7df8a3ee22ba897e43 to your computer and use it in GitHub Desktop.
Steps to make Remmina talk to Mac 10.9ish
# Get build tool
sudo aptitude install apt-src
# Download source package and install build dependencies
cd a/convenient/directory
apt-src install remmina
# Patch the codez
cd remmina-1.0.0/remmina-plugins/vnc
vim vnc_plugin.c
# Add the line *#define LIBVNCSERVER_WITH_CLIENT_TLS 1* next to the
# defines at the top of the page.
# Install binary dependencies, then build and install remmina
sudo aptitude install xserver-xephyr nxproxy
apt-src build -i remmina
# Mark those bin deps as automatically installed (has to be done after the prev step)
sudo aptitude markauto xserver-xephyr nxproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment