From owner-freebsd-java@FreeBSD.ORG Wed Apr 14 14:54:27 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC6BC106566B for ; Wed, 14 Apr 2010 14:54:27 +0000 (UTC) (envelope-from greyson@foosoft.us) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB228FC0C for ; Wed, 14 Apr 2010 14:54:27 +0000 (UTC) Received: by pwi9 with SMTP id 9so179290pwi.13 for ; Wed, 14 Apr 2010 07:54:27 -0700 (PDT) Received: by 10.140.252.3 with SMTP id z3mr7758677rvh.3.1271255373454; Wed, 14 Apr 2010 07:29:33 -0700 (PDT) Received: from murmur.mephisto-tabernacle.int ([216.144.39.11]) by mx.google.com with ESMTPS id 9sm92883yxf.65.2010.04.14.07.29.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 07:29:32 -0700 (PDT) Message-ID: <4BC5D14A.6020903@foosoft.us> Date: Wed, 14 Apr 2010 10:29:30 -0400 From: Greyson Fischer Organization: FooSoft Inc. User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Clipboard problems in 1.6 known? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 14:54:27 -0000 To all, New FreeBSD convert here. I have a password safe (Password Tracker http://www.sdi-consulting.com/opensource/patra.html) that I've been using for years on other platforms (including linux, if I remember correctly) but have hit a snag: copying to the clipboard via getSystemClipboard() doesn't copy to the clipboard. Highlighting in a java problem illicits the same response as any other application (3rd button pastes) but since the point of a password safe is not to see the password when copying it, the point is a bit defeated. Here are the symptoms in list form: - Copy from patra to other java program works as expected - Copy from patra to non-java program (gnome-terminal) does not work (clipboard becomes empty if it was full before) - Copy from other java program to gnome-terminal does not work. - Copy from gnome-terminal to java program works. I've also used firefox as a native app to check, and used eclipse, netbeans, and intellij to verify that this was not just a problem with Password Tracker itself. Also, I have been unable to find the bug database for the java project; could someone point me in the right direction? Cheers, Greyson