[X2Go-User] Cursor key mappings sometimes break on reconnect

2019-12-10 Thread Hanno Foest
Hello, I currently have the problem that my long-running x2go session works just fine, but after several weeks the cursor key mappings are suddenly garbled after re-connecting the session, and stay that way. The only way to "fix" the issue seems to be restarting it. Right now only cursor down

Re: [X2Go-User] Move from freenode?

2021-05-20 Thread Hanno Foest
FWIW, I'd be supporting a move. I'm already on Libera and keeping the channel open. (This should have been sent earlier, but I used the wrong email address...) Hanno On Wed, May 19, 2021 at 05:18:05PM +0200, Ulrich Sibiller wrote: > AFAIKS freenode is not the network of choice anymore: > >

[X2Go-User] font path not set correctly

2022-02-18 Thread Hanno Foest
Hi, after setting up a new remote x2go instance (using Devuan) I noticed that xterm complained xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1" I traced the issue to the font path (displayed with xset q) missing /usr/share/fonts/X11/misc, so I added it

Re: [X2Go-User] font path not set correctly

2022-02-19 Thread Hanno Foest
I got it partially figured out... in my old x2go instance, there's a symlink from /usr/share/nx/fonts to /usr/share/fonts/X11, and creating it in the new install made the font path change from /usr/share/fonts/X11/Type1,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/100dpi,built-ins to

Re: [X2Go-User] glx

2022-04-22 Thread Hanno Foest
On Fri, Apr 22, 2022 at 02:20:43PM +0530, Vikas Rawal wrote: > Are there any updated instructions for this: > https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround ? > > I am unable to build the mesa driver on debian testing. The recent > versions do not allow the option

Re: [X2Go-User] x2go server on debian: readonly partition

2022-05-02 Thread Hanno Foest
On Mon, May 02, 2022 at 09:20:26AM +0200, richard lucassen wrote: > mkdir -p -m 700 /tmp/x2go > export TMPDIR=/tmp/x2go > > The reason I use a subdir on /tmp is that if you write in /tmp the /tmp > dir itself is modified (run 'stat /tmp/') and now everything takes > place on a ramdisk. In

Re: [X2Go-User] x2go server on debian: readonly partition

2022-05-01 Thread Hanno Foest
Well, x2gocleansessions does indeed create some files on /tmp every two seconds and deletes them again, but creating and deleting files on /tmp is hardly something x2go specific, and it should not cause file system errors either. Taking a guess, I would say your root partition is on some kind of

Re: [X2Go-User] x2go server on debian: readonly partition

2022-05-01 Thread Hanno Foest
Did you check if /tmp/ is really read-only when that happens? If it is, you need to find out why. I don't know how x2go could make it ro, so there's likey a different reason for it. Hanno On Sun, May 01, 2022 at 08:48:41PM +0530, Vikas Rawal wrote: > I am running x2go server on debian testing

[X2Go-User] Session resume broken when keyboard explicitly configured

2022-09-08 Thread Hanno Foest
Hello, after updating my Devuan chimaera (Debian 11.1) remote system to x2goserver etc. 4.1.0.4-0x2go1.2~git20220808.1949+11.heuler.1, session resume stopped working, nothing happened and I was getting a timeout eventually. Logged error: Info: Waiting for connection from 'localhost' on socket

Re: [X2Go-User] Session resume broken when keyboard explicitly configured

2022-09-10 Thread Hanno Foest
Um, hi? I somehow think this should be addressed in some way... - Hanno On Thu, Sep 08, 2022 at 12:19:50PM +0200, Hanno Foest wrote: > Hello, > > after updating my Devuan chimaera (Debian 11.1) remote system to > x2goserver etc. 4.1.0.4-0x2go1.2~git20220808.1949+11.heuler.1, sess

[X2Go-User] socket bind error with Windows client

2023-03-08 Thread Hanno Foest
Hello, randomly (about one in three attempts) when I try to connect to one of my x2go sessions, it doesn't work and I'm getting the error Can't create SSH tunnel for the start of the X2GO Session (NX): socket bind error localhost:57030 (translated from German, hope it's correct). netstat

