From unknown Mon May 25 05:38:47 2026
MIME-Version: 1.0
X-Mailer: MIME-tools 5.507 (Entity 5.507)
X-Loop: owner@bugs.x2go.org
From: owner@bugs.x2go.org (X2Go Bug Tracking System)
Subject: Bug#1325 closed by X2Go Release Manager X2Go Release Manager
 <git-admin@x2go.org> (X2Go issue (in src:x2goserver) has been marked as
 closed)
Message-ID: <handler.1325.c.154346771017126.notifdone@bugs.x2go.org>
References: <20181129045649.ABE9E5DA7A@ymir.das-netzwerkteam.de>
X-X2go-PR-Keywords: pending
X-X2go-PR-Message: they-closed 1325
X-X2go-PR-Package: x2goserver-x2goagent
X-X2go-PR-Source: x2goserver
Date: Thu, 29 Nov 2018 05:05:06 +0000
Content-Type: multipart/mixed; boundary="----------=_1543467906-18020-0"

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

------------=_1543467906-18020-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 x2goserver-x2goagent package:

#1325: Nextcloud desktop GUI crashes in XFCE over x2go

It has been closed by X2Go Release Manager X2Go Release Manager <git-admin@=
x2go.org>.

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 X2Go Release Manager X=
2Go Release Manager <git-admin@x2go.org> by
replying to this email.


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

------------=_1543467906-18020-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at control) by bugs.x2go.org; 29 Nov 2018 05:01:50 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id ABE9E5DA7A; Thu, 29 Nov 2018 05:56:49 +0100 (CET)
From: =?utf-8?q?X2Go_Release_Manager?= X2Go Release Manager <git-admin@x2go.org>
To: 1325-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1325@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as closed
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Message-Id: <20181129045649.ABE9E5DA7A@ymir.das-netzwerkteam.de>
Date: Thu, 29 Nov 2018 05:56:49 +0100 (CET)

close #1325
thanks

Hello,

we are very hopeful that X2Go issue #1325 reported by you
has been resolved in the new release (4.1.0.3) of the
X2Go source project »src:x2goserver«.

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

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=2f9ba747f837b253b08e35d26d4f7e022e09f6a2;hp=248ee80e769a6ddd2de820d022cc8ee440525dd6

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:x2goserver.

Thanks a lot for contributing to X2Go!!!

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

