[X2Go-Dev] Bug#585: Clipboard handling with XFIXES broken

2014-08-27 Thread Ulrich Sibiller
Package: nx-xlibs Version: 3.5.0-27 I have found a clipboard problem which only occurs when the XFIXES extension is active. Sometimes qt applications running inside the session cannot paste what has been selected outside the session. Steps to reproduce: 1. start a new session (rootless or

[X2Go-Dev] Bug#585: Easier way to reproduce

2014-09-19 Thread Ulrich Sibiller
I found an easier way to reproduce this: Instead of opening a full NX session one can simply do this: 1. nxagent +extension XFIXES -display :55 2. konsole -display :55 3. open xterm outside of the nxagent 4. then start copying/pasting data as described in the initial bug report Wenn nxagent is

[X2Go-Dev] Bug#28: Seems to be fixed in newer versions

2014-10-29 Thread Ulrich Sibiller
Well, looking at the source of the current libxfixes (of Ubuntu Trusty) I can find no XFIXES version 6 code. Additionally libxfixes_5.0.1-1ubuntu1.diff.gz contains this changelog update: + -- Julien Cristau jcris...@debian.org Tue, 14 May 2013 10:12:48 +0200 + +libxfixes (1:5.0-4ubuntu6) raring;

[X2Go-Dev] Bug#585: Fix

2014-11-05 Thread Ulrich Sibiller
fa294cc020d285df6286195fd435c5c386257711 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller ul...@gmx.de Date: Tue, 4 Nov 2014 22:24:19 +0100 Subject: [PATCH] Add 207_nxagent_fix-xfixes-selection.full.patch. Fix selection handling when XFIXES is enabled. (Fixes: #585). --- debian/changelog

[X2Go-Dev] Bug#342: Exact circumstances

2014-11-06 Thread Ulrich Sibiller
Wil, I am a bit unsure about your exact setup. Are you connecting from Ubuntu 12.04 to 12.04 or to another operating system? Can you still provoke this behaviour with the latest os updates for 12.04 (there have been some fixes in libxfixes, IIRC)? Does this happen with 14.04 or 14.10, too? Can

Re: [X2Go-Dev] Bug#674: Bug#674: keycode - keycode translation harmful (makes configuration complex)

2014-11-14 Thread Ulrich Sibiller
Am 14.11.2014 um 05:49 schrieb Mike Gabriel: I guess this is the best analysis on what happens in NX around keyboard stuff, I have ever read. Thanks for that very good tutorial. That's what I was thinking when I read it, too ;-) But I'll have to read it again to fully get into it. Now

[X2Go-Dev] Bug#205: Some comments on this

2014-12-02 Thread Ulrich Sibiller
In nxagent-3.5.0-8 NoMachine has tweaked the version number of nxagent to work better with cairo. So doing this is not completely unusual for NX... In nx-X11/programs/Xserver/hw/ nxagent/Init.c you can find these lines: --- /* * Avoid

[X2Go-Dev] Bug#785: Bug#785: Bug#785: x2go clipboard bug

2015-02-11 Thread Ulrich Sibiller
On Wed, Feb 11, 2015 at 1:49 PM, Sergey Savko sa...@tophouse.ru wrote: I tried FreeNX on the same server with the same user profile, it works. Video: http://youtu.be/r-GABBB_APE First, what versions of x2go and FreeNX are you using? In 3.5.0.28 I habe contributed a fix regarding clipboard

[X2Go-Dev] Bug#717: Bug#717: Fwd: [Bug 1179010] New: [abrt] nxagent: _XReply(): nxagent killed by SIGSEGV

2015-01-05 Thread Ulrich Sibiller
On Mon, Jan 5, 2015 at 11:13 PM, Orion Poplawski or...@cora.nwra.com wrote: Package: nx-libs Version: 3.5.0.28 This looks like infinite recursion in the _XIDHandler() libX11 code. Not sure there is anything to be done besides trying to rebase nx-libs on a newer Xorg X11 release. This gets

Re: [X2Go-Dev] [X2Go-Commits] [nx-libs] 28/52: CVE-2014-0210: unvalidated length fields in fs_read_list() from xorg/lib/libXfont commit 5fa73ac18474be3032ee7af9c6e29deab163ea39

2015-02-16 Thread Ulrich Sibiller
On Sun, Feb 15, 2015 at 10:02 PM, Mihai Moldovan io...@ionic.de wrote: Just as a heads-up: I would have moved this into the for loop condition like so: The code might offer a lot of possibilities for improvement. However, as all this is derived from the original X11 code I would prefer leaving

[X2Go-Dev] Reason for norootlessexit

2015-03-02 Thread Ulrich Sibiller
Hello, we are seeing problems with rootless nx sessions, when the user is using a window manager like awesome, openbox or xfce (for users using kde or gnome everythign works fine). nxagent often closes the session after switching workspaces (making the nx windows invisible) because according to

[X2Go-Dev] Bug#854: Ubuntu 14.04: xinerama broken

2015-04-25 Thread Ulrich Sibiller
Package: x2goclient, nx-x11-common Version: 4.0.3.2-0~800~ubuntu14.04.1 As far as I know opening an x2go session from a display that uses xinerama should do the following on the server side: - create a xinerama.conf with the xinerama setting on the client side - set NX_XINERAMA_CONF in the

Re: [X2Go-Dev] improve Xinerama

2015-04-28 Thread Ulrich Sibiller
On Tue, Apr 28, 2015 at 1:59 PM, Michael DePaulo mikedep...@gmail.com wrote: 1. We don't patch Xinerama. Rather, nx-libs, our X server, includes an outdated version: nx-X11/lib/Xinerama Maybe my wording was a bit misleading. What I meant was this patch: 0202_nx-X11_enable-xinerama.full.patch

[X2Go-Dev] improve Xinerama

2015-04-28 Thread Ulrich Sibiller
Hello, I have been playing around with x2go and xinerama. While the current setup kind of works there are some problems with the current concept: - it uses LD_LIBRARY_PATH. Any software that fiddles around with LD_LIBRARY_PATH can break it (and there a lot (mostly commercial) programs doing

Re: [X2Go-Dev] improve Xinerama

2015-04-29 Thread Ulrich Sibiller
Am 29.04.2015 00:37 schrieb Mike Gabriel mike.gabr...@das-netzwerkteam.de: Hi Uli, (any reason for going off-list?) Stupid Gmail client in Android... Well, I haven't thought about moving that code yet, but this would be a step in the right direction. It would solve all of the problems I

Re: [X2Go-Dev] improve Xinerama

2015-05-01 Thread Ulrich Sibiller
On Thu, Apr 30, 2015 at 5:18 AM, Mike Gabriel mike.gabr...@das-netzwerkteam.de wrote: However, I am still unsure about the correct solution here. Some questions that arise: - do we need a switch to disable that lookup? Why is xinerama disabled by default when configuring new x2go sessions?

Re: [X2Go-Dev] improve Xinerama

2015-05-06 Thread Ulrich Sibiller
On Wed, May 6, 2015 at 3:45 PM, Mike Gabriel mike.gabr...@das-netzwerkteam.de wrote: Hi Ulrich, (Re-Cc:ing x2go-dev) Can't someone add a Reply-To field for the mailing list? I tested nxagent now. I tested two things (see below). For both tests I modified /usr/bin/x2gostartagent, so that

[X2Go-Dev] Bug#872: Bug#872: Bug#872: Turn xinerama.conf file related code inside X2Go Client into legacy code (for NX agents 3.6)

2015-05-18 Thread Ulrich Sibiller
On Mon, May 18, 2015 at 3:41 PM, Oleksandr Shneyder o.shney...@phoca-gmbh.de wrote: yes, if you moving window between two physical displays, without resizing it, x2goagent doesn't know, that display configuration is changed, because geometry of the x2goagent stays same. So I resized a window

[X2Go-Dev] Bug#872: Bug#872: Bug#872: Bug#872: Turn xinerama.conf file related code inside X2Go Client into legacy code (for NX agents 3.6)

2015-05-19 Thread Ulrich Sibiller
On Tue, May 19, 2015 at 10:09 AM, Oleksandr Shneyder o.shney...@phoca-gmbh.de wrote: Imagine that you have agent window in the middle of two screens. Window size is 1024x768. You current displays configuration in that case is: left-512x768, right-512x768. Imagine, that you moved your window 100

[X2Go-Dev] Bug#872: Bug#872: Bug#872: Bug#872: Turn xinerama.conf file related code inside X2Go Client into legacy code (for NX agents 3.6)

2015-05-19 Thread Ulrich Sibiller
On Tue, May 19, 2015 at 10:54 AM, Oleksandr Shneyder o.shney...@phoca-gmbh.de wrote: Yes, It was exactly the problem, the different WM didn't update the configuration without resizing. This should be solved with the posted nxagent patch which will also be included in my xinerama rewrite.

Re: [X2Go-Dev] Bug#884: nxagent aborts session with 'Could not open default font 'fixed''

2015-06-08 Thread Ulrich Sibiller
Am 08.06.2015 um 06:50 schrieb devsk: So, here is why SecurityLookupIDByType() fails. Basically, looks like the Hash() in NXresource.c is returning an index for id which is referencing 0x0. We once had several crashes in nxagent font code and as a quick fix it helped to remove these fonts

[X2Go-Dev] Bug#885: Bug#885: Keyboard layout messed when connecting from Mac to Linux

2015-06-12 Thread Ulrich Sibiller
On Fri, Jun 12, 2015 at 6:52 AM, Bravo Echo be20...@gmail.com wrote: More info: The remote machine has Gnome 2.28.2 When I tried a KDE session, the keyboard just works fine. The keyboard is only messed up when connecting to a Gnome session (with the remote machine having gnome 2.28.2) I have

Re: [X2Go-Dev] Some backports

2015-06-13 Thread Ulrich Sibiller
Hi Mihai, here is the pull request with the backports: https://github.com/ArcticaProject/nx-libs/pull/50 Uli On Thu, Jun 4, 2015 at 2:51 PM, Mihai Moldovan io...@ionic.de wrote: On 04.06.2015 09:52 AM, Mike Gabriel wrote: So then I will create some separate patches. @Ionic: Please delay

Re: [X2Go-Dev] X2Go support in Q4OS

2015-05-29 Thread Ulrich Sibiller
On Fri, May 29, 2015 at 3:39 PM, Q4OS Team i...@q4os.org wrote: Pretty quick, thanks .. the most preferred way to install X2Go Server in Q4OS is to use specific installer from 'Software Centre'. It will add debian-baikal repos and install X2Go Server from. We instructs our customers to set

Re: [X2Go-Dev] Bug#897: Bug#897: epel 5 repos have signature errors

2015-07-01 Thread Ulrich Sibiller
Am 01.07.2015 um 11:29 schrieb Christian Trenkwalder: The repo looks as followed (same holds for the [x2go-extras-epel]), i manually disabled the gpgcheck, but it changes nothing. I am not sure if this is relevant here, but I just wanted to throw in, that if you generate Repos for RHEL5 on

[X2Go-Dev] Bug#899: Bug#899: EPEL 6 8 Jul 2015 release has dependency error

2015-07-01 Thread Ulrich Sibiller
On Wed, Jul 1, 2015 at 10:37 PM, Mihai Moldovan io...@ionic.de wrote: So... for what it's worth, I installed x2goserver successfully on CentOS 6.6 and didn't see *any* of the errors you've seen, even *with* package signature checking enabled. It did ask me to import the key, though. How

[X2Go-Dev] Bug#586: Bug#586: Bug#586: X2Go session sometimes slows to a crawl

2015-08-20 Thread Ulrich Sibiller
On Wed, Aug 19, 2015 at 9:03 PM, Marc V therebe...@gmail.com wrote: Hello, same problem here. Afters hours (3-4H, random) , session becomes slow, clic very long to respond. No network problem, no load or CPU high on server, everything is normal on server. I was unable to reproduce at any

Re: [X2Go-Dev] We should release nx-libs 3.5.0.32 soon because of the security fixes

2015-06-30 Thread Ulrich Sibiller
On Fri, Jun 26, 2015 at 3:42 PM, Mihai Moldovan io...@ionic.de wrote: On 26.06.2015 03:18 PM, Michael DePaulo wrote: Because the nx-libs 3.5.0.x branch contains X.org security fixes, I propose that we release 3.5.0.32 soon. More info: https://github.com/ArcticaProject/nx-libs/issues/29 A

[X2Go-Dev] Bug#927: Bug#927: copy on select overrides Windows clipboard

2015-09-01 Thread Ulrich Sibiller
On Mon, Aug 24, 2015 at 3:52 PM, Walid MOGHRABI wrote: > Package: x2goclient > Version: 4.0.5.0 > > There is a problem when using a x2go session (in both "Publisshed apps" or > "Desktop / MATE" mode ... didn't tried on other desktops) and trying to do bidirectional

Re: [X2Go-Dev] debian jessie general protection trap inlibNX_X11.so.6.2 caused by some apps

2015-10-01 Thread Ulrich Sibiller
Just run nxagent -ac :1 to get rid if all the magic cookie stuff during testing. Uli - Ursprüngliche Nachricht - Von: "Mike Gabriel" Gesendet: ‎01.‎10.‎2015 22:11 An: "Jean-Francois Dagenais" Cc: "x2go-dev@lists.x2go.org"

[X2Go-Dev] Bug#948: Bug#948: X2Go Client fails to create xinerama.conf if screen coordinates have negative values

2015-09-24 Thread Ulrich Sibiller
Wäre interessant, was mein neuer Code in dem Fall macht. Ich vermute, der käme da mit klar. ;-) Uli On Thu, Sep 24, 2015 at 12:13 PM, Mike Gabriel wrote: > Package: x2goclient > Version: 4.0.5.0 > Severity: normal > > Hi, > > X2Go Client sometimes fails to

[X2Go-Dev] Bug#927: Bug#927: Bug#927: copy on select overrides Windows clipboard

2015-12-09 Thread Ulrich Sibiller
On Wed, Dec 9, 2015 at 5:43 PM, Walid MOGHRABI wrote: > A little "up" on this bug ... this is very very annoying for us and generate > angryness against x2go which is unfair because this solution gives us so much > more value added feature than before but every users

[X2Go-Dev] Bug#976: AW: Bug#976: error on login to ubuntu/debian -> stdin: is nota tty

2016-01-06 Thread Ulrich Sibiller
This is probably due to an ssh call not using -t. Vom Smartphone gesendet. - Ursprüngliche Nachricht - Von: "ura soul" Gesendet: ‎06.‎01.‎2016 20:38 An: "sub...@bugs.x2go.org" Betreff: [X2Go-Dev] Bug#976: error on login to ubuntu/debian ->

[X2Go-Dev] Bug#1043: Bug#1043: Atom editor finished immediately after starting.

2016-06-23 Thread Ulrich Sibiller
On Mon, Jun 13, 2016 at 5:18 AM, SHIINA Hideaki wrote: > I use X2Go server on Ubuntu 14.04. > I started atom editor on X2Go environment. > Then, It immediately finished with a message below. > "App load time: 147ms" > > This problem is known to users and discussed at atom user

Re: [X2Go-Dev] [X2Go-Project] What about a developer meeting?

2016-01-28 Thread Ulrich Sibiller
On Mon, Jan 18, 2016 at 1:27 PM, Heinz-M. Graesing wrote: > I've beed waiting for all developers to appear in the list. At the > moment I had a talk to my employer about thu 21th and 28th. Both dates > would be posible. So Yes, it would be nice to meet you all

[X2Go-Dev] Bug#1065: x2gocleansessions --help does not clean up

2016-08-01 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.0-0~1347~ubuntu14.04.1 running /usr/sbin/x2gocleansessions --help as root leads to an "Unknown option: help" output. Afterwards the x2gocleansessions process is still lingering around forever: # ps wwwaux | grep -- --help root 17209 0.1 0.1 70128 13344

[X2Go-Dev] Bug#1069: Bug#1069: Bug#1069: Bug#1069: Cluster SSH (cssh) has keyboard issues withnon-US keyboards when called via X2GoClient

2016-08-10 Thread Ulrich Sibiller
On Wed, Aug 10, 2016 at 4:27 PM, Stefan Baur wrote: > Test situation: > > Windows 7, Standard German Keyboard (no Swiss, no IBM) > > x2goclient keyboard settings "autodetect keyboard": > ^ -> nothing > ^^ -> h~ > ~ -> ~ > ` -> nothing > `` -> h~ > ´ -> nothing > ´´ -> h~ >

[X2Go-Dev] Bug#1069: AW: Bug#1069: Cluster SSH (cssh) has keyboard issues withnon-US keyboards when called via X2GoClient

2016-08-08 Thread Ulrich Sibiller
Can you please toggle client side deadkey settings and check if the problem persists? On Windows switch to swiss (edv). Vom Smartphone gesendet. - Ursprüngliche Nachricht - Von: "Stefan Baur" Gesendet: ‎08.‎08.‎2016 19:01 An: "sub...@bugs.x2go.org"

[X2Go-Dev] Bug#1069: Bug#1069: Bug#1069: Cluster SSH (cssh) has keyboard issues withnon-US keyboards when called via X2GoClient

2016-08-09 Thread Ulrich Sibiller
On Tue, Aug 9, 2016 at 5:01 PM, Stefan Baur <x2go-m...@baur-itcs.de> wrote: > Am 08.08.2016 um 20:20 schrieb Ulrich Sibiller: >> On Windows switch to swiss (edv). > > There is no such option on Windows 7 ... > I can set it to: > - "Deutsch (Deutschland)&

[X2Go-Dev] Bug#952: Bug#952: Bug#952: Clipboard broken

2016-08-20 Thread Ulrich Sibiller
This seems to help although I am unsure about the effects this might have on other sessions: diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index 1771d4c..c0d9c33 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++

[X2Go-Dev] Bug#1055: Bug#1055: H264 videos working badly

2016-08-21 Thread Ulrich Sibiller
I am curious if setting this enviroment variable changes the firefox behaviour in this case: MOZ_DISABLE_IMAGE_OPTIMIZE=1 ___ x2go-dev mailing list x2go-dev@lists.x2go.org http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] x2go-client dual-monitors

2016-08-26 Thread Ulrich Sibiller
On Fri, Aug 26, 2016 at 9:38 AM, Lena Herrmann wrote: > Hello, > > the linux server prints the following: > [...] > > XINERAMA version 1.1 opcode: 150 > head #0: 1920x1137 @ 0,0 So this clearly shows that only one monitor is known to the nxagent. We need to find

[X2Go-Dev] Bug#1072: Bug#1072: X2Go Client: top 24 pixels in fullscreen session do not respond to mouse clicks

2016-08-26 Thread Ulrich Sibiller
On Sat, Aug 13, 2016 at 5:27 AM, Chris Martin wrote: > When I choose "fullscreen", I get different behavior intermittently: > > 1. The client spawns across the entire screen but the *top panel inside > the X2Go session* does not respond to any mouse clicks. I suspect the

[X2Go-Dev] Bug#1109: Bug#1109: Print all In new window Long delays (i.e. several minutes) waiting for redraw ONLY in seamless window mode

2016-11-16 Thread Ulrich Sibiller
On Thu, Oct 27, 2016 at 8:37 PM, Thomas Esposito wrote: > Package: x2goserver > Version: 4.0.1.19-3 > Severity: critical > > Server OS: RHEL6.6 > Client OS: Windows 7 SP1 64-bit > Server Packages: x2goserver-4.0.1.19-3.el6.x86_64 >

[X2Go-Dev] Bug#1130: Bug#1130: Arctica-NX-Libs Betatest fails with Ubuntu 14.04

2017-01-04 Thread Ulrich Sibiller
Looks like an inclomplete x2goserver installation. On Wed, Jan 4, 2017 at 6:11 PM, Walid MOGHRABI wrote: > package: nx-libs > > Hi, > > following the instructions from > http://wiki.x2go.org/doku.php/doc:howto:nx-libs-betatesting, but using Ubuntu > 14.04 and

[X2Go-Dev] Bug#1161: AW: Bug#1161: x2goclient fullscreen mode on macOS Sierrahaving two displays

2017-03-20 Thread Ulrich Sibiller
You can toggle fullscreen using ctrl-alt-f or ctrl-alt-shift-f (the latter one bring broken until recently; fixed in current nx-libs from artica). Does this work better? Vom Smartphone gesendet. - Ursprüngliche Nachricht - Von: "Michael Ledin" Gesendet:

[X2Go-Dev] Bug#1011: Bug#1011: Feedback

2017-03-05 Thread Ulrich Sibiller
On Sun, Mar 5, 2017 at 12:38 PM, Sebastian Loncar wrote: > This issue is now 1 year old. It would be nice, if somebody could give a > short feedback if this issue wold be fixed in the future. I have not been aware of this issue before. This has to be implemented into

[X2Go-Dev] Bug#1200: Bug#1200: Bug#1200: Bug#1200: Bug#1200: Environment variables not set

2017-08-10 Thread Ulrich Sibiller
On Fri, Aug 11, 2017 at 12:25 AM, Bruno CAPELETO wrote: > > Ok bug no 2 (no session for pid) is identified : > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864402 > > Concerning bug 3. and single app mode : when launching xterm and doing "echo > $LANG" there is

[X2Go-Dev] Bug#1200: Bug#1200: Environment variables not set

2017-08-10 Thread Ulrich Sibiller
Hallo Bruno, AFAIK the current version of x2go is 4.1.something. Please try that one. Besides, your list contains an unusual number of problems at once. Are you sure your system is setup properly? Uli On Thu, Aug 10, 2017 at 12:24 PM, Bruno CAPELETO wrote: >

[X2Go-Dev] Bug#1200: Bug#1200: Bug#1200: Environment variables not set

2017-08-10 Thread Ulrich Sibiller
The bugs 1,2,3 are all still there (I can not test the bug 4 as I have no > Windows environment next to me at the moment). > > > > 2017-08-10 14:00 GMT+02:00 Ulrich Sibiller <ul...@gmx.de>: >> >> Hallo Bruno, >> >> AFAIK the current version of x2go is 4

[X2Go-Dev] Bug#1197: Bug#1197: Bug#1197: Bug#1197: Bug#1197: Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-25 Thread Ulrich Sibiller
, now it is blue and the screen ordering is > different) but it didn't changed anything once the X2Go session was opened > (still MATE Desktop stretched on both screens and only 1 huge monitor seen by > the screen utility). > > > Regards, > Walid Moghrabi > > TRAVA

[X2Go-Dev] Bug#1196: Bug#1196: Multihead fullscreen not working with Windows x2goclient

2017-07-22 Thread Ulrich Sibiller
On Wed, Jul 19, 2017 at 12:04 PM, Walid MOGHRABI wrote: > Package: x2gothinclient > Version: 4.1.0.0-2017.03.11 > > Using latest Arctica's NX-Libs xrandr support is far better and multihead > support in fullscreen mode with the Linux x2goclient works like a charm. >

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-25 Thread Ulrich Sibiller
On Tue, Jul 25, 2017 at 6:55 PM, Stefan Baur wrote: > Hi folks, > > Just an idea - some XRANDR-related stuff that is specific to > X2Go-TCE-Live is happening in this file: > >

[X2Go-Dev] Bug#1197: Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-24 Thread Ulrich Sibiller
I suspect the X server in TCE does not offer proper XINERAMA support. So nxagent does not know about multiple monitors. You can check with xdpyinfo -ext XINERAMA on the TCE X server (don't know how to access that.) On Mon, Jul 24, 2017 at 3:16 PM, Walid MOGHRABI

[X2Go-Dev] Bug#1197: Bug#1197: Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-24 Thread Ulrich Sibiller
If I understand correctly TCE is not the side where the nxagent is running. So the version oft nx-libs there does not matter. I am wondering how the connection from the laptop can generate xinerama info as the laptop's xserver, that must provide the data, does not. Please post a log oft the

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 10:35 AM, Walid MOGHRABI wrote: > Just to give a bit more informations on my TCE setup : it is not based on the > live-build scripts because it is not well suited for Ubuntu 16.04 and to be > honest, I never managed to get a working live build

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 12:05 PM, Walid MOGHRABI wrote: > That's what I did and it simply didn't work for a Ubuntu based image. > > Most configuration switches for live-build script are not supported under > Ubuntu and well, I don't remember every bits of what were

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 2:33 PM, Walid MOGHRABI wrote: > Please find them attached. Thanks. > Just to note, I don't know what you mean by "older x2go client", on my TCE, > x2go client is the most up to date I could get (Heuler release and up to > date) : I have

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
, > Walid Moghrabi > > TRAVAUX.COM > BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403 > 13591 AIX EN PROVENCE CEDEX 3 > > ----- Mail original - > > De: "Ulrich Sibiller" <ul...@gmx.de> > À: "Walid MOGHRABI" <w.moghr...@servicemagic.eu> > C

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 1:36 PM, Walid MOGHRABI wrote: > You're right, here are what you asked, all taken from the TCE directly, not > from within the X2Go session : > > = >

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 1:52 PM, Walid MOGHRABI wrote: > Sorry, find the correct output attached. > Seems to report 2 heads effectively. Ok, now we are a step further. From my POV your client setup ist correct. X11 wise. We now need to find out why nxagent does not

[X2Go-Dev] Bug#1197: Multihead fullscreen not working with TCE client in displaymanager mode

2017-07-26 Thread Ulrich Sibiller
On Wed, Jul 26, 2017 at 11:21 AM, Stefan Baur wrote: > Then use the official build process or one of our provided images, > before you start tinkering. That way, we actually have a chance of > telling where you took the wrong turn and are able to support you. > I know for

[X2Go-Dev] Bug#864: Bug#864: Bug#864: Bug#864: Port X2Go Client to Qt5

2017-06-28 Thread Ulrich Sibiller
On Wed, Jun 28, 2017 at 11:33 AM, Stefan Baur wrote: > Hi everyone, > > I know someone who would probably be able to do it from a technical > point of view, but so far, I haven't been able to motivate him to > volunteer for us. > > IOW -> ETASKNEEDSMONEY > > How about all

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-09 Thread Ulrich Sibiller
On Tue, May 9, 2017 at 1:36 AM, Ulrich Sibiller <ul...@gmx.de> wrote: > I have tried that on my debian jessie machine. Thunderbird indeed > crashed the session. The backtrace is this: > > Program received signal SIGSEGV, Segmentation fault. > _XData32 (dpy=dpy@entry=0x19b8680

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-09 Thread Ulrich Sibiller
On Tue, May 9, 2017 at 9:33 PM, Ulrich Sibiller <ul...@gmx.de> wrote: > Problem identified: It's the BIG-REQUESTS extension. We have disabled > that in nx 3.5.99 because it is buggy. Add > > X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS" > > to /etc

[X2Go-Dev] Bug#1167: Bug#1167: More details

2017-05-20 Thread Ulrich Sibiller
On Fri, May 19, 2017 at 4:44 PM, Petronic, Mark wrote: > vm3dum.dll Googling for vm3dum.dll reveals a lot of crashes related to that vmware dll. So I suppose it has nothing to do with x2go but with your vmware. Some post suggest upgrading vmware-tools so please try that

[X2Go-Dev] Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-07 Thread Ulrich Sibiller
On Mon, May 8, 2017 at 1:53 AM, Stefan Baur <x2go-m...@baur-itcs.de> wrote: > Am 08.05.2017 um 00:07 schrieb Ulrich Sibiller: > > [...] > >> The error message you posted is this: >> traps: x2goagent [3339] general protection ip:7f02464e2e6d >> sp:7ff

[X2Go-Dev] Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-07 Thread Ulrich Sibiller
On Fri, May 5, 2017 at 4:30 PM, Stefan Baur wrote: > package: nx-libs > > Hi, > > since Debian Jessie (stable) switched from IceDove back to ThunderBird, > TB crashes when the host is an amd64 machine and X2GoClient is running > in PubApp mode. i386 is unaffected. > > It

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-05 Thread Ulrich Sibiller
On Fri, May 5, 2017 at 5:33 PM, Walid MOGHRABI wrote: > I would recommend disabling GLX by uncommenting this line in > /etc/x2go/x2goagent.options : > > #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX" > > GLX is unusable with the current NX-Libs (even Arctica ones)

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-05 Thread Ulrich Sibiller
Btw: does Thunderbird work with this workaround? http://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround On Fri, May 5, 2017 at 9:41 PM, Ulrich Sibiller <ul...@gmx.de> wrote: > On Fri, May 5, 2017 at 5:33 PM, Walid MOGHRABI > <w.moghr...@servicemagic.eu> wrote: &g

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-08 Thread Ulrich Sibiller
On Mon, May 8, 2017 at 7:28 PM, Stefan Baur <x2go-m...@baur-itcs.de> wrote: > Am 08.05.2017 um 07:44 schrieb Ulrich Sibiller: >> Yes, but to get better output please install all other dbg packages >> from here, too: >> >> http://packages.x2go.org/debian/pool/

[X2Go-Dev] Bug#1170: Bug#1170: Bug#1170: x2goplugin / x2goplugin-provider Failed toconnect: Permission denied

2017-05-08 Thread Ulrich Sibiller
On Mon, May 8, 2017 at 7:25 PM, Justin St. Marie wrote: > I'm using 52 ESR, the last version that will ever support npapi. 52 non-ESR > already blocks it. Ok. So let's track down if this is a server or client issue. Do you see any evidence on the server of the connection?

[X2Go-Dev] Bug#1170: AW: Bug#1170: x2goplugin / x2goplugin-provider Failed toconnect: Permission denied

2017-05-08 Thread Ulrich Sibiller
AFAIK npapi plugin support has been removed in Firefox 52 so the x2go plugin will not work anymore. Uli Vom Smartphone gesendet. - Ursprüngliche Nachricht - Von: "Justin St. Marie" Gesendet: ‎08.‎05.‎2017 17:33 An: "sub...@bugs.x2go.org"

[X2Go-Dev] Bug#1172: Bug#1172: Bug#1172: Bug#1172: ThunderBird crashes in PubApp mode on amd64

2017-05-08 Thread Ulrich Sibiller
ckForInput = {0, 1} Which needs further investigation. Uli On Mon, May 8, 2017 at 7:32 PM, Ulrich Sibiller <ul...@gmx.de> wrote: > On Mon, May 8, 2017 at 7:28 PM, Stefan Baur <x2go-m...@baur-itcs.de> wrote: >> Am 08.05.2017 um 07:44 schrieb Ulrich Sibiller: >>> Yes,

[X2Go-Dev] Bug#1206: Bug#1206: unable to copy to clipboard with more than 256 kB

2017-09-21 Thread Ulrich Sibiller
On Thu, Sep 21, 2017 at 5:18 PM, Pawel Kalita wrote: > Package: x2goclient (Windows 7 SP1 64 Bit) > Version: 4.0.5.2 (x2goclient 4.1.0.0 does not work, crashes on connect, bug > report-#1163) > > Package: x2goclient (Fedora 26) > Version: 4.1.0.0-1.fc26 > > Package: x2goserver

[X2Go-Dev] Bug#1203: unknown dialog type make x2goclient crash

2017-09-09 Thread Ulrich Sibiller
Package: x2goclient Version: 4.1.0.1-0~1586~ubuntu14.04.1 $ x2goclient --dialog something x2go-INFO-4> "Translator: :/i18n/x2goclient_de_de found." x2go-INFO-4> "Übersetzung: :/i18n/qt_de_de gefunden."

[X2Go-Dev] Bug#1200: AW: Bug#1200: Environment variables not set

2017-09-05 Thread Ulrich Sibiller
Maybe you could provide a VM with the non-working Installation so we can have a look at it. Uli - Ursprüngliche Nachricht - Von: "Bruno CAPELETO" Gesendet: ‎05.‎09.‎2017 08:10 An: "Mihai Moldovan" Cc: "1...@bugs.x2go.org"

[X2Go-Dev] Bug#1208: Bug#1208: Bug#1208: Messed up session when resuming from Published Apps mode to Fullscreen desktop mode in thinclient mode

2017-09-25 Thread Ulrich Sibiller
On Mon, Sep 25, 2017 at 2:51 PM, Stefan Baur wrote: > Am 23.09.2017 um 22:25 schrieb Walid MOGHRABI: > >> Let's say you suspended a session in "Published Apps" mode from a local >> desktop (might be Linux or Windows, it doesn't matter) then try to resume it >> from a TCE

[X2Go-Dev] Bug#1218: Bug#1218: Improve User Experience when connecting to a session that is supposed to use agent-cached credentials or a keyfile

2017-09-25 Thread Ulrich Sibiller
I suggest to grey out the password field and change the "ok" button to "reconnect" On Mon, Sep 25, 2017 at 11:46 AM, Stefan Baur wrote: > package: x2goclient > priority: wishlist > > Whe an X2Go session is set to use agent-cached credentials or a keyfile, > clicking on

[X2Go-Dev] Bug#1212: Bug#1212: Missing icons in Eclipse toolbars with GTK2 in Published Apps mode

2017-09-24 Thread Ulrich Sibiller
Just to be sure (and to document it in the bug): what version of nx-libs are you seeing this with? On Sat, Sep 23, 2017 at 11:00 PM, Walid MOGHRABI wrote: > Package: x2goserver > Version: 4.1.0.0-0~1413~ubuntu16.04.1 > > Running Eclipse with GTK2 backend in Published

[X2Go-Dev] Bug#1210: Bug#1210: Session fullscreen mode stuck in front of lockscreen on Linux

2017-09-24 Thread Ulrich Sibiller
I am pretty sure this problem is related to nx, therefore I created an nx issue https://github.com/ArcticaProject/nx-libs/issues/517 Please check there for advance on this topic. On Sat, Sep 23, 2017 at 10:39 PM, Walid MOGHRABI wrote: > Package: x2goclient > Version:

[X2Go-Dev] Bug#1172: Modifier Keys not working as expected

2017-09-26 Thread Ulrich Sibiller
On Tue, Sep 26, 2017 at 12:06 PM, Stefan Baur wrote: > package: x2goclient > > (devs: feel free to reassign this to nx-libs/arctica, if the cause is > not in X2GoClient) > > A certain application requires the following keypresses: Is the spplication's name secret? > -

[X2Go-Dev] Bug#1232: Bug#1232: DPI / scaling on different client hosts

2017-11-24 Thread Ulrich Sibiller
On Fri, Nov 17, 2017 at 11:36 AM, Daniel Pocock wrote: > Package: x2goclient > Version: 4.0.5.2-2 > > I've been using the x2goclient on different machines: > > - a laptop with 14" FHD display (157 DPI) > > - a desktop with 32" UHD / 4k resolution (137 DPI) > > On the desktop, I

[X2Go-Dev] Bug#1233: Bug#1233: Jitsi (Java Swing?) windows not rendered correctly

2017-11-24 Thread Ulrich Sibiller
I am sorry, but I failed to run jitsi. I installed it on Ubuntu like describe here: https://jitsi.org/downloads/. And then? jitsi does not seem bring any executable that opens a GUI. I also failed to find a proper doc. So please describe how we can replicate your problem. Uli On Fri, Nov 17,

[X2Go-Dev] Bug#1233: Bug#1233: Bug#1233: Jitsi (Java Swing?) windows not rendered correctly

2017-11-24 Thread Ulrich Sibiller
mmunicator. Program will exit. Now where do I get this from? Uli On Fri, Nov 24, 2017 at 10:01 PM, Daniel Pocock <dan...@pocock.pro> wrote: > On 24/11/17 21:05, Ulrich Sibiller wrote: >> I am sorry, but I failed to run jitsi. I installed it on Ubuntu like >> describe here: http

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-16 Thread Ulrich Sibiller
On Thu, Nov 16, 2017 at 5:15 PM, Mihai Moldovan <io...@ionic.de> wrote: > * On 11/16/2017 07:41 AM, Ulrich Sibiller wrote: >> Fine! Now that we debugged this with ~60 mails we finally have a working >> system. >> But to me it is still unclear what was causing the

Re: [X2Go-Dev] new version 4.1.1.0 from Mac still crashes to Fedora 26

2017-11-15 Thread Ulrich Sibiller
Am 15.11.2017 22:37 schrieb "Robert Kudyba" : *x2go* is not installed Yep, it did. No big deal, just yum install x2goserver x2goserver-xsession. Ahh success! Even with the NIS user. So should I remove the _copr_mikedep333-nx-libs-3.6.repo? Fine! Now that we debugged

Re: [X2Go-Dev] Arguable bug: usernames starting with digits

2017-10-25 Thread Ulrich Sibiller
On Wed, Oct 25, 2017 at 2:08 PM, Mihai Moldovan wrote: > I think there even exists a bugreport for this. > > I'm reluctant to allow all-numeric user names because of the ambiguity and the > fact that we use the user name later for other stuff (e.g., for executing > commands as the

[X2Go-Dev] Bug#1228: Bug#1228: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread Ulrich Sibiller
On Thu, Oct 26, 2017 at 9:17 AM, Mihai Moldovan wrote: > Control: retitle -1 Implement basic dialog handling in X2Go Server > > On 10/26/2017 08:32 AM, Alexey Nemov wrote: >> As stated in the wiki >> https://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts >> The action

Re: [X2Go-Dev] Arguable bug: usernames starting with digits

2017-10-24 Thread Ulrich Sibiller
Iirc systemd refused usernames starting with a number. There was a huge discussion in the systemd bugtracker but I don't remeber the outcome anymore. Part of the problem is that commands accept both usernames and userid AS parameters and there just be some clear way to distinguish those two. I

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-18 Thread Ulrich Sibiller
On Fri, May 18, 2018 at 12:18 AM, Stefan Baur <x2go-m...@baur-itcs.de> wrote: > Am 17.05.2018 um 23:21 schrieb Ulrich Sibiller: >> Also I suppose we should automatically disable the magic pixel when >> there's no window manager running. What do you think? > > Wait, no.

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-17 Thread Ulrich Sibiller
On Thu, May 17, 2018 at 1:52 PM, Stefan Baur wrote: > Am 17.05.2018 um 13:02 schrieb Mike Gabriel: >> >> Same issue here with pyhoca-cli and Arctica Greeter's remote logon feature. >> >> I'll read the full scope of this mail thread and join in tomorrow... > > TL;DR: > No

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-17 Thread Ulrich Sibiller
On Thu, May 17, 2018 at 2:13 PM, Oleksandr Shneyder wrote: > Nope, it looks for me, that nxproxy window get information about screens > from WM. If WM is not started, nxproxy get just the window geometry. > With started WM we have correct display information on server

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-16 Thread Ulrich Sibiller
We can add that to the options string, so it can be switched depending on the client's preference. No big deal... Stefan Baur schrieb am Mi., 16. Mai 2018, 16:25: > Am 16.05.2018 um 16:07 schrieb Walid MOGHRABI: > > > To me, disabling MagicPixel (which is something

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-16 Thread Ulrich Sibiller
The magic pixel can be disabled in nxagent 3.5.99.16. I am wondering why the the WM is relevant. Nxagent is talking to the X server and not the WM. So what does xrandr report on the tce side with and without WM? Uli Stefan Baur schrieb am Mi., 16. Mai 2018, 15:25: > Am

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-17 Thread Ulrich Sibiller
On Thu, May 17, 2018 at 3:40 PM, Stefan Baur wrote: > Am 17.05.2018 um 15:32 schrieb Walid MOGHRABI: >> Anyway, having to install a WM in a TCE is not dumb stuff, it makes TCE acts >> much more like a real desktop than without it (and thus, easier to debug and >> a more

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-16 Thread Ulrich Sibiller
On Wed, May 16, 2018 at 4:35 PM, Ulrich Sibiller <ulrich.sibil...@gmail.com> wrote: > We can add that to the options string, so it can be switched depending on > the client's preference. No big deal... Turns out that feature is already present in nxagent. You can use -nomagicpixel

Re: [X2Go-Dev] Different behavior of X2Go Client from Desktop and TCE

2018-05-16 Thread Ulrich Sibiller
On Wed, May 16, 2018 at 2:50 PM, Oleksandr Shneyder wrote: > Hi guys, > > I have a strange issue. The Xinerama works well in full screen mode, > when x2goclient is started on desktop, but doesn't work if x2goclient > is started from TCE. It's the same version of client:

Re: [X2Go-Dev] Firefox Browser Performance via X2Go - and a call for helpon behalf of X2Go and Pale Moon

2017-10-28 Thread Ulrich Sibiller
Waere das nicht etwas, das (zukünftig)ueber orca laufen sollte? Uli Vom Smartphone gesendet. - Ursprüngliche Nachricht - Von: "Stefan Baur" Gesendet: ‎28.‎10.‎2017 13:27 An: "x2go-dev@lists.x2go.org" ; "x2go-u...@lists.x2go.org"

[X2Go-Dev] Bug#1321: Bug#1321: X Error: BadLength (poly request too large or internal Xlib length error) 16

2018-08-17 Thread Ulrich Sibiller
On Fri, Aug 17, 2018 at 12:44 PM, Hannes Kröger wrote: > ok, when I put > > X2GO_NXAGENT_DEFAULT_OPTIONS+=" +extension BIG-REQUESTS" > > into /etc/x2go/x2goagent.options then paraview starts without errors. > > But the comment says: > "Disable BIG-REQUESTS, nx-libs does not implement this

  1   2   3   >