From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 17:02:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37414F11 for ; Wed, 9 Jan 2013 17:02:25 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) by mx1.freebsd.org (Postfix) with ESMTP id B63D1E65 for ; Wed, 9 Jan 2013 17:02:24 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id ej20so2131063lab.35 for ; Wed, 09 Jan 2013 09:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XfeDG3eZSmTZtuEU1PJTrbvdtCtYGvQeDn16PoWzRNE=; b=kq+J5eW6uK4hNV0x/+HEy58+E/5/j1qoRcnKycdlzjHIyxJXyOqvnr0JAlNrgB5gM3 IBEqRwHfhDmU7TcbBXgMa8BLTd5UWNFSVnLjV6u3L/1ENphwOz1Nq/4kK+UV8T6Mg7/8 Y6lp2VBZ0XsPo5zJw6AeOtn/n/DCV11LSUrJ5kRZ24XDDSBlMFMdDUZ09r9KfXNAx/3B TlVdccXcWI5p8iWKwE8vQlrtD8FLGH2yYt7c+kppVcREOIIZKYMU4pzqYznjKwHowswq MP6PwX3foYtE+YG3pP7IK3QWnJsXPzznZFpMGQbgVuUBP6Liv/QhH/8juywwqMgNl1++ wiAA== X-Received: by 10.112.23.2 with SMTP id i2mr28773625lbf.24.1357750943478; Wed, 09 Jan 2013 09:02:23 -0800 (PST) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id iw6sm6385718lab.2.2013.01.09.09.02.21 (version=SSLv3 cipher=OTHER); Wed, 09 Jan 2013 09:02:22 -0800 (PST) Message-ID: <50EDA296.3070607@gmail.com> Date: Wed, 09 Jan 2013 19:02:14 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20100101 Firefox/17.0 SeaMonkey/2.14.1 MIME-Version: 1.0 To: Antonio Olivares Subject: Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp References: <50ED5879.6050002@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 17:02:25 -0000 09.01.2013 18:53, Antonio Olivares: > How do I do the suggested fix? > As root? > as regular user? > i.e, how do I change the attributes. I see the fix, but don't know > how to apply it :( I changed the script to not include '-a javaws' in the last line of your log: --- launcher/javaws.in 2012-11-01 18:51:04.000000000 +0200 +++ launcher/javaws.in 2013-01-09 18:57:35.278323886 +0200 @@ -59,6 +59,6 @@ k=$((k+1)) done -exec -a "javaws" "${COMMAND[@]}" +exec "${COMMAND[@]}" exit $? I don't know why this works actually, maybe there's a misuse of PROGRAM_NAME in javaws.in, i.e. PROGRAM_NAME is declared but not used in this command. Regardless what I did with the script the only working solution for me was removing '-a' option. -- Sphinx of black quartz, judge my vow.