From unknown Mon Apr 20 10:43:20 2026
MIME-Version: 1.0
X-Mailer: MIME-tools 5.502 (Entity 5.502)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#40 closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
 (X2Go issue (in src:nx-libs) has been marked as closed)
Message-ID: <handler.40.c.14041310773301.notifdone@bugs.x2go.org>
References: <20140630122434.A308A5DB54@ymir.das-netzwerkteam.de>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 40
X-X2go-PR-Package: x2goagent
X-X2go-PR-Source: nx-libs
Date: Mon, 30 Jun 2014 12:25:12 +0000
Content-Type: multipart/mixed; boundary="----------=_1404131112-4593-0"

This is a multi-part message in MIME format...

------------=_1404131112-4593-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

This is an automatic notification regarding your Bug report
which was filed against the x2goagent package:

#40: xkeyboard-config 2.6.0 might break NX keyboard layout

It has been closed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mike Gabriel <mike.gab=
riel@das-netzwerkteam.de> by
replying to this email.


--=20
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems

------------=_1404131112-4593-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 30 Jun 2014 12:24:37 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS
	autolearn=ham version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id A308A5DB54; Mon, 30 Jun 2014 14:24:34 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 40-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 40@bugs.x2go.org
Subject: X2Go issue (in src:nx-libs) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20140630122434.A308A5DB54@ymir.das-netzwerkteam.de>
Date: Mon, 30 Jun 2014 14:24:34 +0200 (CEST)

close #40
thanks

Hello,

we are very hopeful that X2Go issue #40 reported by you
has been resolved in the new release (2:3.5.0.25) of the
X2Go source project »src:nx-libs«.

You can view the complete changelog entry of src:nx-libs (2:3.5.0.25)
below, and you can use the following link to view all the code changes
between this and the last release of src:nx-libs.

    http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=be23e057f28a6624380a91d1ba36cbf5df6c3fff;hp=460a3cb3911bbfb717d0259947fe05f68d964948

