nx-libs
nx-libs copied to clipboard
nx-libs
The code in Splash.c also takes care of notifying nomachine's (old) nxclient by taking/releasing ownership of some special selections on the real X server. Unfortunately most of the code is...
``` [nx-X11/programs/Xserver/hw/nxagent/Display.c:1497]: (error) Common realloc mistake: 'nxagentVisuals' nulled but not freed upon failure [nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c:755]: (error) Invalid number of character '(' when these macros are defined: ''. [nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c:755]: (error) Invalid number...
`hw/nxagent/screensaver` is unused Sunweaver: > In Xnest (where nxagent got derived from), the screensaver file gets > included via Display.c. This needs further investigation. (BTW: screensaver seem to work in...
The nxdialog process inherits all the file handles of the nxagent (see /proc/.../fds), e.g. the one of the stats and error files. This is not a real problem but as...
In Splash.c and Window.c there's code like this: ``` /* * Send a SetSelectionOwner request * to notify of the agent start. */ XSetSelectionOwner(nxagentDisplay, serverCutProperty, nxagentDefaultWindows[i], CurrentTime); ``` The old...
Investigate portability of this X.org Xserver commit: ``` commit a511c445debbd13e8c48146ecd2d7c97e793f788 Author: Peter Hutterer Date: Fri Sep 28 18:46:41 2007 +0930 Remove generation of core events, long live XI! Let the...
From `nxcomp/Loop.cpp`: ``` const char *systemEnv = getenv("NX_SYSTEM"); if (systemEnv == NULL || *systemEnv == '\0') { nxinfo
The central Makefile knows `ETCDIR_NX`: ``` Makefile:ETCDIR_NX ?= /etc/nxagent Makefile: $(INSTALL_FILE) etc/nxagent.keyboard $(DESTDIR)$(ETCDIR_NX)/ ``` But some source files have this hardcoded: ``` nx-X11/programs/Xserver/hw/nxagent/Keystroke.c: * - /etc/nxagent/keystrokes.cfg nx-X11/programs/Xserver/hw/nxagent/Keystroke.c: char *etcfile =...
From X2Go BTS: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=838 Package: x2goagent I am using Ubuntu 14.10 with Mate Desktop with multiple work spaces. If I use Remmina with NX plugin, the control-alt-right/left arrow keys work...
As a follow up for https://github.com/ArcticaProject/nx-libs/issues/55 ... Another issue with anti-alliasing could be found. In certain situations, the complete nxagent freezes when it comes to displaying really huge fonts (font...