From unknown Thu Mar 28 11:55:37 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#872: [X2Go-Dev] Bug#872: Bug#872: Turn xinerama.conf file related code inside X2Go Client into legacy code (for NX agents << 3.6) Reply-To: Ulrich Sibiller , 872@bugs.x2go.org Resent-From: Ulrich Sibiller Original-Sender: ulrich.sibiller@gmail.com Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Mon, 18 May 2015 19:05:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 872 X-X2Go-PR-Package: x2goclient X-X2Go-PR-Keywords: Received: via spool by 872-submit@bugs.x2go.org id=B872.14319757141101 (code B ref 872); Mon, 18 May 2015 19:05:02 +0000 Received: (at 872) by bugs.x2go.org; 18 May 2015 19:01:54 +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-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id D00CF5DA83 for <872@bugs.x2go.org>; Mon, 18 May 2015 21:01:52 +0200 (CEST) Received: by labbd9 with SMTP id bd9so234008173lab.2 for <872@bugs.x2go.org>; Mon, 18 May 2015 12:01:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=mJ84+mG1BNVWU+Yu4v7w30ce+foWNBLI5EswE5+8usA=; b=DarKd43iV0Q4iQjOF8g9DpLVCgY3rXROPnyFb7YLCigsLHk+HgPqvEWP/AvvZReXYa L6cbLw1tQBtXOEdhmR9czn2XO/5WZvsf7KNE0vjnb8Bt2jNrr6DmutTn/0JCwtikAofo SBQ1OQ4caF71QFBDbSrKWRAGUxR1ChWpwBJv8ZsFg6tf2MgBNckLnroKAw/cSVpGV2/D WU5cCnQnUFRA+5CmpO1v8LLV4Sd3SnXGEUvOkQ/gGZhkCQxA4IA3rXSSCBoiYKuuqBsb kk5K8MQhGWBTKz67MUbwC9bYWv1intCsvk0ouV1C3bTqC8M3BnH+2M+i8EEr6Fm2du1G puOw== X-Received: by 10.152.3.33 with SMTP id 1mr18511236laz.109.1431975712229; Mon, 18 May 2015 12:01:52 -0700 (PDT) MIME-Version: 1.0 Sender: ulrich.sibiller@gmail.com Received: by 10.112.11.201 with HTTP; Mon, 18 May 2015 12:01:31 -0700 (PDT) In-Reply-To: <5559EBF8.5090900@phoca-gmbh.de> References: <20150515115912.Horde.GtfqM24QvRXo7Sd2CZWsHw1@mail.das-netzwerkteam.de> <55583925.1040206@phoca-gmbh.de> <20150518084055.Horde.mlraxHD7gXZTq0IPaU98Eg1@mail.das-netzwerkteam.de> <5559AF7A.9070803@phoca-gmbh.de> <5559EBF8.5090900@phoca-gmbh.de> From: Ulrich Sibiller Date: Mon, 18 May 2015 21:01:31 +0200 X-Google-Sender-Auth: gNE7mh5x6-Fna0Dx5CwfB5Grgzk Message-ID: To: Oleksandr Shneyder , 872 <872@bugs.x2go.org> Content-Type: text/plain; charset=UTF-8 On Mon, May 18, 2015 at 3:41 PM, Oleksandr Shneyder wrote: > yes, if you moving window between two physical displays, without > resizing it, x2goagent doesn't know, that display configuration is > changed, because geometry of the x2goagent stays same. So I resized a > window to refresh a display configurations. Why does nxagent/x2goagent need know about that? In the current solution with xinerama.conf I don't see why x2goagent should be informed in this case. And if it really needs to know, this patch _should_ help (I have not tested this patch alone): https://github.com/uli42/nx-libs/commit/61018cd39d02fbda1f2f766d8320c53866fa55d3 Uli