tag #1228 pending fixed #1228 4.1.0.4 thanks Hi! X2Go issue #1228 (src:x2goserver) reported by you has been fixed in X2Go Git. You can see the changelog below, and you can check the diff of the fix at: https://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=51e1da1312245ac... The issue will most likely be fixed in src:x2goserver (4.1.0.4). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 51e1da1312245accbfcb6f2fa360c5bef3d99588 Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Mar 12 11:48:19 2021 +0100 x2gostartsession: let x2godialog handle events via NX_CLIENT. Previously, any action that should have displayed a dialog did instead suspend x2goagent, since NX_CLIENT was set to x2gosuspend-session. Fixes: #1228. Fixes: #1540. diff --git a/debian/changelog b/debian/changelog index 5fde4817..102e58c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -458,6 +458,10 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium Previous version was incomplete. Note that this will only work correctly once we actually update to 3.5.99.26 within X2Go, but it doesn't hurt to have the new definitions until then. Fixes: #1538. + - x2gostartsession: let x2godialog handle events via NX_CLIENT. + Previously, any action that should have displayed a dialog did instead + suspend x2goagent, since NX_CLIENT was set to x2gosuspend-session. + Fixes: #1228. Fixes: #1540. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 19 Jul 2019 20:55:11 +0200