From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9885EE009AE; Thu, 4 Jun 2015 08:40:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, FREEMAIL_REPLY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (cjb.sw.nospam[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.177 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 1.0 FREEMAIL_REPLY From and body contain different freemails Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EE96AE00985 for ; Thu, 4 Jun 2015 08:40:06 -0700 (PDT) Received: by wifw1 with SMTP id w1so63096976wif.0 for ; Thu, 04 Jun 2015 08:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language:importance; bh=4o9a5EUzUuNIybc8XNl95gBP4rwCCRBIKo+Enfpe62s=; b=FlG92ts1+SVRMQf5Khu9ffip9SF2l0bhsArl/9YtfTIU677uWk0sXbDXe+0bfKEbx8 vzA9b3CcqXe3PCOpq0dwvZHmAsI4GboiC7tnV6Kfa8wzUs/x7RxnQ3b1Uu3RP4hXQ12M IAjpjhnQaGgFOmdpsJ77cA3s+np/oJqE9nUiEh0MnBh6ES4S9VMgwhfa2cqBna3jCLsy ta+iLeWa37n5kPyOI8ybty2sm7li9YSLN3JVsryY62NgVuyA5pYJVCFIN7s/QTUAzlqh q1RZiYKmBhl0ud/kOHydhTj7bMzX0hS2U91/8zW3cw2IWdzXdD7kSAlMqlXAJ1m6c3SP mDvQ== X-Received: by 10.180.91.107 with SMTP id cd11mr8637081wib.51.1433432405430; Thu, 04 Jun 2015 08:40:05 -0700 (PDT) Received: from SIMONENB (88-149-150-170.v4.ngi.it. [88.149.150.170]) by mx.google.com with ESMTPSA id ch2sm6869223wib.18.2015.06.04.08.40.03 (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Jun 2015 08:40:04 -0700 (PDT) From: "Simone" To: "'Marco Cavallini'" References: <3B6925E3-D388-463F-80AF-567942ADE940@gmail.com> <11C9373A-ACA1-43E6-B965-E7A4F38A3DC8@gmail.com> In-Reply-To: Date: Thu, 4 Jun 2015 17:38:38 +0200 Message-ID: <030801d09edc$87f6b330$97e41990$@gmail.com> MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQHOyVQ/Q9Fxn1YFwMzG4gBM1akqfgKrXLJeAtD16psBWs9gDZ1pbSRg Importance: High Cc: meta-freescale@yoctoproject.org Subject: Re: Xorg issue when app closed with iMX53 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2015 15:40:15 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Language: it Dear Marco, This is what I was thinking today... Thank you, I will do in this way. Ciao Simone -----Messaggio originale----- Da: Marco Cavallini [mailto:cavallini.koan@gmail.com]=20 Inviato: gioved=C3=AC 4 giugno 2015 16:24 A: Simone Cc: Oggetto: Re: [meta-freescale] Xorg issue when app closed with iMX53 2015-06-03 21:04 GMT+02:00 Simone : > Hello Marco, > Nice to hear you! > > I saw that Xorg start correctly, then it try to launch xterm, but=20 > since this is not present in our system, it exit and close up = everything. > I just replaced the execution of xterm with the execution of my=20 > application, and it works perfectly. I also know that by default Xorg=20 > stay alive until the last client application is not closed, but I=20 > would prefer to launch Xorg without clients, and then be able to start = > and close what I want without need to re-launch Xorg. > > But I don't know how to do it... > > Thank you > Ciao > Simone > Simone, that's a typical behaviour with xorg images generated by Yocto. In that case you need to explicitly add 'xterm' to the recipes in your = image. Then you will be able to run xinit &, after that can launch/stop your = graphical application in the proper way without killing the X server = each time. Cordiali Saluti / Kindest Regards / Mit freundlichen Gr=C3=BC=C3=9Fen -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time = software engineering Phone:+39-035-255.235 - Fax:+39-178-22.39.748 http://www.KoanSoftware.com