nx-libs
nx-libs copied to clipboard
nx-libs
I use X2Go to run individual applications remotely. For as long as I can remember (seven or eight years, at least), I've never been able to resize these remote windows...
This happens when suspending a shadowing session. ``` ==26999==ERROR: LeakSanitizer: detected memory leaks Direct leak of 380 byte(s) in 1 object(s) allocated from: #0 0xb79e398c in __interceptor_realloc (/lib/i386-linux-gnu/libasan.so.5+0xeb98c) #1 0x633747...
similar to #586 ``` ==380556== 96 bytes in 1 blocks are definitely lost in loss record 294 of 402 ==380556== at 0x483AB65: calloc (vg_replace_malloc.c:760) ==380556== by 0x4D16C51: FreeTypeLoadXFont (ftfuncs.c:3147) ==380556==...
Another 'bookmark' PR to keep track of this work. This is slightly newer that mjtrangoni's version from #946
Set the limit for maximum screen size to 32767x32767 Please test if this works with your favourite window manager.
On x2go-user a user described a scenario (see https://lists.x2go.org/pipermail/x2go-user/2020-May/006087.html) where he had 4 monitors connected to his (server) machine and an X server configured to display them in one row....
Start an nx session, run `xscreen-saver-demo`, select the `TesselImage` screensaver. The watch the preview window or press Preview to see it fullscreen. You will notice unfilled or wrongly filled regions...
It sounds like we'd get a much higher picture quality and a faster decompression with about the same encoding effort: https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs
If run as x2goagent we check if the requested keyboard is null/null and then create the keyboard _directory_ to prevent x2gosetkeyboard from setting a keyboard. Instead x2goagent handles this itself....