nx-libs icon indicating copy to clipboard operation
nx-libs copied to clipboard

nx-libs

Results 125 nx-libs issues
Sort by recently updated
recently updated
newest added

`nxagentHandleRRScreenChangeNotify()` is never called anywhere within nxagent. Normally I would simply drop this but we really should catch screen change events from the real X server to update the internal...

Reported via x2go-user ML: ``` > about:mozilla in Firefox 45.9.0esr > https://abload.de/img/ff-45esr-html1js43.png ``` ![ff-45esr-html1js43](https://user-images.githubusercontent.com/6320356/80816285-8d19f080-8bcf-11ea-83f3-1b3a45d7daf7.png) ``` > about:mozilla in Firefox 52.1.2esr > https://abload.de/img/ff-52esr-htmllns35.png ``` ![ff-52esr-htmllns35](https://user-images.githubusercontent.com/6320356/80816332-a0c55700-8bcf-11ea-80d8-e59271b1df42.png) ``` > Differing quality between adjacent...

The 'new' logging code in nxcomp implicitly calls malloc() which causes the nxagent to hang forever. See this backtrace: ``` #0 0x00007f6388d9fd1c in __lll_lock_wait_private () from /lib64/libc.so.6 #1 0x00007f6388d1c29d in...

bug
help wanted

We are distributing `Xcms.txt` with `nx-x11-common`: ``` $ dpkg -L nx-x11-common /. /usr /usr/share /usr/share/fonts /usr/share/fonts/X11 /usr/share/nx /usr/share/nx/SecurityPolicy /usr/share/nx/X11 /usr/share/nx/X11/Xcms.txt /usr/share/nx/X11/XErrorDB /usr/share/doc /usr/share/doc/nx-x11-common /usr/share/doc/nx-x11-common/copyright /usr/share/doc/nx-x11-common/changelog.Debian.gz /usr/share/nx/fonts ``` `Xcms.txt` comes from...

``` make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/home/vadim/git/nx-libs/nx-X11/programs/Xserver/dix' making all in programs/Xserver/os... make[7]: Entering directory '/home/vadim/git/nx-libs/nx-X11/programs/Xserver/os' CC rpcauth.c rpcauth.c:47:10: fatal error: rpc/rpc.h: No such file or...

While the slave channel implementation can be used in any direction, due to a bug in the current code it fails to listen on the port on the nxproxy side....

With a properly configured xdm in the network `Xnest :22 -broadcast` works (shows a display manager login window), while `nxagent :22 -broadcast` does not. It starts an ordinary desktop nxagent...

we do not support having more than one screen in nxagent currently (supplying -scrns 2 will even lead to segfault). So set the MAXSCREENS define to 1 during compilation.

From X2Go BTS: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=554 Package: nxproxy Severity: serious I noticed that the when nxproxy is in fullscreen mode, it (by design) captures all keyboard strokes. This is in general great...

enhancement

``` NAME exa − new 2D acceleration architecture for X.Org DESCRIPTION EXA provides a simple API for video drivers to implement for 2D acceleration. It is a module loaded by...

enhancement