X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6EFE3DC00B4 for ; Sun, 2 Jun 2013 17:58:15 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id r16so2823160ead.27 for ; Sun, 02 Jun 2013 10:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=CtyZ/Ovtg8jihnuEXi5PXK0eZ1bbYGpxhAuulJ+HXs0=; b=ZKSGyYEblx9FF4BYTSeInh0UDGqjM0bkPoIsmoLZ82brG1BNLGJV9DTXlpPNypuQ9B uSoahgz5r/HL1A02GlgXHVT+RlRG0P8Wx6gXt1bSmqWm38IDP0xNquA7K4Mktijvdzml sq0vn7V9VjLU6PshiCtkyM8y/yzEUVaoZKyn77QhGe+a5pmFFn2W7q8SoKJsYGAI/Ctr 8FgEiOIuMCMj7nR8ldGc4JRYqrXz1nEjAPXItvr23s2ok/bIAvroXvQhDtvc/9qMcYpx YzWF/YCdxUc3B+rwcdv5c183Qh7E6890DoKrGocgWSrvY00rzGivPQe/f5YBukMirTbZ f33w== X-Received: by 10.14.7.198 with SMTP id 46mr20625725eep.17.1370195893976; Sun, 02 Jun 2013 10:58:13 -0700 (PDT) Received: from vostro ([83.145.235.194]) by mx.google.com with ESMTPSA id z52sm79493772eea.1.2013.06.02.10.58.13 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 02 Jun 2013 10:58:13 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Sun, 2 Jun 2013 20:59:56 +0300 From: Timo Teras To: Richard Johnson Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Simple Desktop GUI in Alpine Message-ID: <20130602205956.558dc1ee@vostro> In-Reply-To: <51AB672E.5060205@qq.com> References: <51AB672E.5060205@qq.com> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.17; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 02 Jun 2013 20:09:26 +0430 Richard Johnson wrote: > I'm trying to create a simple GUI in alpine. I first tried java > swing. Running java swings on alpine reached multiple obstacles, the > last one is that the JVM throwing SIGSEGV signal. The logs of JVM are > attached. Are you using provided java or linking against java? Any executable doing jit will need certain pax features turned off with paxctl. > Now, I am confused that maybe using Swing was not a good decision in > the first point. Is there any simple way to design a simple desktop > gui for alpine? Do you recommend any C++ libraries such as Qt for > this task? Or do you think that working with Swing is feasible? I run xfce4 on my laptop... But if you are talking about specialized appliances. I've created a touch-screen appliance with Qt4. Mostly QML code with little bit of C++ code to integrate with certain hardware devices. Lots of eye candy, nice visual effects, and does the job perfectly. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---