Re: [X2Go-User] socket bind error with Windows client

2023-03-08 Thread Hanno Foest
Hi, > > have you checked (e.g. with lsof -i :) if the port _really_ in use? > > Uli > > On Wed, Mar 8, 2023 at 10:50 AM Hanno Foest wrote: > > > > Hello, > > > > randomly (about one in three attempts) when I try to connect to one of > > my x2go

Re: [X2Go-User] socket bind error with Windows client

2023-03-15 Thread Hanno Foest
Hi, I didn't manage to gather any useful (apparently related) info with x2goclient.exe --debug, but when running NETSTAT.EXE -ban | Select-String -patt "57030" -context 2,3 in powershell with admin rights repeatedly during connection gives me > TCP127.0.0.1:59450127.0.0.1:6002

[X2Go-User] x2go disconnect timeout

2023-02-06 Thread Hanno Foest
Hello, I'm running a few always connected GUI applications on a server in an x2go session. This usually works fine, especially when I manually disconnect x2goclient after work (I have set X2GO_NXOPTIONS="sleep=0" in x2goagent.options). But when the x2go connection fails unexpectedly, e.g.

Re: [X2Go-User] x2go disconnect timeout

2023-02-06 Thread Hanno Foest
On Mon, Feb 06, 2023 at 09:18:22PM +0100, Ulrich Sibiller wrote: > In case you close your laptop the network connection > will go down. The x2goagent will notice after some time that the other > side (the laptop) is not answering/sending data anymore and will > detect a DISPLAY failure (since the

[X2Go-User] strange display issue with SDL apps

2023-02-10 Thread Hanno Foest
Hi, I was running sz81, a ZX81 emulator using SDL, remotely with an IRC client and noticed, that while it worked nicely if started in a session using an x2go Linux client, after disconnecting the session and reconnecting using a Windows client, the application window came up garbled with display

Re: [X2Go-User] strange display issue with SDL apps

2023-02-11 Thread Hanno Foest
On Sat, Feb 11, 2023 at 03:23:49PM +0100, Ulrich Sibiller wrote: > I played around a bit: I could only compile parallax-2, the newer ones > show a linking problem: parallax-4 worked for me with parallax4_LDFLAGS = "-Wl,--copy-dt-needed-entries" in Makefile. > Nevertheless I made a quick

Re: [X2Go-User] Libreoffice Writer breaks x2go session

2023-02-13 Thread Hanno Foest
, especially since I have a virtually identical machine with the heuler binary running in a different network location and it works fine. Unfortunately I don't really understand the reconnection process so it's hard to debug it. Hanno On Fri, Feb 10, 2023 at 08:10:17PM +0100, Hanno Foest wrote: >

[X2Go-User] Libreoffice Writer breaks x2go session

2023-02-10 Thread Hanno Foest
Hi, starting libreoffice writer freezes the display, and the local window of the x2go session closes a moment later. Reconnecting behaved similarly, ie. as soon as the contents on my session (and therefore the libreoffice window) appears, the session freezes again. Log shows Session: Session

Re: [X2Go-User] Libreoffice starts extremely slowly only in x2go session

2023-06-16 Thread Hanno Foest
I recently had the problem that starting Libreoffice Writer freezes the x2go session window, also on reconnect, so the only thing which helps to recover the session was to log in via ssh and kill LO. Found no workaround yet, and on the list no one chimed in. But at least the startup times are

Re: [X2Go-User] Mounting USB drives in remote computer

2024-04-10 Thread Hanno Foest
Can't help you in detail, but I'm quite sure your issue is with policykit (polkit) treating remote users differently from local ones. A quick web search got me the following: https://askubuntu.com/questions/1256669/configuring-polkit-to-allow-complete-control-remotely but I can't be sure this

Re: [X2Go-User] x2go for wayland

2024-04-29 Thread Hanno Foest
On Fri, Apr 26, 2024 at 10:10:34AM -0400, Neal Becker wrote: > I'm curious if there will be something like x2go for wayland. I have recently come across "twelveto11" https://sourceforge.net/p/twelveto11/code/HEAD/tree/README which seems to attempt running Wayland applications on an X server. I