Remote desktop (VNC)

See also:

Questions answered

Enable UTF-8 clipboard

Replace TightVNC with TigerVNC:
# apt-get remove tightvncserver
# apt-get install tigervnc-standalone-server

See:

Enable UTF-8 clipboard

How to keep X Window selection clipboard and application clipboard synchronized?

  • Create the following registy entry:
    [HKEY_CURRENT_USER\Software\Wine\X11 Driver]
    "UsePrimarySelection"="1"
  • Enable autocutsel. Add autocutsel -s PRIMARY -fork to ~/.vnc/xstartup.

Solutions for old Wine versions (Can I give a wine run program access to the clipboard?, The Wine Clipboard Server) that suggest to add something to ~/.winrc or ~/wine/config simply don't work.

Additional information: