From unknown Mon Apr 13 00:19:37 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#845: X2Go issue (in src:x2goclient) has been marked as pending for release
Reply-To: Mihai Moldovan <ionic@ionic.de>, 845@bugs.x2go.org
Resent-From: Mihai Moldovan <ionic@ionic.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: Mon, 04 May 2015 17:45:01 +0000
Resent-Message-ID: <handler.845.B845.14307612158059@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 845
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: pending
Received: via spool by 845-submit@bugs.x2go.org id=B845.14307612158059
          (code B ref 845); Mon, 04 May 2015 17:45:01 +0000
Received: (at 845) by bugs.x2go.org; 4 May 2015 17:40:15 +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=unavailable version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 7EDE75DA2E; Mon,  4 May 2015 19:39:58 +0200 (CEST)
From: Mihai Moldovan <ionic@ionic.de>
To: 845-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 845@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: <20150504173958.7EDE75DA2E@ymir.das-netzwerkteam.de>
Date: Mon,  4 May 2015 19:39:58 +0200 (CEST)

tag #845 pending
fixed #845 4.0.4.0
thanks

Hello,

X2Go issue #845 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=fc224ac

The issue will most likely be fixed in src:x2goclient (4.0.4.0).

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

---
commit fc224acfffe7ea4393410e92a692caf09cf4c94c
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Mon May 4 19:12:35 2015 +0200

    onmainwindow.cpp: correctly let Qt fetch the UI display language for Qt 4.8.0 and higher.
    
    The old "compat" behavior is retained for older versions of Qt, which do
    not have the semantics of a UI display language.
    
    Fixes: #845.

diff --git a/debian/changelog b/debian/changelog
index 13a9e63..3832c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -349,6 +349,10 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
     - {configdialog.{cpp,h},onmainwindow.cpp}: miscellaneous typo fixes - no
       functional changes.
     - onmainwindow.cpp: whitespace changes to installTranslator() only.
+    - onmainwindow.cpp: correctly let Qt fetch the UI display language for Qt
+      4.8.0 and higher. The old "compat" behavior is retained for older
+      versions of Qt, which do not have the semantics of a UI display
+      language. Fixes: #845.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