---
X2Go Component: src:x2goserver
Version: 4.1.0.3-0x2go1
Status: RELEASE
Date: Thu, 29 Nov 2018 05:55:21 +0100
Fixes: 1322 1325
Changes:
 x2goserver (4.1.0.3-0x2go1) RELEASED; urgency=medium
 .
   [ Mike Gabriel ]
   * New upstream version (4.1.0.3)
     - x2goserver.service: Add Documentation= key.
     - x2goserver/lib/x2gocheckport: chmod a+x.
     - New bin:pkg: x2goserver-desktopsharing. Move all desktop sharing
       integration logic from x2godesktopsharing to x2goserver src:pkg.
     - Don't rely on "ln -sf" to remove a symlink before recreating it. If the
       target is non-writable, this may fail (observed on a Debian stretch
       system). Thus, removing the symlink file first and then recreating it.
     - Massive white-space cleanup (at EOLs).
     - x2goserver/bin/x2goruncommand: Support IceWM as desktop session type.
   * debian/x2goserver*.dirs:
     + Let dirs have a trailing slash in their path (for the human eye merely).
   * debian/copyright:
     + Regenerate auto-generated copyright.in file.
     + Adopt from recent Debian packaging.
     + Add x2goserver.spec.
   * debian/control:
     + Move xfonts-base from D to R. Thanks lintian.
     + Move C (x2goserver) with versioned x2godesktopsharing, to B.
     + Don't depend on essential package without version. Drop bash from D.
     + Bump Standards-Version: to 4.2.1. No changes needed.
     + Mention "client side printing support" also in descr of bin:pkg
       x2goserver-common.
   * debian/*.postinst:
     + Avoid recursive chmod/chown. Recursive chown/chmod is susceptible to
       hardlink attacks on mainline, non-Debian kernels.
   * debian/x2goserver.postinst:
     + Load debconf module, even if not used (Debian Policy demand).
   * debian/*.templates:
     + Move x2goserver and x2goserver-desktopsharing templates into separate
       files.
   * debian/po:
     + Add French translation. Thanks to Jean-Pierre Giraud from the Debian
       project. (Closes DBTS:#905931).
   * lintian:
     + Drop unused debian/x2goserver-printing.lintian-overrides.
   * debian/*: White-space cleanup.
   * x2goserver.spec:
     + Mention "client side printing support" in all pkg descriptions.
     + Regression fix: Use "desktopsharing" package name above its description,
       not copy+pasted "extensions".
     + Regression fix: Make /etc/x2go/desktopsharing be owned by x2goserver-
       desktopsharing.
     + Exclude x2go*-desktopsharing scripts and man page in %files x2goserver.
 .
   [ Mihai Moldovan ]
   * New upstream version (4.1.0.3):
     - x2goserver/lib/x2gocheckport: remove executable flag. This file is STILL
       not meant to be executed directly.
     - libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always
       appended to the user-provided ones.
     - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: replace
       historical "egrep" with "grep -E".
     - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: don't use
       negative exit codes.
     - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: more curly
       braces, quotes etc.
     - x2goserver-extensions/bin/x2goserver-run-extensions: replace historical
       "egrep" with "grep -E".
     - x2goserver-extensions/bin/x2goserver-run-extensions: don't use negative
       exit codes.
     - x2goserver-extensions/bin/x2goserver-run-extensions: more curly braces,
       quotes etc.
     - x2goserver/bin/x2gofeaturelist: replace historical "egrep" with "grep
       -E".
     - x2goserver/bin/x2gofeaturelist: more curly braces, quotes etc.
     - x2goserver/bin/x2goruncommand: replace historical "egrep" with "grep
       -E".
     - x2goserver/bin/x2goversion: replace historical "egrep" with "grep -E".
     - x2goserver/bin/x2goversion: more curly braces, quotes etc.
     - x2goserver/bin/x2gostartagent: use single quotes instead of double
       quotes for literal strings.
     - x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS;
       newer nx-libs versions (3.5.99.17+) should handle this much better.
       Fixes: #1325. Fixes: #1321.
     - misc: copyright updates, but for contributors who haven't been active or
       requested not to be bumped.
     - misc: switch to HTTPS-based URLs where appropriate.
     - misc: update Oleksandr's email address.
     - misc manpages: pre-release date update.
     - libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp
       wrapper, alike to what was done in x2gobroker.
   * x2goserver.spec:
     + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around
       a bug.
     + Also pass %{__global_{c{,pp},ld}flags} down via {C,LD}FLAGS.
     + Bump nxagent dependency up to 3.5.99.17+.
   * debian/x2goserver-desktopsharing.postinst:
     + More curly braces, quotes etc.
   * debian/x2goserver-desktopsharing.config:
     + More curly braces, quotes etc.
   * debian/x2goserver-desktopsharing.postrm:
     + More curly braces, quotes etc.
   * debian/libx2go-server-db-perl.postinst:
     + Replace historical "egrep" with "grep -E".
   * debian/x2goserver.config:
     + Replace historical "egrep" with "grep -E".
     + More curly braces, quotes etc.
   * debian/control:
     + Bump nxagent dependency up to 3.5.99.17+.
   * debian/copyright{,.in}:
     + Merge copyright entries.
     + Fix links to our wiki and update to HTTPS.
 .
   [ Orion Poplawski ]
   * New upstream version (4.1.0.3):
     - x2goserver{/bin/x2gostartagent,-x2goagent/etc/x2goagent.options}: allow
       setting nxagent nx/nx options on the server via x2goagent.options.
       Fixes: #1322.


------------=_1543467906-18020-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.x2go.org; 27 Aug 2018 12:00:25 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.7 required=3.0 tests=BAYES_50,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE autolearn=ham autolearn_force=no
	version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 8D5715DAEB
	for <submit@bugs.x2go.org>; Mon, 27 Aug 2018 14:00:22 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 25UVhutLDJlT for <submit@bugs.x2go.org>;
	Mon, 27 Aug 2018 14:00:09 +0200 (CEST)
X-Greylist: delayed 568 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Mon, 27 Aug 2018 14:00:09 CEST
Received: from harmony2.familycloud.ovh (harmony2.familycloud.ovh [IPv6:2001:41d0:1:f343:0:ff:fe28:d63c])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id AB25C5DA96
	for <submit@bugs.x2go.org>; Mon, 27 Aug 2018 14:00:09 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by harmony2.familycloud.ovh (Postfix) with ESMTP id 6D13142A8A8A
	for <submit@bugs.x2go.org>; Mon, 27 Aug 2018 13:50:39 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pielo.net; h=
	content-language:content-type:content-type:mime-version
	:user-agent:date:date:message-id:subject:subject:from:from; s=
	201712; t=1535370638; x=1537185039; bh=ZL3iitNqomMa1YKcz59o+7njA
	gywDzTND1g0tEt8/Uo=; b=URQDEF/Q6+tgX/lfM6kBaVNlvWwYD6GuNi6cSGkrd
	CVMjvxz/NeL4XfWduFD26w1Lr/v06aeL+3js0mbug2yIgVdycitAplfBs4KaSdiw
	i/sL9YPsJ306PnYxPU44/UkvWElIMAtarL+FoFnZ2ngG0x5HU2c+n3hZVEPUgvie
	YY=
X-Virus-Scanned: Debian amavisd-new at oueb2.familycloud.ovh
Received: from harmony2.familycloud.ovh ([127.0.0.1])
	by localhost (harmony2.familycloud.ovh [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id 2pVXHZvbaITf for <submit@bugs.x2go.org>;
	Mon, 27 Aug 2018 13:50:38 +0200 (CEST)
Received: from [10.0.3.213] (unknown [10.0.3.213])
	(Authenticated sender: thierry@pielo.net)
	by harmony2.familycloud.ovh (Postfix) with ESMTPSA id DCF8342A8A3F
	for <submit@bugs.x2go.org>; Mon, 27 Aug 2018 13:50:38 +0200 (CEST)
To: submit@bugs.x2go.org
From: Thierry Kauffmann <thierry@pielo.net>
Subject: Nextcloud desktop GUI crashes in XFCE over x2go
Openpgp: preference=signencrypt
Autocrypt: addr=thierry@pielo.net; keydata=
 xsBNBFBYDxUBCADJr1m+eWBSgf9e93TZGfxbOHCt+eRgB1z2xKH7x6H3YW6nrqoflWwUAJk/
 RV5obFBC0oiCfeO8YfzPQi9aB/ViOE2E0s40yyq/ucLsNv7ltAh1jqTHR1TGNoMls1G6jHZs
 FeUhSZKL3OgiCpPzn5xURL++nQxlWfLtyvem03WOahrmDtU5wfddq7BAREHVU5I0oHs1JDtN
 83Kil6MJwJUFhy13gLbdhOgwgas0EvpEHLigPXEACGwiNuPUeancFtxTHa1buN8zG2AfIX6s
 DHvy5dRJqoXzP24NvC+bKLOzFBifE6SEVvqVYv7IR75k0fd1XJEGTKxV84eoi2uEbwO1ABEB
 AAHNJVRoaWVycnkgS2F1ZmZtYW5uIDx0aGllcnJ5QHBpZWxvLm5ldD7CwHgEEwECACIFAlBY
 DxUCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEFf4VFBtN7qR/mQH/0sckHd7msF3
 IZCrt5uOJud2/0MKvTEukuruqg3jmISNA43HG7vniQQ0TMRzDI6GdAfH6EsY5dwdvb81UPpO
 2QSLqKIfJmedqvzMIQtWflSlhW4uxQZ6QkQmVHuQbIZNUULfc5DWUfiu5f03GBaaEYeXkZmb
 1pmP229I57tsnyz8wfLqxw0psdTKPqUFJHLBsfmeVRGuH/dvL4eqw2aF/mATv3KDTE2E2czz
 I0l+bZftaLC0Gh/mzkUsOhUF/1adGIjZ7t0BLw3/GIIAmcNEcyHFS7BTrGcdmLrZA9yTOUcC
 0LeeAoMuubTy+LCvF+6zGA1Rs4B7dtJZO0PAcE8OEpbOwE0EUFgPFQEIAL+1XatTDvgl6quf
 7D10Au6rW2sL7e6FM3hdB9p3UCH+1+GYeoqjon0nfrM2dLCbLVWMRTnlnrXT9HpY3//BYODr
 JXy33dEhVvvRljjAjv3szu4uMLNWCSwGMm2Ug/TVoLUAOkBsezuideRTc06ZfrIZhTyLnkqC
 8WyyN529LpRj2aOl6TO/u1cANqAbghu01q0zoEC/5vwFtj03Sz+3SX4QhLJZRKKGCeflznv5
 h4QCvw9fZ0bRGLSB1CMEtcpRW7Wr799oy55L5LpPZ88wTJ8p1SW/0EB7O+Wqh8peFC2eSGUI
 zSpb7DAvYolma0YBFBrecB7Sz9S+SRLMn+H8hZEAEQEAAcLAXwQYAQIACQUCUFgPFQIbDAAK
 CRBX+FRQbTe6kSNzCACzNVOmgSpLHMtOp37+MH5WbEiJPu0Uzb56KA0Tj2uoHvrBisNnP8Ff
 /cMfgIQQUrVcmZFsQ/3hgQ2H+73UnEoCSAdyh8d+2HuvHHe+UIfBg7crS9jCAIC/A7l8bj3O
 SvAmfAY5XF2q7Pv89t0dYrpm5FLUTduOrNL3KJ2yrsuGoPe6yjO0iJJylkPptdsTWxNsoVUA
 KmezLltxT3ZEecBsy8xD0qzzcPBHwJaWWR5BrB4C1TX63NdohzVMTvyceIY6Ez0ybTsUprAW
 tJTgMITxqKXYa900I6lqtOZuQ2XeLGLiLTM7u2AaWssYjmwdkGfoCTjJbu6p9ThWZxSrY1bz
Message-ID: <f38c7358-45b0-8c78-5076-c99f14f59fd9@pielo.net>
Date: Mon, 27 Aug 2018 13:50:38 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.9.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------7591AF1A27EFDCB15E3BE7A6"
Content-Language: fr-classic

This is a multi-part message in MIME format.
--------------7591AF1A27EFDCB15E3BE7A6
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Package: x2goserver
Version: 4.1.0.2


Hi,
Nextcloud desktop works well under XFCE over X2go. Syncing is ok and I
get a nice green icon in notification bar.
The GUI used to work perfectly until recently (a few days or weeks). Now
I can't launch the GUI and modify parameters : Nextcloud desktop GUI
crashes immediately.

I get the following log :

|08-27 10:35:45:796 1290 OCC::ownCloudGui::slotShowSettings: void
OCC::ownCloudGui::slotShowSettings() 08-27 10:35:45:853 1290 unknown:
The X11 connection broke: Maximum allowed requested length exceeded
(code 4) XIO: fatal IO error 2 (Aucun fichier ou dossier de ce type) on
X server ":50.0" after 391 requests (391 known processed) with 0 events
remaining. |

Any idea what is going wrong ?

Thierry




--------------7591AF1A27EFDCB15E3BE7A6
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html>
  <head>

    <meta http-equiv=3D"content-type" content=3D"text/html; charset=3Dutf=
-8">
  </head>
  <body text=3D"#000000" bgcolor=3D"#FFFFFF">
    <pre class=3D"code" style=3D"margin: 0px 0px 1.4em; padding: 0.7em 1e=
m; font-family: Consolas, &quot;Andale Mono WT&quot;, &quot;Andale Mono&q=
uot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Nimbus Mono L&quot;, Mo=
naco, &quot;Courier New&quot;, monospace; font-size: 14px; direction: ltr=
; text-align: left; background-color: rgb(251, 250, 249); color: rgb(102,=
 102, 102); box-shadow: rgb(204, 204, 204) 0px 0px 0.5em inset; border-ra=
dius: 2px; overflow: auto; word-wrap: normal; border: 1px solid rgb(204, =
204, 204); font-style: normal; font-variant-ligatures: normal; font-varia=
nt-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; te=
xt-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webk=
it-text-stroke-width: 0px; text-decoration-style: initial; text-decoratio=
n-color: initial;">Package: x2goserver
Version: 4.1.0.2


</pre>
    <p style=3D"box-sizing: border-box; margin-top: 0px !important;
      margin-bottom: 16px; color: rgb(36, 41, 46); font-family:
      -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;,
      Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;,
      &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;
      font-size: 14px; font-style: normal; font-variant-ligatures:
      normal; font-variant-caps: normal; font-weight: 400;
      letter-spacing: normal; orphans: 2; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Hi,<br
        style=3D"box-sizing: border-box;">
      Nextcloud desktop works well under XFCE over X2go. Syncing is ok
      and I get a nice green icon in notification bar.<br
        style=3D"box-sizing: border-box;">
      The GUI used to work perfectly until recently (a few days or
      weeks). Now I can't launch the GUI and modify parameters :
      Nextcloud desktop GUI crashes immediately.</p>
    <p style=3D"box-sizing: border-box; margin-top: 0px; margin-bottom:
      16px; color: rgb(36, 41, 46); font-family: -apple-system,
      BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial,
      sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI
      Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: 400; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">I get the following log
      :</p>
    <code style=3D"box-sizing: border-box; font-family: SFMono-Regular, C=
onsolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-siz=
e: 11.9px; padding: 0px; margin: 0px; background: transparent; border-rad=
ius: 3px; word-break: normal; white-space: pre; border: 0px; display: inl=
ine; overflow: visible; line-height: inherit; word-wrap: normal;">08-27 1=
0:35:45:796 1290 OCC::ownCloudGui::slotShowSettings: void OCC::ownCloudGu=
i::slotShowSettings()
08-27 10:35:45:853 1290 unknown: The X11 connection broke: Maximum allowe=
d requested length exceeded (code 4)
XIO:  fatal IO error 2 (Aucun fichier ou dossier de ce type) on X server =
":50.0"
      after 391 requests (391 known processed) with 0 events remaining.
</code>
    <p style=3D"box-sizing: border-box; margin-top: 0px; margin-bottom:
      16px; color: rgb(36, 41, 46); font-family: -apple-system,
      BlinkMacSystemFont, &quot;Segoe UI&quot;, Helvetica, Arial,
      sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI
      Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: 400; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Any idea what is going
      wrong ?</p>
    <p style=3D"box-sizing: border-box; margin-top: 0px; margin-bottom:
      0px !important; color: rgb(36, 41, 46); font-family:
      -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;,
      Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;,
      &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;
      font-size: 14px; font-style: normal; font-variant-ligatures:
      normal; font-variant-caps: normal; font-weight: 400;
      letter-spacing: normal; orphans: 2; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-style:
      initial; text-decoration-color: initial;">Thierry</p>
    <pre class=3D"code" style=3D"margin: 0px 0px 1.4em; padding: 0.7em 1e=
m; font-family: Consolas, &quot;Andale Mono WT&quot;, &quot;Andale Mono&q=
uot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Nimbus Mono L&quot;, Mo=
naco, &quot;Courier New&quot;, monospace; font-size: 14px; direction: ltr=
; text-align: left; background-color: rgb(251, 250, 249); color: rgb(102,=
 102, 102); box-shadow: rgb(204, 204, 204) 0px 0px 0.5em inset; border-ra=
dius: 2px; overflow: auto; word-wrap: normal; border: 1px solid rgb(204, =
204, 204); font-style: normal; font-variant-ligatures: normal; font-varia=
nt-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; te=
xt-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webk=
it-text-stroke-width: 0px; text-decoration-style: initial; text-decoratio=
n-color: initial;">


</pre>
  </body>
</html>

--------------7591AF1A27EFDCB15E3BE7A6--

------------=_1543467906-18020-0--
