From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 03:12:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA84106566C for ; Tue, 5 Oct 2010 03:12:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90F928FC19 for ; Tue, 5 Oct 2010 03:12:48 +0000 (UTC) Received: by fxm9 with SMTP id 9so4502625fxm.13 for ; Mon, 04 Oct 2010 20:12:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=vl+EGsmt2lLTBY+2kOXshFtwKqE9tRS/Guzu5Uket80=; b=Gpr3stWi+LRuLNEdg0RE5jW+PUiJSlUqhYRg0tbT14lfIkI1W+Kt/yIDTStd+47DOl YiskzHDYe9nrjA28zZC9v/nX6E72LO15QAwtixMJdyE71DVU0zpk+fYz0pYlTS3sJtP+ VuoIlkTKs52vQFmrOXAarQ2rZNTfLiV3po6Ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AlkH40UYYdnF+QLTH7PsdybXA6nIeRHHqTpJX09NZEs/FfA9OgEfoMwW+ebYxRqKem aysB3PNIz9r5L/aFz1drf7GYZ7ZzVozMkFUxS88fZ16xrHrL6hOmP0VCGk7d9MHeZ0x+ 6XLSe63W9XOuIEleQsCWvMwZkBE8pGnfcf29U= MIME-Version: 1.0 Received: by 10.223.106.142 with SMTP id x14mr9978797fao.21.1286248367248; Mon, 04 Oct 2010 20:12:47 -0700 (PDT) Received: by 10.223.107.130 with HTTP; Mon, 4 Oct 2010 20:12:47 -0700 (PDT) In-Reply-To: <4CAA95A2.6040007@rawbw.com> References: <4CAA95A2.6040007@rawbw.com> Date: Mon, 4 Oct 2010 22:12:47 -0500 Message-ID: From: Adam Vande More To: Yuri Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Why in FreeBSD Tk apps don't copy to clipboard selected text? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 03:12:49 -0000 On Mon, Oct 4, 2010 at 10:04 PM, Yuri wrote: > For example, tkdiff. > In Linux when I select something it is being copied and I can paste it with > middle mouse button click. > In FreeBSD -- text isn't being copied when selected. > Probably has something to do with your xorg.conf, middle button paste works fine on every system I use and they all run FreeBSD. -- Adam Vande More