[X2Go-User] incorrect keycodes when connecting from a Mac x2go client to an x2go server on Ubuntu

2022-10-12 Thread Andrey Malyshev
Dear all, I suspect I’ve hit a bug. The problem is as follows: when connecting with the x2go client [4.1.2.2 (Qt - 4.8.7)] running on a Mac to a desktop session running on Ubuntu 22.04 (in the “X2G0/X11 Desktop Sharing” mode to the x2goserver version 4.1.0.3), some simple keystrokes on the

Re: [X2Go-User] xrandr settings - how do you handle this?

2023-02-13 Thread Andrey Malyshev
Hi Neal, Here how I do it: $cat ~/bin/setdisplaymode #!/bin/bash # if [ -z $1 ]; then echo "Usage: $0 mode, e.g:" echo "$0 1920x1200" echo "$0 1680x1050" echo "$0 1280x1024" echo "$0 1280x960" exit -1 fi MODE=$1 # find a connected monitor #

Re: [X2Go-User] xrandr settings - how do you handle this?

2023-02-14 Thread Andrey Malyshev
r information, and it can request that certain > window management actions be taken. > > And here is something I use to resize and position an X2GO session on one > monitor: > > wmctrl -r X2GO -e 0,0,0,3768,2123 > > Regards, > Michael > > On Mon, Feb 13, 2023 at 0

Re: [X2Go-User] wayland client keyboard mapping problems

2023-05-31 Thread Andrey Malyshev
You could try setxkbmap ... -variant alt+ctrl with the full setxkbmap options list: model, layout, etc. Not sure the variant is called "alt+ctrl" - you should find out the correct name On Wed, May 31, 2023 at 5:42 PM Neal Becker wrote: > I've been using x2go for a long time now, with X11 on