X2Go Bug report logs - #998
Image inverted when displayed via x2go

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: Toby Darling <toby@mrc-lmb.cam.ac.uk>

Date: Tue, 9 Feb 2016 17:05:01 UTC

Severity: normal

Found in version 4.0.1.4

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#998: Image inverted when displayed via x2go
Reply-To: Toby Darling <toby@mrc-lmb.cam.ac.uk>, 998@bugs.x2go.org
Resent-From: Toby Darling <toby@mrc-lmb.cam.ac.uk>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Tue, 09 Feb 2016 17:05:01 +0000
Resent-Message-ID: <handler.998.B.145503747319420@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: report 998
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by submit@bugs.x2go.org id=B.145503747319420
          (code B); Tue, 09 Feb 2016 17:05:01 +0000
Received: (at submit) by bugs.x2go.org; 9 Feb 2016 17:04:33 +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=3.0 tests=BAYES_00,
	RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id A8D565DA92
	for <submit@bugs.x2go.org>; Tue,  9 Feb 2016 18:04:31 +0100 (CET)
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 XeicqIqf87Pc for <submit@bugs.x2go.org>;
	Tue,  9 Feb 2016 18:04:31 +0100 (CET)
X-Greylist: delayed 1016 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Tue, 09 Feb 2016 18:04:31 CET
Received: from ppsw-33.csi.cam.ac.uk (ppsw-33.csi.cam.ac.uk [131.111.8.133])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 68E1A5DA91
	for <submit@bugs.x2go.org>; Tue,  9 Feb 2016 18:04:31 +0100 (CET)
X-Cam-AntiVirus: no malware found
X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/
Received: from mail.mrc-lmb.cam.ac.uk ([131.111.85.9]:36387 helo=mail.lmb.internal)
	by ppsw-33.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.137]:25)
	with esmtp id 1aTBRu-000Vba-iD (Exim 4.86_36-e07b163) for submit@bugs.x2go.org
	(return-path <toby@mrc-lmb.cam.ac.uk>); Tue, 09 Feb 2016 16:47:34 +0000
Received: from pcterm39.lmb.internal ([10.91.192.121])
	by mail.lmb.internal with esmtpsa (UNKNOWN:AES256-SHA:256)
	(Exim 4.72)
	(envelope-from <toby@mrc-lmb.cam.ac.uk>)
	id 1aTBRu-000iw5-Ko
	for submit@bugs.x2go.org; Tue, 09 Feb 2016 16:47:34 +0000
From: Toby Darling <toby@mrc-lmb.cam.ac.uk>
To: submit@bugs.x2go.org
Organization: MRC - LMB
Message-ID: <56BA1826.8030304@mrc-lmb.cam.ac.uk>
Date: Tue, 9 Feb 2016 16:47:34 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Thunderbird/38.5.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Package: x2goclient
Version: 4.0.1.4

My users have an application[1] that when run under x2go inverts the 
image it is displaying. There is a comparative screen shot 
e2boxer-inverted.png at 
https://drive.google.com/folderview?id=0B-6ks0UHchgjTUpxSkRwd1FLa2s&usp=sharing 

The window on the left is through x2go and on the right is native.
(I've added the red boxes and text to clarify what appears to be random 
splodges.)

We've reproduced this discrepancy on Scientific Linux 6.7, MacOS 10.6 
and MacOS 10.9. When run natively, the image is displayed correctly.

x2goserver is version 4.0.1.19 running on Scientific Linux 6.7

[1] EMAN2 from 
http://ncmi.bcm.tmc.edu/ncmi/software/software_details?selected_software=counter_222

The downloadable EMAN2 gzip file contains all the software required to 
run e2boxer.py - the program that exhibits this problem, no build or 
config is necessary. The sample input file 
Falcon_2016_02_02-09_10_45_cor.mrc is at the same link as the screen 
shot. Once EMAN2 is unpacked run:

#-- 8< --#

#!/bin/bash

EMAN2DIR=<inst_dir>/EMAN2

export EMAN2DIR
export PATH=$EMAN2DIR/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$EMAN2DIR/lib
export PYTHONPATH=$PYTHONPATH:$EMAN2DIR/lib

echo "******************"
which e2boxer.py
echo "******************"

e2boxer.py Falcon_2016_02_02-09_10_45_cor.mrc

#-- 8< --#

Many thanks for the awesome work you do keeping this software going!

Cheers
Toby
-- 
Toby Darling, Scientific Computing (2N249)
MRC Laboratory of Molecular Biology
Francis Crick Avenue
Cambridge Biomedical Campus
Cambridge CB2 0QH
Phone 01223 267070

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 19 13:43:35 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.