From unknown Thu Mar 28 22:29:41 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#637: nx-libs improvements Reply-To: Michael DePaulo , 637@bugs.x2go.org Resent-From: Michael DePaulo Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Wed, 04 Mar 2015 13:45:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 637 X-X2Go-PR-Package: nxagent X-X2Go-PR-Keywords: Received: via spool by 637-submit@bugs.x2go.org id=B637.142547648229789 (code B ref 637); Wed, 04 Mar 2015 13:45:02 +0000 Received: (at 637) by bugs.x2go.org; 4 Mar 2015 13:41:22 +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,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id B26625DCAB for <637@bugs.x2go.org>; Wed, 4 Mar 2015 14:41:20 +0100 (CET) Received: by wiwh11 with SMTP id h11so30870344wiw.3 for <637@bugs.x2go.org>; Wed, 04 Mar 2015 05:41:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=d3CvLCTfyQp19qrPsKJLAHbyq5pbAZJ6Wu9vhbjasn0=; b=c5TBhJ2hukxQ5JSjQPkFwDwbf6KQbdgPyHZuuiVV1fXxvflTycCgj+bep3Sjle1Cv8 mS6pLkJbF6Wzir7LygXPk3jXrHUF0VJ5pQ4lkGXKeMUy10V/l5xlh5pUFhGuwJedl4rL QUPFe36T+Q3lMtZSZdEbe9niuVLe1NzP//eSECaRVvG35QcfJP+ozt9qMqwduVwb4wkw vhmOyfcy0DVdSx73qIrL7ZpWYQt+J09SxGgOcCWDppI4a0RvM1OaLrRqG+W9BmvIymI+ +auVNVxARBk2uix8AU2WOlPRLbL9ISW+EVJImRjpfnfVFqjK2o9LfjZ/idXGYbrODiqo 7AdA== MIME-Version: 1.0 X-Received: by 10.180.207.227 with SMTP id lz3mr55317317wic.47.1425476480349; Wed, 04 Mar 2015 05:41:20 -0800 (PST) Received: by 10.180.80.8 with HTTP; Wed, 4 Mar 2015 05:41:20 -0800 (PST) Date: Wed, 4 Mar 2015 08:41:20 -0500 Message-ID: From: Michael DePaulo To: Woebbeking@web.de Cc: 637@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Hi Andre. I know it's been a while since you replied to this bug. However, the X2Go project and the Arctica Project have started doing major code cleanups to nx-libs on the new 3.6.x branch. Many of those code cleanups are big because they involve making nx-libs using the system version of X11-related libraries rather than nx-libs bundling its own (horribly outdated) version of those libraries. Those changes will improve compatibility with some X11 apps, but not Qt5 apps. After those code cleanups are complete, we will look into either rebasing nx-libs against the latest X.org, or backporting features such as newer RandR and XInput2 to nx-libs. In either case, Qt5 apps will become compatible. There is no ETA though. Code and issues are located here: https://github.com/ArcticaProject/nx-libs/tree/3.6.x Code is also located here: http://code.x2go.org/gitweb?p=nx-libs.git;a=shortlog;h=refs/heads/3.6.x -Mike#2