Language
      English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flag
      Spanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flag
      Croatian flagDanish flagFinnish flagHindi flagPolish flagRomanian flagSwedish flagNorwegian flag
      Catalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flag
      Slovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flag
      Turkish flagHungarian flagBelarus flagIrish flagIcelandic flagMacedonian flagMalay flagPersian flag
    Tag Cloud
    Sponsors
    Recent Comments
      Archives
      Link with us

      IT Solutions Knowledge Base

      Visitors
      Visits today: 574
      Online visits: 8
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.8.4_1055]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)
  • Digg
  • Facebook
  • Technorati
  • del.icio.us
  • StumbleUpon
  • Sphinn
  • Reddit
  • Google Bookmarks
  • Wikio IT
  • Slashdot
  • co.mments
  • Fark
  • Fleck
  • LinkedIn
  • Ma.gnolia
  • MySpace
  • Propeller
  • Print
  • email

Comments

There are no comments just yet

Leave a Comment

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