Quantcast
Viewing all articles
Browse latest Browse all 4

Answer by Robert Gowland for GVim compiled from source opened via SSH -X does not copy paste on selection

Turns out the problem was that vim on the remote was not compiled with GTK. This happened because the necessary package was not present on the remote box. Thus, even with the --enable-gtk2-check compile flag set, it was not actually including GTK.

To fix it, log on to the remote machine and:

  1. Install gtk2-devel,
  2. re-configure, re-make, & re-install vim

A co-worker figured this out eventually.


Viewing all articles
Browse latest Browse all 4

Trending Articles