From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 03:32:30 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 6A2D2106566B for ; Tue, 5 Oct 2010 03:32:30 +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 EEBF98FC12 for ; Tue, 5 Oct 2010 03:32:29 +0000 (UTC) Received: by fxm9 with SMTP id 9so4510608fxm.13 for ; Mon, 04 Oct 2010 20:32:28 -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=YKve1bGwnIt4eEBNQk3DZpZCKQn6iDunzGghT23ibR8=; b=xTNRkgrBJrwf3q5S2dP4IHygkcNPVusDbBUzsWd1mcvyNu6cHUGRTgoib6bTJmIjga 6Jd5bxbl/KyMBZ45midxIT9l5XCBPo7YmvwZc+IVfQkxIgyDf3P34XImGV/UUhmWQZNd aJHHNCUeigV0yJuKnBUHxz9gZDoKBQOlhwf0A= 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=noEZ+AfH8cDgv5le/FGfInrresswgnm1t3T+GNul2pruIndRWkpjrijJEkOLmKaDMP SjzadL8q+BQUzGd5qgh8woCyNbWVWuDTLMxmpXyIrGpzDr/aak2xAYG3l5Z2s0MLRMtx htIw9+05SZFQok+0DGnFQgl4b5PzY/I6+OBpw= MIME-Version: 1.0 Received: by 10.223.113.131 with SMTP id a3mr5784106faq.0.1286249548352; Mon, 04 Oct 2010 20:32:28 -0700 (PDT) Received: by 10.223.107.130 with HTTP; Mon, 4 Oct 2010 20:32:28 -0700 (PDT) In-Reply-To: <4CAA9AB2.6080205@rawbw.com> References: <4CAA95A2.6040007@rawbw.com> <4CAA9AB2.6080205@rawbw.com> Date: Mon, 4 Oct 2010 22:32:28 -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:32:30 -0000 On Mon, Oct 4, 2010 at 10:25 PM, Yuri wrote: > On 10/04/2010 20:12, Adam Vande More wrote: > >> Probably has something to do with your xorg.conf, middle button paste >> works fine on every system I use and they all run FreeBSD. >> > > It works for me very well too. > Everywhere, but from Tk apps on FreeBSD. > Works here. pkg_info -x tkdiff Information for tkdiff-4.1.4_1: Comment: A Tk frontend for diff(1) Description: tkdiff is a fronted for unix's diff based on Tcl/Tk. WWW: http://sourceforge.net/projects/tkdiff/ -- Kevin Lo -- Adam Vande More