If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:nx-libs.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:nx-libs
Version: 2:3.5.0.25-0x2go1
Status: RELEASE
Date: Mon, 30 Jun 2014 14:05:46 +0200
Fixes: 40 339 490 504 505 515 516
Changes: 
 nx-libs (2:3.5.0.25-0x2go1) RELEASED; urgency=low
 .
   [ Mihai Moldovan ]
   * Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on
     Big Endian systems (like PPC64). (Fixes: #515).
   * Add 057_nx-X11_sanitize-eventmasks.full.patch. Fix
     failures in session windows coming up on Big Endian systems
     like PPC64. (Fixes: #516).
   * Improve 105_nxagent_export-remote-keyboard-config.full.patch.
     Don't print out nonsensical information, if there really was
     no error when creating the keyboard file or the other way around.
     Also add the reason when failing to create the keyboard file.
     Only print an error message if SessionPath *really* is not defined.
   * Improve 028_nx-X11_abstract-kernel-sockets.full.patch. Make it more
     Big Endian robust by assigning correct types for socklen_t objects.
   * Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g.
     when globally setting -DDEBUG and -DTEST at build time).
 .
   [ Nito Martínez ]
   * Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when
     build against the Android system. (Fixes: #339).
 .
   [ Oleksandr Shneyder ]
   * Add 210_nxagent_nxcomp_save_session_state.full+lite.patch. Save session
     state in path specified by "state" option in agent options file. If
     option is omitted, session state will not be saved. Session states are:
     STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING,
     TERMINATED.
   * Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
     for options 'link' and 'pack' to avoid session damage by resuming with
     incorrect options file.
 .
   [ Mike Gabriel ]
   * Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64
     architectures. (Fixes: #490).
   * Add 027_nxcomp_abstract-X11-socket.full+lite.patch. In proxy mode "server"
     let NX proxy attempt connecting to the abstract X11 socket first, and only
     fallback to the file system socket, if the abstract socket is not
     available. (Fixes: #505).
   * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
     socket support for Linux based systems. This patch pulls in abstract
     socket relevant code from xtrans 1.2.7. (Fixes: #504).
   * Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir
     test for xkb/rules/base instead of testing for deprecated file
     xkb/keymap.dir. (Fixes: #40).
   * Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard
     option configurable in nxagent via NX options as addition to the
     command line parameter -clipboard. Note that the command line
     parameter overrides the clipboard NX option. Possible values are
     both or 1, client, server, none or 0.
 .
   * Update patches, to make them apply cleanly after above changes:
     + 220_nxproxy-bind-loopback-only.full+lite.patch
     + 016_nx-X11_install-location.debian.patch
     + 056_nx-X11-Werror-format-security.full.patch
     + 108_nxagent_wine-close-delay.full.patch
     + 300_nxagent_set-wm-class.full.patch
     + 320_nxagent_configurable-keystrokes.full.patch
 .
   * Rename patches to match our naming scheme:
     + 008_nxcomp_sa-restorer.full+lite.patch
     + 009_nxagent_add-man-page.full.patch
     + 009_nxproxy_add-man-page.full+lite.patch
     + 056_nx-X11_Werror-format-security.full.patch
     + 209_x2goagent_add-man-page.full.patch
     + 220_nxproxy_bind-loopback-only.full+lite.patch


------------=_1404131112-4593-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 26 Sep 2012 18:20:14 +0000
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 4C8F15DA6B
	for <submit@bugs.x2go.org>; Wed, 26 Sep 2012 20:20:14 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 1EFD83B1
	for <submit@bugs.x2go.org>; Wed, 26 Sep 2012 20:20:14 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 0C93A3BB63
	for <submit@bugs.x2go.org>; Wed, 26 Sep 2012 20:20:14 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Yy1sYyCCaRy7 for <submit@bugs.x2go.org>;
	Wed, 26 Sep 2012 20:20:13 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id DA91E3BC0D
	for <submit@bugs.x2go.org>; Wed, 26 Sep 2012 20:20:13 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 9CFDF3BB63
	for <submit@bugs.x2go.org>; Wed, 26 Sep 2012 20:20:13 +0200 (CEST)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	grimnir.das-netzwerkteam.de
X-Spam-Flag: NO
X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
	autolearn=ham version=3.3.1 running as userid=
X-Spam-Level: 
X-Spam-Bayes-Score: 0.0000
Received: by grimnir.das-netzwerkteam.de (Postfix, from userid 33)
	id 38A9F3BBF1; Wed, 26 Sep 2012 20:20:13 +0200 (CEST)
Received: from 163-168-142-46.pool.kielnet.net
 (163-168-142-46.pool.kielnet.net [46.142.168.163]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Wed, 26 Sep 2012
 20:20:13 +0200
Message-ID: <20120926202013.339019a9o0ko94kd@mail.das-netzwerkteam.de>
X-Priority: 3 (Normal)
Date: Wed, 26 Sep 2012 20:20:13 +0200
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: submit@bugs.x2go.org
Cc: Andreas Radke <a.radke@arcor.de>
Subject: xkeyboard-config 2.6.0 might break NX keyboard layout
MIME-Version: 1.0
Content-Type: multipart/signed;
 boundary="=_16n2ajamfof1";
 protocol="application/pgp-signature";
 micalg="pgp-sha1"
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.4)

This message is in MIME format and has been PGP signed.

--=_16n2ajamfof1
Content-Type: multipart/mixed;
 boundary="=_7csoa1vwk5zw"
Content-Transfer-Encoding: 7bit

This message is in MIME format.

--=_7csoa1vwk5zw
Content-Type: text/plain;
 charset=UTF-8;
 DelSp="Yes";
 format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Package: x2goagent
Version: 3.5.0.15
Severity: important

Hi Andreas,

Thanks for reminding us. Unfortunately, there is nothing new about the  
issue apart from NoMachine having taken notice of it, as well.

For now, I forward this issue to our new bug tracking system... so  
that we stay aware of it...

Mike

----- Weitergeleitete Nachricht von a.radke@arcor.de -----
      Datum: Wed, 26 Sep 2012 19:39:30 +0200
        Von: Andreas Radke <a.radke@arcor.de>
    Betreff: Re: [X2Go-Dev] xkeyboard-config 2.6.0 might break NX  
keyboard layout
         An: x2go-dev@lists.berlios.de
         Cc: mike.gabriel@das-netzwerkteam.de

Am Mon, 04 Jun 2012 07:59:40 +0200
schrieb Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:

> Hi,
>
> On So 03 Jun 2012 23:17:56 CEST Andreas Radke wrote:
>
> > Just a note about a bug I've run into:
> >
> > https://bugs.freedesktop.org/show_bug.cgi?id=50553
> >
> > Maybe somebody else can confirm if this is a NoMachine NX bug.
>
> The last posting against the quoted bug reported hints that this is
> indeed a missing feature in NX.
>
> I have notified NoMachine of this issue.
>
> Greets,
> Mike
>
>

Any progress with issue? The new xkeyboard-config 2.7 release shows the
same broken behavior.

-Andy
ArchLinux


----- Ende der weitergeleiteten Nachricht -----


-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

--=_7csoa1vwk5zw
Content-Type: application/pgp-signature;
 name="signature.asc"
Content-Disposition: attachment;
 filename="signature.asc"
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iEYEARECAAYFAlBjPdgACgkQLju01StYJ8gCTQCdHeAsm+jL7/U/ryirU8m/jU+m
9xUAnidceOdu/wU/qGkZsNm/maBpcz23
=GFSY
-----END PGP SIGNATURE-----

--=_7csoa1vwk5zw--

--=_16n2ajamfof1
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Unterschrift
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABAgAGBQJQY0ddAAoJEJr0azAldxsx698QALFPqmClucmF0oovhexUm4vm
0JsGiA1yj+qkirnXjeTp4A2+DPCWBc3cLW5tmJC6tTthxAMp/GhWmU1v+IEoxWYe
xYOpqt9yk1nbiLSCCoxcK8/UYmr5pgz8DSzOzOoTCg12odqY/PwltU8RabPtXRFp
yjxm/VpswLoiIfkd8XZXshVRoSBzxC6V92sQKBpsJKTEOEIcH0Jfircqp29ANxOA
aNm4MR1q0E6UqD7Df+mAb7oMBeRwgKzlYzhkGZRLCPb0VzuGS2H1TPNRefzk4co0
LIcp8Vcz4FkoO2qKf6LJIZMs3q7y6Skh1xpie8Lw866vnjybGKBeNFWJ/VV+tmDo
GpX0hm2jF4Ne+WXPTKfN3qwFmaV8xdmdThESSqXxQnGh/Rc3l1D3ahNiWEH/jyq7
cEiuzkOsgnFsv/l47wZYmrdN86Qj+z1M82CoSkbf4mxv5WfbRXIM/DxYIynyDRp1
Grzr0s87V4WPaiZWV7F2G+pRmpa/x654D41A044r3xmFFImUUPh+0nt1mAql9EY4
6woZfxyOfsbmAjtJV0VYOCt2j1E8Pe71AZnrnxTo4nOAzo1PaACyP6AXOnBkuejV
xNboBVjEY1NuexfnT7q1zWzkUwiWspnTlKhFwp3W8bqq3YQPByemphBN8P4z74I6
iCTh9qLl29vxP6A7LGCx
=muDB
-----END PGP SIGNATURE-----

--=_16n2ajamfof1--

------------=_1404131112-4593-0--
