From unknown Sat Apr 04 16:33:23 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#834: X2Go issue (in src:x2gobroker) has been marked as pending for release
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 834@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Thu, 02 Apr 2015 04:20:02 +0000
Resent-Message-ID: <handler.834.B834.14279483166140@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 834
X-X2Go-PR-Package: python-x2gobroker
X-X2Go-PR-Keywords: patch
Received: via spool by 834-submit@bugs.x2go.org id=B834.14279483166140
          (code B ref 834); Thu, 02 Apr 2015 04:20:02 +0000
Received: (at 834) by bugs.x2go.org; 2 Apr 2015 04:18:36 +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,
	URIBL_BLOCKED autolearn=ham version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 412F95DAD2; Thu,  2 Apr 2015 06:18:33 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 834-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 834@bugs.x2go.org
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20150402041834.412F95DAD2@ymir.das-netzwerkteam.de>
Date: Thu,  2 Apr 2015 06:18:33 +0200 (CEST)

tag #834 pending
fixed #834 0.0.3.0
thanks

Hello,

X2Go issue #834 (src:x2gobroker) 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:

    http://code.x2go.org/gitweb?p=x2gobroker.git;a=commitdiff;h=04a9982

The issue will most likely be fixed in src:x2gobroker (0.0.3.0).

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

---
commit 04a9982c4a16cdb22a7465930d95461658576993
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Thu Apr 2 06:18:09 2015 +0200

    Don't hard-define session DPI value. This allows X2Go Client to auto-detect the client-side DPI value and use that for the X2Go session. (Fixes: #834).

diff --git a/debian/changelog b/debian/changelog
index b826a6d..ced1bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -308,6 +308,9 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       delayed executions of broker agent tasks. This assures that SSH pub keys
       are removed via the delauthkey broker agent task, if the SSH broker
       is used. (Fixes: #491).
+    - Don't hard-define session DPI value. This allows X2Go Client to
+      auto-detect the client-side DPI value and use that for the X2Go session.
+      (Fixes: #834).
   * debian/control:
     + Provide separate bin:package for SSH brokerage: x2gobroker-ssh.
     + Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
