From internet_everyone@yahoo.com Wed Sep 2 03:33:00 2015 Received: (at 884) by bugs.x2go.org; 2 Sep 2015 01:33:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from nm20-vm4.bullet.mail.ne1.yahoo.com (nm20-vm4.bullet.mail.ne1.yahoo.com [98.138.91.180]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 9ADF53BC49 for <884@bugs.x2go.org>; Wed, 2 Sep 2015 03:32:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1441157578; bh=CgmfIG8dp8GZAlXSa00YlT3DFAbFFFDbLvDXdaqI08U=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=uOnzEyNPyBWOwCkbFXD6FZG9qM4hA3dsFtu1v4HEAf1FZYKB5nfLi0rEP6neCLDtEb08POvVDHlnz1HnyprJNiwNU8xyP4VmIqGENVxCRXT2OH6u51JsXCnVjm+qSEOWfSO5f8Uq2ilRRHyNvGuuc3wTGY6f91gPo3L4RMrswHPp95xSBejUnS4vQVslwX+BYeFJMLN5amWAUzObKlgSvL7IrUc/NjeGQJOEJ9rOoIlL7LqWIHZFOcUPIJ+t2yaAsOd5dfBqUpdVkQh3L14oWacBRNzrqeUv/3al5V2FHAqg4SopxunI/4P30cqNjas0AgY3r9JNDnrSWEtV9zQCtQ== Received: from [98.138.100.116] by nm20.bullet.mail.ne1.yahoo.com with NNFMP; 02 Sep 2015 01:32:58 -0000 Received: from [98.138.89.251] by tm107.bullet.mail.ne1.yahoo.com with NNFMP; 02 Sep 2015 01:32:58 -0000 Received: from [127.0.0.1] by omp1043.mail.ne1.yahoo.com with NNFMP; 02 Sep 2015 01:32:58 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 173873.44514.bm@omp1043.mail.ne1.yahoo.com X-YMail-OSG: .xO5z6IVM1mCV_q3q8jQy1oRRgiU5uKTSd76n_RR2upRuytynengZeY6qKBjLl5 xt4l6eG0jdVM3UTPPhoUe1tz2XcYV05psSGPioorRU4662nLNXN0Q6wIq2nGBF_P4zkGuWnGczt5 2z0ggYAwje4jetlcW3RyP86E9hSzYeJB6BuHRqWWz9wSEs7L_4lowbtwyVIl.fZsgXGKoeZfIx1. 6N6qPoxUtlDvbVuQw.2VkCBKQUnMRd_qMFO7A9dmBBATKhyaaWc2otkxYdy8GHWa26sRBlU7yDkT D7QjjCzSrHqhzRVQXYMUGQnZMMoDIS_YITQXob87zGtR9j7muXtZUq7Yk4j32qlOUe0F6s.1WXRy 9zECUq4j9bzyBgmsQ4veY_Z0gC9wVVrpW9Yr1v72cLMPM2Xbz6Luy_UePg9At.Y.ZlChPF.IRjby Ua.qaQ2fv9fyGipvW7.ZEq1gCKnVCYalOGK0ry205.JKrNLHnBlX0UGP5RTLKV82DytKydBcAp_r E.KU6aYsFjC6MZKXZZuuI.g-- Received: by 98.138.105.212; Wed, 02 Sep 2015 01:32:57 +0000 Date: Wed, 2 Sep 2015 01:32:56 +0000 (UTC) From: devsk Reply-To: devsk To: Mike Gabriel , "884@bugs.x2go.org" <884@bugs.x2go.org>, Ulrich Sibiller , Michael DePaulo Message-ID: <1757290511.111762.1441157577006.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <20150604081840.Horde.mdV0JKpeGz4gbpocpqteQw2@mail.das-netzwerkteam.de> References: <20150604081840.Horde.mdV0JKpeGz4gbpocpqteQw2@mail.das-netzwerkteam.de> Subject: Re: [X2Go-Dev] Bug#884: Bug#884: Bug#884: Bug#884: Bug#884: nxagent aborts session with 'Could not open default font 'fixed'' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I finally decoded this issue. I can't believe it. The reason why its not able to load the default font and default cursor was that language specific fonts were missing from the /usr/share/fonts/misc folder. Those are missing because I have '-nls' in my global USE flags. I had to spin up an Ubuntu 14.04 VM to figure this out...:) This is a packaging bug. nx package on Gentoo should force the 'nls' USE flag on media-fonts/font-misc-misc because without that nxagent is completely broken. I wonder how Xorg and Xvnc are fine without those! May be there is legacy code in nxagent which needs removal...:) Thanks for all the help everyone! It was a pleasure dealing with you all. I hope the x2go community flourishes more and more everyday! -devsk