Hi Sven,
re-Cc:-ing bug #410...
On Do 12 Jun 2014 21:48:42 CEST, Sven Willenberger wrote:
> On Wed, 11 Jun 2014 21:33:58 +0000
> Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> wrote:
>
>> HI Sven,
>>
>> On Fr 24 Jan 2014 03:39:19 CET, Sven Willenberger wrote:
>>
>> > Package: nx-libs (nx-x11)
>> > Version: 3.5.0.22
>> >
>> > Server (host)OS: Linux 3.12.8 (ArchLinux) x86_64
>> > Client OS: Windows 8 (version 4.0.1.2 QT 4.8.5)
>> >
>> > When using python apps with QT (either PyQT or PySide), any
>> > interaction with the resulting window (when connected from windows
>> > to linux) causes the program to crash. Partial stack trace:
>> >
>> > #0 0x00007fffed78acb0 in _X11TransWritev () from
>> > /usr/lib/nx/X11/libNX_X11.so.6
>> > #1 0x00007fffed76eb8e in _XSend ()
>> > from /usr/lib/nx/X11/libNX_X11.so.6 #2 0x00007fffed763e69 in
>> > XQueryExtension () from /usr/lib/nx/X11/libNX_X11.so.6
>> > #3 0x00007fffed759af2 in XInitExtension () from
>> > /usr/lib/nx/X11/libNX_X11.so.6
>> > #4 0x00007fffeda3d7bb in XextAddDisplay () from
>> > /usr/lib/nx/X11/libNX_Xext.so.6
>> > #5 0x00007fffedc4cee1 in XPanoramiXQueryExtension () from
>> > /usr/lib/nx/X11/Xinerama/libXinerama.so.1
>> > #6 0x00007ffff0e01e3e in ?? () from
>> >
>> /usr/lib/python3.3/site-packages/PySide-1.2.1-py3.3.egg/PySide/libQtGui.so.4
>> > #7 0x00007ffff0e01f42 in QDesktopWidget::QDesktopWidget() () from
>> >
>> /usr/lib/python3.3/site-packages/PySide-1.2.1-py3.3.egg/PySide/libQtGui.so.4
>> >
>> > This just happened with the Jan 4 update to nx-libs (et al).
>> >
>> > For comparison, using a basic ssh connection with X-forwarding and
>> > starting an xterm session and running the same python programs
>> > succeeds.
>>
>> sorry for responding soooo late...
>>
>> Today, I have been in NX code for the whole day and I wonder, if I
>> can do something for you to get the above issue fixed.
>>
>> I tested the above with this python snippet:
>>
>> """
>> #!/usr/bin/python
>>
>> # simple.py
>>
>> import sys
>> from PyQt4 import QtGui
>>
>> app = QtGui.QApplication(sys.argv)
>>
>> widget = QtGui.QWidget()
>> widget.resize(250, 150)
>> widget.setWindowTitle('simple')
>> widget.show()
>>
>> sys.exit(app.exec_())
>> """
>>
>> and I don't bump into any problems as described above.
>>
>> Can you please:
>>
>> 1. get latest x2goagent/nxagent/libnx-x11 from our nightly
>> builds[1] 2. re-test the above
>> 3. if you get the same error, send me the python code that triggers
>> the bug
>>
>> Greets,
>> Mike
>>
>> PS: please wait for the current build of nx-libs to finish [2]
>>
>> [1] http://wiki.x2go.org/doku.php/wiki:development:nightly-builds
>> [2] https://jenkins.x2go.org:8443/view/NX/
>>
>
> As I am on Archlinux, I need to apply patches from the debian/patches
> directory from the git pull. Besides the Pgn.cpp patch (for libpng),
> what other patches need to be applied to make the git behave like the
> nx-libs-3.5.0.xx-full.tar.gz releases? (for example to create a master
> Makefile).
nx-libs/debian/roll-tarball.sh is your friend...
But Clemens already helped out on IRC I just saw...
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
tag #258 pending
fixed #258 4.0.2.1
thanks
Hello,
X2Go issue #258 (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=eb6feb3
The issue will most likely be fixed in src:x2goclient (4.0.2.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit eb6feb3e7c40274aa7b7a36bb9148090cab9ec4f
Author: Oleksandr Shneyder <o.shneyder(a)phoca-gmbh.de>
Date: Mon Jun 30 16:01:16 2014 +0200
Add "clipboard" parameter to session profile and to command line options. Replace qCritical() with printError() by argument parsing. (Fixes: #258).
diff --git a/debian/changelog b/debian/changelog
index 19e3e2f..2d5b6d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,9 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low
enabled.
- Fork x2goclient on windows and terminate child processes if x2go client
crashed. (Fixes: #159).
+ - Add "clipboard" parameter to session profile and to command line options.
+ (Fixes: #258).
+ - Replace qCritical() with printError() by argument parsing.
- Update translation files.
- Update russian translation.
- Update string "&Clipboard Mode" and translate in russian translation file.
Package: not_applicable
Hello,
We are trying to move from NX to X2Go.
One of our tools is called Questa Sim (EDA tool from Mentor Graphics).
When we used to run it from NX, no issues.
When we use it with X2Go, we have color issues:
· What was white or yellow text on a black background, now shows as
… black text on a black background, hence not readable.
· While we can change colors in a preferences menu, unlike in NX,
changing the text color in X2Go environment does not work
Below are two screenshots:
· One from NX, where yellow bar and text is readable
· One from X2Go, where this bar and text have become black (on
black background)
Thanks,
- Edouard
[image: cid:image001.png@01CE7ED3.3A9ED4D0]
[image: cid:image002.png@01CE7ED3.C3C30420]
Edouard Villeneuve | IS Manager | PLDA Group | Cell : +33 (0) 670 409 549 |
http://www.plda.com/
Processing control commands:
> tag -1 moreinfo
Bug #259 [x2goagent] Cannot log in on Centos 6.4 without Xorg running
Added tag(s) moreinfo.
--
259: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=259
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Control: tag -1 moreinfo
Hi Edouard,
a while back you reported some color problems in X2Go session that
were not present in NX sessions.
Did you get to installing new servers with X2Go? Can you give
feedback, if you also see those color issues on fresh installations?
If so, please give us more details (and maybe a screenshot) about your
observations.
Please test with the currently baking builds of NX (redistributed) 3.5.0.27.
Thanks+Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Control: tag -1 moreinfo
Hi Jan,
a while back you reported problems with X2Go Server on CenOS 6.4.
We are currently building the latest release 3.5.0.27 of NX
(redistributed) which has been the origin of your observed problems.
Can you please test latest X2Go Server (with latest x2goagent) and let
us know if your problems are gone?
Thanks,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Processing control commands:
> forcemerge -1 #410
Bug #467 [nxagent] Segfault when using SDL_Init()
Bug #113 [nxagent] X11TransWritev in libNX_X11.so.6 causes VLC crash
There is no source info for the package 'nxagent' at version '3.5.0.22' with architecture ''
Unable to make a source version for version '3.5.0.22'
Marked as found in versions 3.5.0.22.
Marked as found in versions 3.5.0.22.
Bug #410 [nxagent] Segfault of _X11TransWritev in libNX_X11.so.6 with libQtGui
Merged 113 410 467
--
113: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=113
410: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=410
467: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=467
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Control: forcemerge -1 #410
Hi,
a while back you reported an SDL_Init issue with X2Go's X11 agent (x2goagent).
We are currently investigating something very similar that occurs on
Archlinux, which gets documented as bug #410.
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…