Language
      English flagItalian flagKorean flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flag
      Arabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flag
      Finnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flag
      Hebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flag
      Vietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flagHungarian flag
    Tag Cloud
    Recent Comments
    Sponsors
      Articles Archive
      Link with us

      IT Solutions Knowledge Base

      Stats
      Visits today: 51
      Visits total: 54717
      Online visits: 2
VNC Server Clipboard Support
Home » Linux » VNC Server Clipboard Support
By Glafkos Charalambous | No CommentsLeave a Comment
Last updated: Sunday, November 16, 2008

X servers use two schemes to copy text between applications. The first and the old one is the cutbuffer and the second one is the selection and both work differently. Recent desktop applications on linux use two selections. The Primary and the Clipboard. Windows VNC synchronizes clipboard with cutbuffer but not with selections and because the new applications does not support cutbuffer the server keyboard is never synchronized.

To overcome this problem you can use autocutsel as shown below.

Install autocutsel:

wget http://savannah.nongnu.org/download/autocutsel/autocutsel-0.9.0.tar.gz
tar -zxvf autocutsel-0.9.0.tar.gz
cd autocutsel-0.9.0
./configure
make
make install

Execute autocutsel to background process

autocutsel &

Everything should work now with clipboard support for copy/paste operations between systems.

VN:F [1.4.6_730]
Rating: 0.0/10 (0 votes cast)
  • Digg
  • Facebook
  • Technorati
  • del.icio.us
  • StumbleUpon
  • Sphinn
  • Reddit
  • Google Bookmarks
  • Wikio IT
  • Slashdot
  • co.mments
  • Fark
  • Fleck
  • LinkedIn
  • Ma.gnolia
  • MisterWong
  • MySpace
  • Propeller
  • Print this article!
  • E-mail this story to a friend!

Comments

There are no comments just yet

Leave a Comment

Add your picture!
Join Gravatar and upload your avatar. C'mon, it's free!