Re: [X2Go-Dev] x2goagent Segmentation fault

2023-10-16 Thread Ulrich Sibiller
Thanks for reporting this. I have opened an issue for this here: https://github.com/ArcticaProject/nx-libs/issues/1069 Please note: Shadowing is kind of an unloved child for NX/x2go since it can not provide the same performance as a regular NX session. Therefore we do not test much with this

Re: [X2Go-Dev] x2gokdrive build question

2023-06-15 Thread Ulrich Sibiller
As x2gokdrive is running on the server side you explicitly do not want to see the input devices connected there. So I'd say this is correct. X2gokdrive could, however, add (virtual) input devices code-wise anyway, but does not need the hardware related udev for that. Maybe I am missing

[X2Go-Dev] Bug#1601: Bug#1601: Patch for x2goclient Qt5 build on Windows

2023-05-09 Thread Ulrich Sibiller
h file or directory > > 25 | #include > >| ^~~ > > > > I couldn't find anything that provided that on my system so I simply > > removed it. And that seems to compile okay. > > > > Ah, just realized I'm on a case sensitive sy

[X2Go-Dev] Bug#1601: Bug#1601: Patch for x2goclient Qt5 build on Windows

2023-05-09 Thread Ulrich Sibiller
Hi again, the current upstream of x2goclient contains these lines. So it looks like your QT_VERSION is not set correctly. (see https://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f=src/wapi.cpp;h=12732c24b7b7cbf2da4cc8b0d0d9f782646960d3;hb=HEAD) Uli On Tue, May 9, 2023 at 7:25 PM Ulrich

[X2Go-Dev] Bug#1601: Bug#1601: Patch for x2goclient Qt5 build on Windows

2023-05-09 Thread Ulrich Sibiller
Iirc I have made some patches for the windows version. I thought they had been merged but I must check that. For now try this: #if QT_VERSION >= 0x050200 largeIcon=QtWin::toHICON(icon.scaled(iconx,icony, Qt::IgnoreAspectRatio,Qt::SmoothTransformation));

Re: [X2Go-Dev] Any code changes to vcxsrv?

2023-05-09 Thread Ulrich Sibiller
On Mon, May 8, 2023 at 11:20 PM Orion Poplawski wrote: > > We have a user who it having difficulty with their X2Go session hanging > regularly while running Firefox when connected from Windows (but not from > their Linux machines). I'd like to test using a separate vcxsrv install via > the

Re: [X2Go-Dev] bugfix in vcxsrv, relevant to x2go?

2023-05-09 Thread Ulrich Sibiller
Thanks for pointing that out. However, I am using VcXsrv with x2go on Windows with a current build of nx. I see a broken clipboard regularly but I can fix it every time by selecting on the opposite side of the selection (select something on Windows if the previous selection was in x2go and vice

Re: [X2Go-Dev] Any code changes to vcxsrv?

2023-05-08 Thread Ulrich Sibiller
I don't think so. Why? Uli Orion Poplawski schrieb am Mo., 8. Mai 2023, 22:53: > Are there any code changes to the version of vcxsrv shipped in X2Go client > for > Windows? > > Thanks. > > -- > Orion Poplawski > IT Systems Manager 720-772-5637 > NWRA, Boulder/CoRA

[X2Go-Dev] Bug#1599: Cleanup sessions on reboot

2023-03-20 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.3 My server was rebooted during the weekend and x2golistsessions still showed a session, which of course not valid anymore. But x2goclient failed to open a connection to that server, all it reported was "session terminated". After running x2goterminatesession

[X2Go-Dev] Bug#1596: Bug#1596: Windows 11 file sharing not working

2023-01-26 Thread Ulrich Sibiller
hdconfig" if you change the line: > > Subsystem sftp C:/Progra~2/X2GOCL~1/sftp-server > > to > > Subsystem sftp internal-sftp > > it works for one session. However, you can't change this permanently in > X2Go client. > > > On 25.01.2023 12:06, Ulrich Sibiller w

[X2Go-Dev] Bug#1596: Bug#1596: Windows 11 file sharing not working

2023-01-25 Thread Ulrich Sibiller
Hm, I am wondering why this makes a difference. The sshd comes with x2goclient and should be the same. Therefore it should know the same options as on Windows 10. I can see the same message on Windows 10 when calling sshd directly, but I do not see any reference to "cygdrive": "C:\Program Files

Re: [X2Go-Dev] X2go crash on Fedora 37, port already in use?

2023-01-04 Thread Ulrich Sibiller
I agree that the error messages should be more helpful. On the other hand all this would not have occurred if the installer had checked for the group to exist before creating another one. Plus: Your systems should always return the same GID for a given groupname. From your description it looks

[X2Go-Dev] Bug#1590: Bug#1590: Reproduced on AlmaLinux 8

2022-07-29 Thread Ulrich Sibiller
You can try to run x2goclient --debug. And you can try to disable all sorts of additional services as printing, sound and file sharing. Uli On Fri, Jul 29, 2022 at 8:05 AM Peter Bieringer wrote: > > Hi, > > installed 2x VMs > > - AlmaLinux 8.6 (latest) + all updates > # yum groupinstall XFCE >

Re: [X2Go-Dev] setting keyboard layout in x2goserver

2022-02-22 Thread Ulrich Sibiller
NX toakes care of the keyboard when the keyboard is null/null. In that case x2goagent switches to keyboard cloning mode and creates a blocking dir which effectively prevents x2go from setting the keyboard on startup. See Keyboard.c in NX agent. But it should not be us afterwards, it should be the

Re: [X2Go-Dev] Process on strong cipher bug?

2022-02-17 Thread Ulrich Sibiller
As there has not been a new release there's also no bugfix. I have not looked into that but I think this is related to libssh not supporting the ciphers you configured. AFAIK libssh can read a local ssh config from c:\users\\.ssh (or wherever your user profile is located). So maybe you can try

Re: [X2Go-Dev] Git branch name policy on git.x2go.org

2022-01-31 Thread Ulrich Sibiller
I don't - but I would try to replace the underscores by "-" Uli On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder wrote: > > Hi Guys, > > I'm working currently on rootless mode for X2GoKdrive. Today I wanted to > save the work I've done so far in separate branch on git.x2go.org. I've > created

[X2Go-Dev] Bug#1577: Bug#1577: Bug#1577: gnome-Terminal not working on RHEL8

2021-12-21 Thread Ulrich Sibiller
ctory On Tue, Dec 21, 2021 at 6:00 PM Mike Gabriel wrote: > > On Di 21 Dez 2021 15:03:33 CET, Ulrich Sibiller wrote: > > > Package: x2goserver > > Version: 4.1.0.3-9 > > > > If you configure a standard session in x2goclient and set the session > > type t

[X2Go-Dev] Bug#1577: gnome-Terminal not working on RHEL8

2021-12-21 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.3-9 If you configure a standard session in x2goclient and set the session type to "Terminal" ("Eingabeaufforderung" in German) the session will start and automatically terminate shortly after. This is because when selecting "Terminal" the command to run is

Re: [X2Go-Dev] X2Go: The Gathering 2021 AKA "Over 9000!" (2021-12-03 - 2021-12-04) will be an entirely virtual event

2021-11-16 Thread Ulrich Sibiller
Gleich mal als Hinweis: Für den 3.12. kann ich keine definitive Zusage geben, also am besten meinen Vortrag verschieben. Und "the dreaded x2go clipboard bug" ist hoffentlich vom letzten Jahr, der aktuelle NX head tut meines Erachtens perfekt. Ich hab dir ja Testanleitungen geschrieben, die

[X2Go-Dev] Bug#1568: Bug#1568: Add tooltips to X server modes

2021-11-16 Thread Ulrich Sibiller
also add what the X server should/must/must not offer in that mode. On Tue, Nov 16, 2021 at 1:35 PM Mihai Moldovan wrote: > > Package: x2goclient > Version: 4.1.2.3 > > The X server modes are non-intuitive and under-explained. > > Add tooltips explaining modes, such as: Fullscreen -> spans all

Re: [X2Go-Dev] x2gohtmlclient, x2gowswrapper, x2gowebrpc

2021-10-28 Thread Ulrich Sibiller
-R www-data:www-data /usr/bin/x2gowswrapper; > sudo chown -R www-data:www-data /usr/lib/cgi-bin; > sudo chown -R www-data:www-data /var/log/nginx; > sudo chown -R www-data:www-data /var/log/x2gows; > sudo chown -R www-data:www-data /etc/x2go/x2gows/x2gows.options; > > sudo rm -f

[X2Go-Dev] Bug#1567: Bug#1567: minor rewording

2021-10-21 Thread Ulrich Sibiller
thx, fixed! On Wed, Oct 20, 2021 at 10:50 PM René Genz wrote: > > Package: wiki.x2go.org > > https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround requires > minor rewording. My proposals: > * > If you still cannot succeed you can try to find your if your application > needs some

Re: [X2Go-Dev] Updated XFCE wiki section: "No workarounds required"

2021-09-23 Thread Ulrich Sibiller
I guess this is to do with the missing composite extension in nxagent. The current HEAD of nx-libs offers the command line switch -composite to enable it. There are probably reasons why this is disabled by default but I do not know them. So chances are with composite enabled nxagent might crash.

Re: [X2Go-Dev] Clean processes after x2goterminate-session

2021-08-13 Thread Ulrich Sibiller
2goterminate-session we can terminate all > processes with PGID identical to x2goruncommand PID: > > kill -- -X2GORUNCMD_PID > > looks simple to me and POSIX confirm. Any objections? > > > regards, > Alex > > > Am 11.08.21 um 04:57 schrieb Mike Gabriel: > > O

Re: [X2Go-Dev] Clean processes after x2goterminate-session

2021-08-12 Thread Ulrich Sibiller
loginctl enable-linger > > If this is needed (linger needs to be enabled), it would be good if x2go did > a: > > loginctl disable-linger > > on log out. > > On Wed, 11 Aug 2021 at 21:02, Ulrich Sibiller wrote: >> >> On Wed, Aug 11, 2021 at 11:57 AM Mike Ga

Re: [X2Go-Dev] Clean processes after x2goterminate-session

2021-08-11 Thread Ulrich Sibiller
On Wed, Aug 11, 2021 at 11:57 AM Mike Gabriel wrote: > > Probably it would be best to use dbus for session termination if it > > is running. > > This could be one puzzle piece, indeed. Basically, we can kill > x2goruncommand and then the session manager would automatically go > into logout. > >

Re: [X2Go-Dev] Clean processes after x2goterminate-session

2021-08-10 Thread Ulrich Sibiller
Probably it would be best to use dbus for session termination if it is running. Uli On Tue, Aug 10, 2021 at 5:15 PM Oleksandr Shneyder wrote: > > Hello all, > > I realized, that sometimes (depends on distro and DE) after terminating > session with x2goterminate-session some processes related to

[X2Go-Dev] Bug#1555: Bug#1555: [Bug] X2Go: The remote NX proxy closed the connection

2021-08-09 Thread Ulrich Sibiller
tained the command line by retrieving the options in the option file > generated at the launch of the session. > > > Louis > > > Le lun. 9 août 2021 à 11:02, Ulrich Sibiller a écrit : >> >> In the file x2goagent.txt of your first mail I see this: >> &g

[X2Go-Dev] Bug#1555: Bug#1555: [Bug] X2Go: The remote NX proxy closed the connection

2021-08-09 Thread Ulrich Sibiller
drive path with shortened filenames (~1). Are you using the homes in the same fashion on the working RHEL7 machine? How exactly are you setting this up? Uli On Mon, Aug 9, 2021 at 10:54 AM SALBAN, LOUIS ANDREA wrote: > > Airbus Amber > > No... > > > Louis > > > > L

Re: [X2Go-Dev] x2goserver with GLX version 1.4

2021-08-04 Thread Ulrich Sibiller
Well, there's this branch I made years ago: https://github.com/ArcticaProject/nx-libs/pull/534 I don't even remember exactly why we did not use this, I guess we wanted to lift nx to a newer Xorg base first. But you could try to compile above branch and check it out. Uli On Wed, Aug 4, 2021 at

[X2Go-Dev] Bug#1555: Bug#1555: [Bug] X2Go: The remote NX proxy closed the connection

2021-08-02 Thread Ulrich Sibiller
Does it work when disabling sound, printer and file sharing? On Mon, Aug 2, 2021 at 7:59 AM SALBAN, LOUIS ANDREA wrote: > > Hello, > > Any help ? > > > The information in this e-mail is confidential. The contents may not be > disclosed or used by anyone other than the addressee. Access to this

[X2Go-Dev] Bug#1554: Bug#1554: matlab colors inverted in X2go client

2021-08-02 Thread Ulrich Sibiller
Sounds like an XQuartz issue to me. Can you see this on a linux or Windows client, too? On Mon, Aug 2, 2021 at 7:58 AM Anna Spiers wrote: > > Package: x2goclient > > Version: 4.1.2.2 (Qt-4.8.7) > > > When using Matlab on an Ubuntu linux server accessed through x2goclient, the > Matlab window

[X2Go-Dev] Bug#1553: Bug#1553: x2goserver error: unknown operating system

2021-08-02 Thread Ulrich Sibiller
On Mon, Aug 2, 2021 at 7:58 AM Henrik Schmidt wrote: > > Package: x2goserver > Version: 4.1.0.4 > > When starting a x2go session with the server running Opensuse Tumbleweed OS I > expect to get a session. > > What I get is the error message: "Unknown operating system, XSession startup > not

[X2Go-Dev] Bug#1552: Bug#1552: Bug: server clipboard settings overridden by client when session is closed and reconnected

2021-08-02 Thread Ulrich Sibiller
Yes, it would be better if we had a bugtracker with a decent graphical interface. But as everything within the project this is a resource issue, we simply lak manpower. No, AFAIR there's no newer server release but there's something in the pipeline. The clipboard is working as designed. I agree

[X2Go-Dev] Bug#1549: Bug#1549: Up arrow key does not work

2021-08-02 Thread Ulrich Sibiller
Please check if a process called "kglobalaccel" is running and kill it. On Mon, Aug 2, 2021 at 7:58 AM J Jacob Wikner wrote: > > Package: ? Version: X2Go Client v. 4.1.1.1 (Qt - 4.8.7) > > When I connect to an x2go server with centos 7 as client, the up arrow key > does not work. > > // > >

[X2Go-Dev] Update Fedora dependencies

2021-06-07 Thread Ulrich Sibiller
https://www.spinics.net/lists/fedora-devel/msg280134.html mentions x2goserver needs to be adapted. ___ x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1542: Bug#1542: doubled word

2021-05-03 Thread Ulrich Sibiller
fixed On Sun, May 2, 2021 at 11:05 PM René Genz wrote: > > Package: wiki.x2go.org > > On the website https://wiki.x2go.org/doku.php/download:saimaa you can read > "on the the repositories". > Please, remove one "the ". > -- > Kind regards, > René >

Re: [X2Go-Dev] X2Go Client Nightly builds for debian bullseye

2021-05-02 Thread Ulrich Sibiller
Hmm, afaics the only thing that needs to be done is changing the link from debian-qt4 to debian-qt5, depending on the distribution. Or am I missing something crucial here? Uli Mihai Moldovan schrieb am So., 2. Mai 2021, 14:28: > * On 4/28/21 1:58 AM, Mihai Moldovan wrote: > > I'll switch the

Re: [X2Go-Dev] Packing methods

2021-04-06 Thread Ulrich Sibiller
Furthermore, what are these oddly names compression settings (also unsupported by nx): 8-png-jpeg-% 64-png-jpeg 256-png-jpeg 512-png-jpeg 4k-png-jpeg 32k-png-jpeg 64k-png-jpeg 256k-png-jpeg 2m-png-jpeg 16m-png-jpeg-% Uli On Tue, Apr 6, 2021 at 8:07 PM Ulrich Sibiller wrote: > &

[X2Go-Dev] Packing methods

2021-04-06 Thread Ulrich Sibiller
Hi, in the source code of x2goclient you can find the list of supported image compression methods (in res/txt/packs). After checking back with what I documented for nx (see https://github.com/ArcticaProject/nx-libs/issues/802) there are some compression methods that are _not_ supported by nx:

[X2Go-Dev] Bug#1540: Fix unexpected resume

2021-04-02 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.3 Fix long-standing but #829 (https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=829) See attached patch From 77117fffa3328fb2080465240b98f71f5a1cb2ad Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 12 Mar 2021 11:48:19 +0100 Subject: [PATCH 4/4

[X2Go-Dev] Bug#1539: Add package x2godialog

2021-04-02 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.3 Add a new package x2godialog (basically a link to nxdialog) See attached patch. From a300c36fea5299547fb96dabf3a6866b7834148e Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 12 Mar 2021 11:43:34 +0100 Subject: [PATCH 3/4] add new subpackage

[X2Go-Dev] Bug#1538: Keystrokes file out-of-date

2021-04-02 Thread Ulrich Sibiller
Package: x2goserver-x2goagent Version: 4.1.0.3 The keystrokes file does not match up with the version of the latest nxagent. Attached patch fixes that. From 164bf3195bb792ae70c079a2f07611777ad46480 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 12 Mar 2021 11:24:02 +0100 Subject

[X2Go-Dev] Bug#1537: Logfile corruption

2021-04-02 Thread Ulrich Sibiller
Package: x2goserver Version: 4.1.0.3 See attached patch for a fix to the session.log being corrupted when nxagent is printing a lot of debug output. From 03f01e18f10f77cab789fa14d2074f359f8bc2c7 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 12 Mar 2021 11:17:32 +0100 Subject: [PATCH

Re: [X2Go-Dev] X2go client window misplaced in LXQt

2021-04-02 Thread Ulrich Sibiller
the client. I would have added > traces on places, where the "sizes" file is read and written. > > BR, >Kalle > > On Wed, 31 Mar 2021 at 13:57, Ulrich Sibiller > wrote: >> >> I am not ware of this specific problem but I have such crude behaviour

Re: [X2Go-Dev] GitLab Install LXC - Update (issue)

2021-04-01 Thread Ulrich Sibiller
Hi, any progress on this? Uli On Tue, Jul 14, 2020 at 6:58 PM Melroy van den Berg wrote: > > Hi Mike and others, > > The latest state is that the installation is indeed working except the httpS > (SSL) by Let's Encrypt. For some reason the installation fails to > authenticate/verify itself

[X2Go-Dev] Bug#1533: Bug#1533: Mac client: connection timeout 30 seconds after session start

2021-04-01 Thread Ulrich Sibiller
Try to upgrade nxagent on the server to 3.5.99.26 and see it this helps. See https://github.com/ArcticaProject/nx-libs/blob/3.6.x/README.md for instructions where to find a current binary package. Uli On Fri, Mar 19, 2021 at 5:50 PM Ricky Charlet wrote: > > Package: unknown > Version: 4.1.2.2 >

Re: [X2Go-Dev] x2goagent segfaults with x2goclient from ubuntu 20.10

2021-04-01 Thread Ulrich Sibiller
Oh, I am just seeing this mail today! There's a logfile of x2goagent on the server side. You can find it in ~/.x2go/C-.../session.log I am not sure if it will be deleted in your scenario so please try to find it for a crashing session and post the last then or so lines. Uli On Sun, Mar 7, 2021

Re: [X2Go-Dev] X2go client window misplaced in LXQt

2021-03-31 Thread Ulrich Sibiller
I am not ware of this specific problem but I have such crude behaviour with the NX window in Windows, too. https://stackoverflow.com/questions/42473554/windows-10-screen-coordinates-are-offset-by-7 says that Windows changed behaviour regarding border width. Maybe this can be solved in the

[X2Go-Dev] Bug#1527: Bug#1527: native X11 fonts stop being rendered as the desktop is shared; functionality is restored on unsharing.

2021-02-27 Thread Ulrich Sibiller
-fn fixed 4. connect to that session with a x2go shadow session (from a different client) Uli On Sat, Feb 27, 2021 at 4:14 PM Ulrich Sibiller wrote: > > What is the version of the nxagent package? > > Enrico Bertocchi schrieb am Sa., 27. Feb. 2021, 12:55: >> >> Pa

[X2Go-Dev] Bug#1527: Bug#1527: native X11 fonts stop being rendered as the desktop is shared; functionality is restored on unsharing.

2021-02-27 Thread Ulrich Sibiller
What is the version of the nxagent package? Enrico Bertocchi schrieb am Sa., 27. Feb. 2021, 12:55: > Package: x2goserver > Version: 4.1.0.3-4 (amd64, devuan Beowulf) > > Running, let's say "xfd -fn fixed" or any other sofware whose GUI is > based on native X11 fonts (mwm) from within a remote

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

2021-02-09 Thread Ulrich Sibiller
3.5.99.26. Uli Sylvain Cuaz schrieb am Di., 9. Feb. 2021, 17:31: > Le 09/02/2021 à 17:03, Ulrich Sibiller a écrit : > > can you please post a screenshot of that situation where it does not > > work? I don't really get what you mean by "If I put both my local > > gnome panel

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

2021-02-09 Thread Ulrich Sibiller
can you please post a screenshot of that situation where it does not work? I don't really get what you mean by "If I put both my local gnome panel and the remote XFCE panel at the top". Uli On Tue, Feb 9, 2021 at 3:05 PM Sylvain Cuaz wrote: > > Hi, > > This is still a problem on Ubuntu 20.04

[X2Go-Dev] Bug#1518: Bug#1518: x2go is aborted: unable to open display

2021-02-06 Thread Ulrich Sibiller
Great, thanks! On Sat, Feb 6, 2021 at 7:53 PM simona bellavista wrote: > > Hello, > > I have solved the problem by reinstalling XQuartz > > > Il giorno gio 14 gen 2021 alle ore 13:25 Ulrich Sibiller > ha scritto: >> >> Have you tried connecting with a Linux

Re: [X2Go-Dev] upgrade to Fedora 33 breaks X2Go again, no free display number available, cannot start new session

2021-01-25 Thread Ulrich Sibiller
Well, here's the code producing that output: typeset -i retry='0' typeset -i max_retry='10' typeset output='' for ((retry = 0; retry < max_retry; ++retry)); do typeset -i free_port="${X2GO_PORT}" if free_port="$("${X2GO_LIB_PATH}/x2gogetfreeport" "${current_host_name}" "${ss}"

Re: [X2Go-Dev] Problem with TMOUT variable

2021-01-22 Thread Ulrich Sibiller
Well, I do not know how you entered TMOUT into /etc/profile but i think you did some mistake there. You can check where /etc/profile.d/timeout.sh belongs to (dpkg -S /etc/profile.d/timeout.sh or rpm -qf /etc/profile.d/timeout.sh) and open a but there that it cannot handle read-only variables.

Re: [X2Go-Dev] Bug#1520: Proxy-Server - SSH - strong Cipher crash x2Go-Client

2021-01-14 Thread Ulrich Sibiller
It is probably required to recompile x2goclient with a current libssh. As a workaround you can try to build a tunnel via the jumphost with the window ssh and connect x2goclient to that tunnel instead of using a proxy in the x2goclient configuration. On Thu, Jan 14, 2021 at 4:25 PM Stefan Baur

Re: [X2Go-Dev] x2goclient windows development environment? Re: Bug#1495: x2goclient resumes existing session with wrong X-Server options

2020-12-09 Thread Ulrich Sibiller
gt; ps. Qt6 was released yesterday, which also drops support for Windows 7. > Suppose that would be a bit too radical :) > > On 12/8/2020 5:37 PM, Ulrich Sibiller wrote: > > Hmm, it looks the recommended qt version ist from 2014 - that was > > BEFORE Windows 10, AFAIR. So maybe you c

Re: [X2Go-Dev] x2goclient windows development environment? Re: Bug#1495: x2goclient resumes existing session with wrong X-Server options

2020-12-08 Thread Ulrich Sibiller
Hmm, it looks the recommended qt version ist from 2014 - that was BEFORE Windows 10, AFAIR. So maybe you could try a Windows 7, just for building the packages. I do not know how Mihai is creating packages. Uli On Tue, Dec 8, 2020 at 1:51 PM Maarten Boekhold wrote: > > Hi all, > > Today I've

[X2Go-Dev] Bug#1510: nx defaults for packing are always overridden

2020-12-01 Thread Ulrich Sibiller
Package: x2goclient Version: 4.1.2.2 NX has built-in defaults for the image compression parameter which are based on the selected connection speed. x2goclient does not honor these defaults but always sets the compression method explicitly. This means users who want to improve their performance by

[X2Go-Dev] Bug#1509: Unsupported pack methods

2020-12-01 Thread Ulrich Sibiller
Package: x2goclient Version: 4.1.2.2 In the session configuration users can choose compressions methods with "rdp" and "rfb" in the name. Both compression methods are not supported by nx-libs since version 3.0.x and will lead to no image packing being used at all. From the session log: ...

[X2Go-Dev] Bug#1503: Bug#1503: Bug#1503: x2goagent coredump on fedora 33

2020-11-06 Thread Ulrich Sibiller
be latest (released): >> $ nxagent -version >> NXAGENT - Version 3.5.99.24 >> Thanks for the advice, if I'll find the time I will try to recompile nxagent >> from sources and report back. >> Gian. >> >> Il giorno mer 4 nov 2020 alle ore 15:55 Ulrich Sibil

[X2Go-Dev] Bug#1503: Bug#1503: x2goagent coredump on fedora 33

2020-11-04 Thread Ulrich Sibiller
What version of nxagent do you have installed on the server? There will be a 3.5.99.25 release in the next days (hopefully) which fixes some crashes. If you do not want to wait you can compile your own version from this tree: https://github.com/ArcticaProject/nx-libs (Instructions in the

[X2Go-Dev] Bug#1502: Bug#1502: macOS X2GoClient keyboard map updates crash specific server applications, spike server CPU usage

2020-11-02 Thread Ulrich Sibiller
Thanks for the patch. Keyboard on MacOS is special. As I do not have/know MacOS I don't know why it was implemented that way. What happens if you change the MacOS keyboard while a session is running? Uli Yearke, Thomas schrieb am Di., 3. Nov. 2020, 01:45: > Package: x2goclient > Version:

Re: [X2Go-Dev] Additional image compression algoritms?

2020-10-26 Thread Ulrich Sibiller
On Mon, Oct 26, 2020 at 10:46 AM Pär Larsson wrote: > No, I'm afraid not. I have limited knowledge of the inner workings x2go so > there might indeed be no point in adding more modern compression methods if > gui widget elements are cached. But what about other graphcs, such as images > in web

Re: [X2Go-Dev] Additional image compression algoritms?

2020-10-23 Thread Ulrich Sibiller
Adding new compression is an interesting field, indeed The underlying nx is prepared structured in a way that make adding additional image compression algorithms quite simple. However, so far we have not implemented any other compression beyond the ones NoMachine already had, making the code very

Re: [X2Go-Dev] x2goclient ssh password rejected

2020-10-22 Thread Ulrich Sibiller
Well, converting the pound sign to Latin1 works, because Latin1 has the character, but if the other side expects utf-8, too, it should be converted back to utf-8 first, I assume. In utf-8 it is 0xC2 0xA3 in Latin1 it is 0xA3. Have you tried using a password without special characters (just as a

[X2Go-Dev] Bug#1500: Bug#1500: Wishlist Bug: look for Branding-/Background-SVGs in well-known locations

2020-10-15 Thread Ulrich Sibiller
Better approach: The default logos will come in a dedicated directory. In addition there's a defined path .../x2go-branding which is neither delivered nor created by the x2goclient package. IFF the directory exists and contains the required files these are taken instead of the default ones. You

[X2Go-Dev] Bug#1496: Bug#1496: PyMOL crashes x2goagent

2020-10-07 Thread Ulrich Sibiller
Please check if it runs with the workaround described here: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround Uli On Wed, Oct 7, 2020 at 1:37 PM Craig Morton wrote: > > Package: x2goagent > Version: 3.5.99.24 > > Starting the PyMOL molecular modelling program (www.pymol.org)

Re: [X2Go-Dev] Fwd: Error on iconize

2020-09-11 Thread Ulrich Sibiller
Great, thanks for the update! Max V schrieb am Fr., 4. Sep. 2020, 22:32: > With MATE all works fine. > > Best regards > Max > > > Il giorno gio 25 giu 2020 alle ore 08:58 Ulrich Sibiller < > ulrich.sibil...@gmail.com> ha scritto: > >> Please retry withou

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Ulrich Sibiller
On Thu, Aug 20, 2020 at 4:41 PM Robert Kudyba wrote: > So yes to have to compile, but no to the first question on uninstalling? exactly. But if the meson of fedora is incompatible to the mesa source you are out of luck for now. > Yes I am prompted by Fedora to run this when I ran the meson

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Ulrich Sibiller
On Thu, Aug 20, 2020 at 4:18 PM Robert Kudyba wrote: >> Thx, fixed. In the very same paragraph basic compilation instructions >> are linked. Simply replace the meson call mentioned there by the one >> from above. >> Does that mean I should uninstall the packages installed by Fedora via dnf? >>

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-20 Thread Ulrich Sibiller
Hi Robert, I suspect that xfce4-session rpm will fiddle with the fontpath somehow. Regarding Gazebo: Chances are that this is related to OpenGL. You can try the libgl workaround described here: wiki:development:glx Uli On Wed, Aug 19, 2020 at 9:20 PM Ulrich Sibiller wrote: > > Sorry, n

Re: [X2Go-Dev] Fedora 32 X2Go 4.1.0.3-6:Could not open default font 'fixed''

2020-08-19 Thread Ulrich Sibiller
Hi Robert, I am really surprised. "could not open default font fixed" is a rather old error message. We have removed that years ago: commit d981d938dade2967e70322c0bf934efeeb1da716 Author: Mike Gabriel Date: Sun Feb 5 17:06:55 2017 + {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using

[X2Go-Dev] Bug#1464: Bug#1464: x2goclient 4.1.2.2 version does not work with Pageant SSH authentication agent

2020-08-04 Thread Ulrich Sibiller
Hmm, might be related to libssh, too (as some other problems are). I suggest you stay with the old version. Uli On Tue, Aug 4, 2020 at 12:18 PM saion.chatter...@siemens.com wrote: > > Hello, > > Any update on this issue? > > > > On Tue, 21 Apr 2020 18:32:19 + "saion.chatter...@siemens.com"

[X2Go-Dev] Bug#1225: Bug#1225: Windows x2go client ignores ProxyJump

2020-07-27 Thread Ulrich Sibiller
Hi, I know all this libssh stuff is very frustrating. I have a setup where libssh 0.9.3 just does not work and no one bothers to build a x2goclient with the current libssh release (I neither have a windows compilation setup nor am I doing packaging). However, I have seen a branch by Mihai (ionic)

[X2Go-Dev] x2goclient for windows with libssh 0.9.4

2020-07-27 Thread Ulrich Sibiller
Hi, can anybody please rebuild x2goclient with libssh 0.9.4 for windows? And maybe with libssh 0.8.9. I still cannot use the latest version because of problems as described in bug #1460... Uli ___ x2go-dev mailing list x2go-dev@lists.x2go.org

[X2Go-Dev] extend x2gopath

2020-07-10 Thread Ulrich Sibiller
Hi, I would like to fix the long-standing bug that x2gostartageni sets NX_CLIENT to x2gosuspend-agent, which is simply wrong. I would like to point it to nxdialog, if available. The best way to find out the correnct nxdialog path is probably using x2gopath. But I am not really sure how all that

Re: [X2Go-Dev] Fwd: Error on iconize

2020-06-25 Thread Ulrich Sibiller
Please retry without cinnamon. There are multiple problems when using cinnamon's window manager. I am working on some fixes but they are not ready yet. Uli On Wed, Jun 24, 2020 at 10:00 PM Max V wrote: > > Package: x2goclient > Version: 4.0.5.1 > > Hello, > my x2go server run on LXDE server,

[X2Go-Dev] Fwd: [X2Go-User] x2goagent.keyboard

2020-06-22 Thread Ulrich Sibiller
-- Forwarded message - From: Orion Poplawski Date: Sat, Jun 20, 2020 at 10:07 PM Subject: Re: [X2Go-User] x2goagent.keyboard To: Ulrich Sibiller , Simon Beißer Cc: x2go users On 6/18/20 4:12 AM, Ulrich Sibiller wrote: > On Thu, Jun 18, 2020 at 10:52 AM Simon Beißer >

Re: [X2Go-Dev] x2go doesnt connect when using chacha ciphers

2020-06-22 Thread Ulrich Sibiller
On Mon, Jun 22, 2020 at 7:51 PM bo0od wrote: > > i have talked to libssh dev on IRC channel they said libssh supports > chacha and i have installed x2goclinet v4.1.2.2 with libssh 0.9.4-1 > (both from sid debian repository) > > They said x2go might be restricting its ciphers or not using libssh

Re: [X2Go-Dev] x2go doesnt work from Qubes OS

2020-06-22 Thread Ulrich Sibiller
On Mon, Jun 22, 2020 at 4:03 PM bo0od wrote: > yes client , x2goclient connecting to debian server. > > what do you mean permission to the outside? ssh connect fine out of the > box, what x2goclient specifics to make it work? x2goclient is not using your openssh but libssh. As I wrote I have no

Re: [X2Go-Dev] x2go doesnt connect when using chacha ciphers

2020-06-22 Thread Ulrich Sibiller
On Mon, Jun 22, 2020 at 3:37 PM bo0od wrote: > > When im trying to connect it says: > > ``` > key error: no match for method encryption client -> server: server > [chacha20-poly1...@openssh.com], client [aes256-ctr, aes192-ctr , > aes128-ctr , aes256-cbc , aes192-cbc , aes128-cbc, blowfish-cbc ,

Re: [X2Go-Dev] x2go doesnt work from Qubes OS

2020-06-22 Thread Ulrich Sibiller
On Mon, Jun 22, 2020 at 3:42 PM bo0od wrote: > > I wonder why x2go doesnt connect using Qubes OS? i have tested x2go from > debian it works ok , but when using it from Qubes OS it doesnt connect > with message saying "connection refused" though ssh works fine from the > same machine on Qubes OS.

[X2Go-Dev] Bug#1477: Bug#1477: Debug output

2020-06-18 Thread Ulrich Sibiller
Thanks for the patch. I have forwarded this to the x2go-dev list. I hope it will be integrated soon. Uli On Thu, Jun 18, 2020 at 11:52 AM Toby wrote: > > I appreciate the whole ssh connection process is hairy as , and > thinking I've got a proper fix after a couple of hours poking about >

[X2Go-Dev] Fwd: Bug#1477: Debug output

2020-06-18 Thread Ulrich Sibiller
Can someone please incorporate this fix? Uli -- Forwarded message - From: Toby Date: Thu, Jun 18, 2020 at 11:52 AM Subject: [X2Go-Dev] Bug#1477: Debug output To: <1...@bugs.x2go.org> I appreciate the whole ssh connection process is hairy as , and thinking I've got a proper

Re: [X2Go-Dev] Fwd: [ArcticaProject/nx-libs] Document compression (#802)

2020-06-02 Thread Ulrich Sibiller
On Tue, Jun 2, 2020 at 4:48 PM Stefan Baur wrote: > > Am 02.06.20 um 16:10 schrieb Ulrich Sibiller: > > On Tue, Jun 2, 2020 at 3:59 PM Stefan Baur wrote: > >> > >> Am 31.05.20 um 23:39 schrieb Ulrich Sibiller: > >>> For existing session confi

Re: [X2Go-Dev] Fwd: [ArcticaProject/nx-libs] Document compression (#802)

2020-06-02 Thread Ulrich Sibiller
On Tue, Jun 2, 2020 at 3:59 PM Stefan Baur wrote: > > Am 31.05.20 um 23:39 schrieb Ulrich Sibiller: > > For existing session configurations I don't see a way to distinguish > > if the user selected the compression on purpose or not if the > > compression is 16m-jpeg

Re: [X2Go-Dev] Fwd: [ArcticaProject/nx-libs] Document compression (#802)

2020-05-31 Thread Ulrich Sibiller
On Sun, May 31, 2020 at 11:35 PM Stefan Baur wrote: > To me, this sounds like we should either change the value of the > compression setting to a new default when the slider is moved by the > user, or display a "recommended compression setting" next to it. I think, x2go should make specifiying

[X2Go-Dev] Fwd: [ArcticaProject/nx-libs] Document compression (#802)

2020-05-31 Thread Ulrich Sibiller
-- Forwarded message - From: Ulrich Sibiller Date: Sun, May 31, 2020 at 10:58 PM Subject: Re: [ArcticaProject/nx-libs] Document compression (#802) To: ArcticaProject/nx-libs Cc: ArcticaProject/nx-libs , Author "nopack" in x2go becomes "none" in NX. And i

Re: [X2Go-Dev] Development resources

2020-05-26 Thread Ulrich Sibiller
https://github.com/cezanne/usbip-win talks about a window usbip server. Uli On Tue, May 26, 2020 at 10:37 AM Stefan Baur wrote: > > Am 26.05.20 um 10:12 schrieb Ulrich Sibiller: > > > > now that Melroy and Dave want to spend time in improving x2go it came > > to mind t

[X2Go-Dev] Development resources

2020-05-26 Thread Ulrich Sibiller
Hi, now that Melroy and Dave want to spend time in improving x2go it came to mind that we are still lacking a long-requested feature: USB forwarding. So apart from implementing unit tests and doing code refactoring this is a great chance to make yourself immortal ;-) Uli

[X2Go-Dev] Bug#1460: Bug#1460: libssh-debug/libssh-packetlog output

2020-05-25 Thread Ulrich Sibiller
I have seen a very similar problem with the latest windows client. I believe the libssh 0.9.3 being the culprit. However, as I do not have a development environment on that windows system I cannot verify by swapping libssh for 0.9.4 or some older version. Interestingly no downloadable binary

Re: [X2Go-Dev] Code formatting

2020-05-20 Thread Ulrich Sibiller
client side). > > But the important take away from this mail is that there are different > levels of testing. Where unit testing in the first level and can easily be > done. > > Regards, > Melroy van den Berg > > ‐‐‐ Original Message ‐‐‐ > Op woensdag, mei 20, 2020

Re: [X2Go-Dev] Code formatting

2020-05-20 Thread Ulrich Sibiller
On Wed, May 20, 2020 at 5:20 PM Melroy van den Berg wrote: > I'm afraid I was the cause of the start of the discussion. I'm also using VS > Code now, which has a built-in way to auto format the code (incl C++). > Using the shortcut: Ctrl + Shift + I (capital i) > > Yet there are otherwise, like

Re: [X2Go-Dev] Windows nightly crashes

2020-05-20 Thread Ulrich Sibiller
On Wed, May 20, 2020 at 5:08 PM Melroy van den Berg wrote: > Try to debug the code using the debugger? Adding print lines is not the way > to do it. "the debugger" is something I don't know. I am not developing software on Windows (I am not even using Windows if I can avoid it). Therefore I

Re: [X2Go-Dev] Windows nightly crashes

2020-05-20 Thread Ulrich Sibiller
c/sshmasterconnection.cpp:674> Setting SSH directory to C:/Users/XXX/ssh On Wed, May 20, 2020 at 1:52 PM Ulrich Sibiller wrote: > > Running with --libssh-debug does not provide any further hint: > x2go-DEBUG-../src/sshmasterconnection.cpp:805> Session port after > config file parse: 22

Re: [X2Go-Dev] Windows nightly crashes

2020-05-20 Thread Ulrich Sibiller
020/05/20 13:49:24.687983, 2] ssh_packet_client_ecdh_reply: SSH_MSG_NEWKEYS sent [2020/05/20 13:49:24.687983, 2] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS -> then it crashes On Wed, May 20, 2020 at 12:36 PM Ulrich Sibiller wrote: > > Here's the output of the centos7 nightly build

Re: [X2Go-Dev] Windows nightly crashes

2020-05-20 Thread Ulrich Sibiller
:1088> Prompt[0]: |Password: | x2go-DEBUG-../src/sshmasterconnection.cpp:1092> Password request x2go-DEBUG-../src/sshmasterconnection.cpp:1084> Have prompts: 0 x2go-DEBUG-../src/sshmasterconnection.cpp:1170> Challenge authentication OK. On Wed, May 20, 2020 at 12:12 PM Ulrich Sibil

[X2Go-Dev] Windows nightly crashes

2020-05-20 Thread Ulrich Sibiller
Hi, both x2goclient for windows 4.1.2.2-20200213 and https://code.x2go.org/releases/binary-win32/x2goclient/heuler/mingw32-4.8/qt-4.8/x2goclient-4.1.2.3-2020.05.20-a1a2f62-setup.exe are crashing during connection establishment when using a proxy (output from the debug build):

  1   2   3   >