[X2Go-Dev] Processed: Change submitter name

2014-06-21 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org: unarchive 156 Bug #156 {Done: Mike Gabriel mike.gabr...@das-netzwerkteam.de} [x2goagent] Wrong symlink in x2goagent package for precise Unarchived Bug 156 submitter 156 ! Bug #156 {Done: Mike Gabriel mike.gabr...@das-netzwerkteam.de} [x2goagent]

[X2Go-Dev] Bug#516: Bug#516: [PATCH 1/5] Create Windows on Big Endian 64bit systems

2014-06-21 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * On 21.06.2014 10:26 pm, Mike Gabriel wrote: Maybe the same patch is needed at that second position? No. It's needed in two other places, actually. I totally didn't catch that, sorry. Let me test the changes and I'll get back with an updated

[X2Go-Dev] Bug#516: Bug#516: [PATCH 1/5 v2] Create Windows and fix drawing issues on Big Endian 64bit systems

2014-06-21 Thread Mihai Moldovan
Multiple endiannes issues were setting incorrect event masks when creating and drawing X11 windows. This time, a smaller integer has been casted to a bigger one and passed to some function actually setting its value. This meant, that garbage from stack was attached to the smaller integer value,

[X2Go-Dev] Processed: X2Go issue (in src:nx-libs) has been marked as pending for release

2014-06-21 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org: tag #516 pending Bug #516 [x2goserver] X2go successfully connects to server, but no window is shown Added tag(s) pending. fixed #516 2:3.5.0.25 Bug #516 [x2goserver] X2go successfully connects to server, but no window is shown There is no source

[X2Go-Dev] Bug#516: X2Go issue (in src:nx-libs) has been marked as pending for release

2014-06-21 Thread Mike Gabriel
tag #516 pending fixed #516 2:3.5.0.25 thanks Hello, X2Go issue #516 (src:nx-libs) 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=nx-libs.git;a=commitdiff;h=cfb1990 The issue will most

[X2Go-Dev] Bug#516: Bug#516: [PATCH 1/5 v2] Create Windows and fix drawing issues on Big Endian 64bit systems

2014-06-21 Thread Mike Gabriel
Hi Mihai, On Sa 21 Jun 2014 23:12:59 CEST, Mihai Moldovan wrote: Multiple endiannes issues were setting incorrect event masks when creating and drawing X11 windows. This time, a smaller integer has been casted to a bigger one and passed to some function actually setting its value. This