From unknown Sun May 10 12:56:36 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#927: [X2Go-Dev] Bug#927: Bug#927: copy on select overrides Windows clipboard
Reply-To: uli42@gmx.de, 927@bugs.x2go.org
Resent-From: Ulrich Sibiller <ulrich.sibiller@gmail.com>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Wed, 09 Dec 2015 21:00:02 +0000
Resent-Message-ID: <handler.927.B927.144969474615521@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 927
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 927-submit@bugs.x2go.org id=B927.144969474615521
          (code B ref 927); Wed, 09 Dec 2015 21:00:02 +0000
Received: (at 927) by bugs.x2go.org; 9 Dec 2015 20:59:06 +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=2.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,
	FREEMAIL_REPLYTO,FREEMAIL_REPLYTO_END_DIGIT,T_DKIM_INVALID,URIBL_BLOCKED
	autolearn=no version=3.3.2
Received: from mail-vk0-f41.google.com (mail-vk0-f41.google.com [209.85.213.41])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 9C4C55DA2B
	for <927@bugs.x2go.org>; Wed,  9 Dec 2015 21:59:05 +0100 (CET)
Received: by vkay187 with SMTP id y187so66684485vka.3
        for <927@bugs.x2go.org>; Wed, 09 Dec 2015 12:59:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:reply-to:in-reply-to:references:from:date:message-id
         :subject:to:content-type:content-transfer-encoding;
        bh=E0ewbGZB/gm+mQyIKpwOHwdR8OlntAXk6X4k1aAdPj4=;
        b=jcX4SYFVO4fdF/SledF1Tqou6a2BZ4kW+HfcBWgDwG9B4QP3R6Kp7IqVgvOHSg9Std
         2FY4Qi0lH7mjP+wXkIQUT0rbr4ytmyMNQBoKPQ9doZi9yE6yfmrnbgkTTxgjXpC8yn9U
         oB2jdXANrt+MnS9CUPVrp2ukk2bn9w4vt1/1z+e79sRE6GHNMPlvZUNewQpA9+RQ0of6
         zjNtCa7a4GhMxY+5CNDJaD8HM4MGMqUfNZsct6fYQ8zqMSdhOPF72P8QWR0XmJqaO9aD
         JAuJUYMqbKGcSy7PCbZCkqtsfAh3Bd9F/4F3y2w4AS0Vw2faLJ80uLR8MkGQnCEwqsqK
         yGXg==
X-Received: by 10.31.147.136 with SMTP id v130mr7273594vkd.72.1449694744295;
 Wed, 09 Dec 2015 12:59:04 -0800 (PST)
MIME-Version: 1.0
Received: by 10.103.75.157 with HTTP; Wed, 9 Dec 2015 12:58:44 -0800 (PST)
In-Reply-To: <680161831.23192032.1449679424569.JavaMail.root@servicemagic.eu>
References: <1412421012.386423.1441361567248.JavaMail.root@servicemagic.eu> <680161831.23192032.1449679424569.JavaMail.root@servicemagic.eu>
From: Ulrich Sibiller <ulrich.sibiller@gmail.com>
Date: Wed, 9 Dec 2015 21:58:44 +0100
Message-ID: <CANVnVYKtPzhFJz06bgBXcENkCYDHCXrk=d619B5ZRuSN5dfyBA@mail.gmail.com>
To: Walid MOGHRABI <w.moghrabi@servicemagic.eu>, 927@bugs.x2go.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Wed, Dec 9, 2015 at 5:43 PM, Walid MOGHRABI
<w.moghrabi@servicemagic.eu> wrote:
> A little "up" on this bug ... this is very very annoying for us and gener=
ate angryness against x2go which is unfair because this solution gives us s=
o much more value added feature than before but every users are focusing on=
 this one bug because it affect their work all day long.
> We're willing to push that as much as we can and we're ready to help as m=
uch as we can also.
> We are ready to pay if necessary to put that bugfix on top of the list so=
 please, tell me if this bug is going to be fixed soon :(


I cannot tell. Development is quite slow at the moment. As I am not a
core developer I do not know why that is. And I am low on time, too.

However, you can try to enable or disable the XFIXES extension (I am
not sure what the default is nowadays). Here's how you can do that:

Add to /etc/x2go/x2goagent.options

X2GO_NXAGENT_DEFAULT_OPTIONS+=3D" +extension XFIXES"

to enable the extension or

X2GO_NXAGENT_DEFAULT_OPTIONS+=3D" -extension XFIXES"

to disable the extension.


Using xdpyinfo | grep XFIXES within the session you can check if it is
enabled or not.

Uli
